summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-08-27nl80211: clean up code/policy a bitJohannes Berg
2020-08-27net: wireless: Convert to use the preferred fallthrough macroMiaohe Lin
2020-08-27net: wireless: wext_compat.c: delete duplicated wordRandy Dunlap
2020-08-27net: wireless: sme.c: delete duplicated wordRandy Dunlap
2020-08-27net: wireless: scan.c: delete or fix duplicated wordsRandy Dunlap
2020-08-27net: wireless: reg.c: delete duplicated words + fix punctuationRandy Dunlap
2020-08-27net: wireless: delete duplicated word + fix grammarRandy Dunlap
2020-08-27net: mac80211: mesh.h: delete duplicated wordRandy Dunlap
2020-08-27net: mac80211: agg-rx.c: fix duplicated wordsRandy Dunlap
2020-08-26ipv4: nexthop: Correctly update nexthop group when replacing a nexthopIdo Schimmel
2020-08-26ipv4: nexthop: Correctly update nexthop group when removing a nexthopIdo Schimmel
2020-08-26ipv4: nexthop: Remove unnecessary rtnl_dereference()Ido Schimmel
2020-08-26ipv4: nexthop: Use nla_put_be32() for NHA_GATEWAYIdo Schimmel
2020-08-26ipv4: nexthop: Reduce allocation size of 'struct nh_group'Ido Schimmel
2020-08-25sunrpc: Avoid comma separated statementsJoe Perches
2020-08-25ipv6: fib6: Avoid comma separated statementsJoe Perches
2020-08-25net: clean up codestyle for net/ipv4Miaohe Lin
2020-08-25net: Remove duplicated midx check against 0Miaohe Lin
2020-08-25net: Avoid unnecessary inet_addr_type() call when addr is INADDR_ANYMiaohe Lin
2020-08-25net: Set ping saddr after we successfully get the ping portMiaohe Lin
2020-08-25net: gain ipv4 mtu when mtu is not lockedMiaohe Lin
2020-08-24Merge tag 'batadv-next-for-davem-20200824' of git://git.open-mesh.org/linux-m...David S. Miller
2020-08-24net: Use helper macro RT_TOS() in __icmp_send()Miaohe Lin
2020-08-24net: Avoid access icmp_err_convert when icmp code is ICMP_FRAG_NEEDEDMiaohe Lin
2020-08-24net: dccp: delete repeated wordsRandy Dunlap
2020-08-24net: netlink: delete repeated wordsRandy Dunlap
2020-08-24net: ipv4: delete repeated wordsRandy Dunlap
2020-08-24net: sctp: ulpqueue.c: delete duplicated wordRandy Dunlap
2020-08-24net: sctp: sm_make_chunk.c: delete duplicated words + fix typoRandy Dunlap
2020-08-24net: sctp: protocol.c: delete duplicated words + punctuationRandy Dunlap
2020-08-24net: sctp: chunk.c: delete duplicated wordRandy Dunlap
2020-08-24net: sctp: bind_addr.c: delete duplicated wordRandy Dunlap
2020-08-24net: sctp: auth.c: delete duplicated wordsRandy Dunlap
2020-08-24net: sctp: associola.c: delete duplicated wordsRandy Dunlap
2020-08-24io_uring: allow tcp ancillary data for __sys_recvmsg_sock()Luke Hsiao
2020-08-24devlink: Protect devlink port list traversalParav Pandit
2020-08-24devlink: Fix per port reporter fields initializationParav Pandit
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-08-22l2tp: remove tunnel and session debug flags fieldTom Parkin
2020-08-22l2tp: remove custom logging macrosTom Parkin
2020-08-22l2tp: add tracepoints to l2tp_core.cTom Parkin
2020-08-22l2tp: add tracepoint definitions in trace.hTom Parkin
2020-08-22l2tp: add tracepoint infrastructure to coreTom Parkin
2020-08-22l2tp: use standard API for warning log messagesTom Parkin
2020-08-22l2tp: remove noisy logging, use appropriate log levelsTom Parkin
2020-08-22l2tp: don't log data framesTom Parkin
2020-08-22net: nexthop: don't allow empty NHA_GROUPNikolay Aleksandrov
2020-08-22net: dccp: Convert to use the preferred fallthrough macroMiaohe Lin
2020-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-08-20tipc: call rcu_read_lock() in tipc_aead_encrypt_done()Xin Long