summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: bridge: remove fdb_notify forward declarationVladimir Oltean2021-10-271-124/+122
* net: Prevent HW-GRO and LRO features operate togetherBen Ben-ishay2021-10-261-0/+5
* net: dsa: stop calling dev_hold in dsa_slave_fdb_eventVladimir Oltean2021-10-261-3/+0
* net: dsa: flush switchdev workqueue when leaving the bridgeVladimir Oltean2021-10-261-0/+2
* mctp: Implement extended addressingJeremy Kerr2021-10-262-35/+149
* net: hsr: Add support for redbox supervision framesAndreas Oetken2021-10-264-26/+113
* tcp: remove unneeded code from tcp_stream_alloc_skb()Eric Dumazet2021-10-261-3/+0
* tcp: use MAX_TCP_HEADER in tcp_stream_alloc_skbEric Dumazet2021-10-261-2/+2
* tcp: rename sk_stream_alloc_skbEric Dumazet2021-10-262-11/+11
* netfilter: conntrack: skip confirmation and nat hooks in postrouting for vrfFlorian Westphal2021-10-262-1/+27
* tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()Jon Maxwell2021-10-261-1/+1
* ipv6/tcp: small drop monitor changesEric Dumazet2021-10-251-2/+2
* ipv4: guard IP_MINTTL with a static keyEric Dumazet2021-10-252-8/+18
* ipv4: annotate data races arount inet->min_ttlEric Dumazet2021-10-252-3/+9
* ipv6: guard IPV6_MINHOPCOUNT with a static keyEric Dumazet2021-10-252-8/+19
* ipv6: annotate data races around np->min_hopcountEric Dumazet2021-10-252-3/+8
* ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookieEric Dumazet2021-10-252-5/+5
* tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet2021-10-252-6/+6
* bluetooth: use dev_addr_set()Jakub Kicinski2021-10-251-1/+3
* bluetooth: use eth_hw_addr_set()Jakub Kicinski2021-10-251-1/+1
* net/tls: getsockopt supports complete algorithm listTianjia Zhang2021-10-251-0/+42
* net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_workVladimir Oltean2021-10-251-2/+0
* net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean2021-10-252-24/+53
* net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del returns errorVladimir Oltean2021-10-251-2/+2
* Revert "Merge branch 'dsa-rtnl'"David S. Miller2021-10-253-53/+26
* Merge tag 'linux-can-next-for-5.16-20211024' of git://git.kernel.org/pub/scm/...David S. Miller2021-10-251-1/+1
|\
| * can: bcm: Use hrtimer_forward_now()Thomas Gleixner2021-10-241-1/+1
* | net: atm: use address setting helpersJakub Kicinski2021-10-242-4/+5
* | net: caif: get ready for const netdev->dev_addrJakub Kicinski2021-10-241-1/+1
* | net: hsr: get ready for const netdev->dev_addrJakub Kicinski2021-10-242-4/+4
* | net: rtnetlink: use __dev_addr_set()Jakub Kicinski2021-10-241-2/+2
* | net: core: constify mac addrs in selftestsJakub Kicinski2021-10-241-4/+4
* | net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-4/+3
* | net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_workVladimir Oltean2021-10-241-2/+0
* | net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean2021-10-242-24/+53
|/
* devlink: Clean not-executed param notificationsLeon Romanovsky2021-10-221-4/+11
* devlink: Remove not-executed trap group notificationsLeon Romanovsky2021-10-221-7/+5
* devlink: Remove not-executed trap policer notificationsLeon Romanovsky2021-10-221-7/+5
* devlink: Delete obsolete parameters publish APILeon Romanovsky2021-10-221-49/+8
* gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE...Stephen Suryaputra2021-10-221-0/+3
* Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub...Jakub Kicinski2021-10-2227-609/+1140
|\
| * mac80211: Prevent AP probing during suspendLoic Poulain2021-10-213-0/+14
| * nl80211: Add LC placeholder band definition to nl80211_bandSrinivasan Raju2021-10-215-1/+7
| * mac80211: split beacon retrieval functionsAloka Dixit2021-10-211-85/+118
| * cfg80211: separate get channel number from iesWen Gong2021-10-211-15/+26
| * mac80211: use ieee80211_bss_get_elem() in most placesJohannes Berg2021-10-211-21/+22
| * cfg80211: scan: use element finding functions in easy casesJohannes Berg2021-10-211-9/+9
| * nl80211: use element finding functionsJohannes Berg2021-10-211-22/+22
| * mac80211: fils: use cfg80211_find_ext_elem()Johannes Berg2021-10-211-10/+12
| * mac80211: fix memory leaks with element parsingJohannes Berg2021-10-213-24/+25