aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-31openvswitch: using ip6_fragment in ipv6_stubwenxu1-6/+1
2020-08-31ipv6: add ipv6_fragment hook in ipv6_stubwenxu2-0/+9
2020-08-31netlink: policy: correct validation type checkJohannes Berg1-1/+2
2020-08-28netlabel: remove unused param from audit_log_format()Alex Dewar1-3/+2
2020-08-28net: add option to not create fall-back tunnels in root-ns as wellMahesh Bandewar1-2/+15
2020-08-28Merge tag 'mac80211-next-for-davem-2020-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller17-212/+464
2020-08-27tipc: fix use-after-free in tipc_bcast_get_modeHoang Huu Le1-0/+5
2020-08-27nl80211: support SAE authentication offload in AP modeChung-Hsien Hsu1-3/+6
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin7-52/+53
2020-08-27nl80211: rename csa counter attributes countdown countersJohn Crispin1-8/+8
2020-08-27nl80211: add support for setting fixed HE rate/gi/ltfMiles Hu1-8/+129
2020-08-27cfg80211: add helper fn for adjacent rule channelsMarkus Theil1-11/+158
2020-08-27cfg80211: add helper fn for single rule channelsMarkus Theil1-47/+59
2020-08-27nl80211: use NLA_POLICY_RANGE(NLA_BINARY, ...) for a few attributesJohannes Berg1-22/+14
2020-08-27nl80211: clean up code/policy a bitJohannes Berg1-42/+18
2020-08-27net: wireless: Convert to use the preferred fallthrough macroMiaohe Lin7-20/+20
2020-08-27net: wireless: wext_compat.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-27net: wireless: sme.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-27net: wireless: scan.c: delete or fix duplicated wordsRandy Dunlap1-2/+2
2020-08-27net: wireless: reg.c: delete duplicated words + fix punctuationRandy Dunlap1-2/+2
2020-08-27net: wireless: delete duplicated word + fix grammarRandy Dunlap1-2/+2
2020-08-27net: mac80211: mesh.h: delete duplicated wordRandy Dunlap1-1/+1
2020-08-27net: mac80211: agg-rx.c: fix duplicated wordsRandy Dunlap1-1/+1
2020-08-26ipv4: nexthop: Correctly update nexthop group when replacing a nexthopIdo Schimmel1-0/+32
2020-08-26ipv4: nexthop: Correctly update nexthop group when removing a nexthopIdo Schimmel1-1/+7
2020-08-26ipv4: nexthop: Remove unnecessary rtnl_dereference()Ido Schimmel1-1/+1
2020-08-26ipv4: nexthop: Use nla_put_be32() for NHA_GATEWAYIdo Schimmel1-1/+1
2020-08-26ipv4: nexthop: Reduce allocation size of 'struct nh_group'Ido Schimmel1-4/+1
2020-08-25sunrpc: Avoid comma separated statementsJoe Perches1-2/+4
2020-08-25ipv6: fib6: Avoid comma separated statementsJoe Perches1-4/+8
2020-08-25net: clean up codestyle for net/ipv4Miaohe Lin3-20/+23
2020-08-25net: Remove duplicated midx check against 0Miaohe Lin1-3/+2
2020-08-25net: Avoid unnecessary inet_addr_type() call when addr is INADDR_ANYMiaohe Lin1-2/+2
2020-08-25net: Set ping saddr after we successfully get the ping portMiaohe Lin1-16/+3
2020-08-25net: gain ipv4 mtu when mtu is not lockedMiaohe Lin1-1/+2
2020-08-24Merge tag 'batadv-next-for-davem-20200824' of git://git.open-mesh.org/linux-mergeDavid S. Miller14-31/+15
2020-08-24net: Use helper macro RT_TOS() in __icmp_send()Miaohe Lin1-2/+2
2020-08-24net: Avoid access icmp_err_convert when icmp code is ICMP_FRAG_NEEDEDMiaohe Lin1-2/+3
2020-08-24net: dccp: delete repeated wordsRandy Dunlap3-3/+3
2020-08-24net: netlink: delete repeated wordsRandy Dunlap2-5/+5
2020-08-24net: ipv4: delete repeated wordsRandy Dunlap5-6/+6
2020-08-24net: sctp: ulpqueue.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-24net: sctp: sm_make_chunk.c: delete duplicated words + fix typoRandy Dunlap1-3/+3
2020-08-24net: sctp: protocol.c: delete duplicated words + punctuationRandy Dunlap1-4/+4
2020-08-24net: sctp: chunk.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-24net: sctp: bind_addr.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-24net: sctp: auth.c: delete duplicated wordsRandy Dunlap1-2/+2
2020-08-24net: sctp: associola.c: delete duplicated wordsRandy Dunlap1-2/+2
2020-08-24io_uring: allow tcp ancillary data for __sys_recvmsg_sock()Luke Hsiao3-3/+7
2020-08-24devlink: Protect devlink port list traversalParav Pandit1-0/+3