summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* nl80211: rename csa counter attributes countdown countersJohn Crispin2020-08-271-8/+8
* nl80211: add support for setting fixed HE rate/gi/ltfMiles Hu2020-08-271-8/+129
* cfg80211: add helper fn for adjacent rule channelsMarkus Theil2020-08-271-11/+158
* cfg80211: add helper fn for single rule channelsMarkus Theil2020-08-271-47/+59
* nl80211: use NLA_POLICY_RANGE(NLA_BINARY, ...) for a few attributesJohannes Berg2020-08-271-22/+14
* nl80211: clean up code/policy a bitJohannes Berg2020-08-271-42/+18
* net: wireless: Convert to use the preferred fallthrough macroMiaohe Lin2020-08-277-20/+20
* net: wireless: wext_compat.c: delete duplicated wordRandy Dunlap2020-08-271-1/+1
* net: wireless: sme.c: delete duplicated wordRandy Dunlap2020-08-271-1/+1
* net: wireless: scan.c: delete or fix duplicated wordsRandy Dunlap2020-08-271-2/+2
* net: wireless: reg.c: delete duplicated words + fix punctuationRandy Dunlap2020-08-271-2/+2
* net: wireless: delete duplicated word + fix grammarRandy Dunlap2020-08-271-2/+2
* net: mac80211: mesh.h: delete duplicated wordRandy Dunlap2020-08-271-1/+1
* net: mac80211: agg-rx.c: fix duplicated wordsRandy Dunlap2020-08-271-1/+1
* ipv4: nexthop: Correctly update nexthop group when replacing a nexthopIdo Schimmel2020-08-261-0/+32
* ipv4: nexthop: Correctly update nexthop group when removing a nexthopIdo Schimmel2020-08-261-1/+7
* ipv4: nexthop: Remove unnecessary rtnl_dereference()Ido Schimmel2020-08-261-1/+1
* ipv4: nexthop: Use nla_put_be32() for NHA_GATEWAYIdo Schimmel2020-08-261-1/+1
* ipv4: nexthop: Reduce allocation size of 'struct nh_group'Ido Schimmel2020-08-261-4/+1
* sunrpc: Avoid comma separated statementsJoe Perches2020-08-251-2/+4
* ipv6: fib6: Avoid comma separated statementsJoe Perches2020-08-251-4/+8
* net: clean up codestyle for net/ipv4Miaohe Lin2020-08-253-20/+23
* net: Remove duplicated midx check against 0Miaohe Lin2020-08-251-3/+2
* net: Avoid unnecessary inet_addr_type() call when addr is INADDR_ANYMiaohe Lin2020-08-251-2/+2
* net: Set ping saddr after we successfully get the ping portMiaohe Lin2020-08-251-16/+3
* net: gain ipv4 mtu when mtu is not lockedMiaohe Lin2020-08-251-1/+2
* Merge tag 'batadv-next-for-davem-20200824' of git://git.open-mesh.org/linux-m...David S. Miller2020-08-2414-31/+15
|\
| * batman-adv: Migrate to linux/prandom.hSven Eckelmann2020-08-184-1/+4
| * batman-adv: Drop repeated words in commentsSven Eckelmann2020-08-187-8/+8
| * batman-adv: types.h: delete duplicated wordsRandy Dunlap2020-08-181-2/+2
| * batman-adv: Drop unused function batadv_hardif_remove_interfaces()Sven Eckelmann2020-08-183-19/+0
| * batman-adv: Start new development cycleSimon Wunderlich2020-08-181-1/+1
* | net: Use helper macro RT_TOS() in __icmp_send()Miaohe Lin2020-08-241-2/+2
* | net: Avoid access icmp_err_convert when icmp code is ICMP_FRAG_NEEDEDMiaohe Lin2020-08-241-2/+3
* | net: dccp: delete repeated wordsRandy Dunlap2020-08-243-3/+3
* | net: netlink: delete repeated wordsRandy Dunlap2020-08-242-5/+5
* | net: ipv4: delete repeated wordsRandy Dunlap2020-08-245-6/+6
* | net: sctp: ulpqueue.c: delete duplicated wordRandy Dunlap2020-08-241-1/+1
* | net: sctp: sm_make_chunk.c: delete duplicated words + fix typoRandy Dunlap2020-08-241-3/+3
* | net: sctp: protocol.c: delete duplicated words + punctuationRandy Dunlap2020-08-241-4/+4
* | net: sctp: chunk.c: delete duplicated wordRandy Dunlap2020-08-241-1/+1
* | net: sctp: bind_addr.c: delete duplicated wordRandy Dunlap2020-08-241-1/+1
* | net: sctp: auth.c: delete duplicated wordsRandy Dunlap2020-08-241-2/+2
* | net: sctp: associola.c: delete duplicated wordsRandy Dunlap2020-08-241-2/+2
* | io_uring: allow tcp ancillary data for __sys_recvmsg_sock()Luke Hsiao2020-08-243-3/+7
* | devlink: Protect devlink port list traversalParav Pandit2020-08-241-0/+3
* | devlink: Fix per port reporter fields initializationParav Pandit2020-08-241-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-2313-79/+90
|\ \
| * | net: nexthop: don't allow empty NHA_GROUPNikolay Aleksandrov2020-08-221-1/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-211-6/+8
| |\ \