summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Invalidate neighbour for broadcast address upon address additionIdo Schimmel2022-02-212-3/+11
* net: core: Use csum_replace_by_diff() and csum_sub() instead of opencodingChristophe Leroy2022-02-211-2/+2
* net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()Menglong Dong2022-02-201-4/+6
* net: tcp: use tcp_drop_reason() for tcp_data_queue()Menglong Dong2022-02-201-2/+11
* net: tcp: use tcp_drop_reason() for tcp_rcv_established()Menglong Dong2022-02-201-2/+7
* net: tcp: use kfree_skb_reason() for tcp_v{4,6}_do_rcv()Menglong Dong2022-02-202-2/+8
* net: tcp: add skb drop reasons to tcp_add_backlog()Menglong Dong2022-02-202-3/+6
* net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash()Menglong Dong2022-02-202-7/+17
* net: tcp: use kfree_skb_reason() for tcp_v6_rcv()Menglong Dong2022-02-201-4/+17
* net: tcp: add skb drop reasons to tcp_v4_rcv()Menglong Dong2022-02-201-1/+6
* net: tcp: introduce tcp_drop_reason()Menglong Dong2022-02-201-2/+8
* net/smc: unlock on error paths in __smc_setsockopt()Dan Carpenter2022-02-191-4/+8
* net: dsa: remove pcs_pollRussell King (Oracle)2022-02-191-1/+0
* net: hsr: fix suspicious RCU usage warning in hsr_node_get_first()Juhee Kang2022-02-192-7/+11
* net: get rid of rtnl_lock_unregistering()Eric Dumazet2022-02-191-42/+0
* bridge: switch br_net_exit to batch modeEric Dumazet2022-02-191-6/+9
* net: ip6mr: add support for passing full packet on wrong mifMobashshera Rasool2022-02-191-4/+14
* mctp: add address validity checking for packet receiveJeremy Kerr2022-02-181-0/+11
* mctp: replace mctp_address_ok with more fine-grained helpersJeremy Kerr2022-02-183-3/+3
* net: Add new protocol attribute to IP addressesJacques de Laval2022-02-182-6/+28
* net: avoid quadratic behavior in netdev_wait_allrefs_any()Eric Dumazet2022-02-181-3/+1
* ipv6: annotate some data-races around sk->sk_protEric Dumazet2022-02-182-8/+22
* net: dsa: add support for phylink mac_select_pcs()Russell King (Oracle)2022-02-181-0/+15
* net: dsa: delete unused exported symbols for ethtool PHY statsVladimir Oltean2022-02-171-57/+0
* net: add sanity check in proto_register()Eric Dumazet2022-02-171-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-0/+3
|\
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-02-171-0/+3
| |\
| | * bpf: Do not try bpf_msg_push_data with len 0Felix Maurer2022-02-111-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-1730-121/+168
|\| |
| * | ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet2022-02-171-9/+10
| * | ipv4: fix data races in fib_alias_hw_flags_setEric Dumazet2022-02-174-18/+21
| * | net: dsa: lan9303: handle hwaccel VLAN tagsMans Rullgard2022-02-171-14/+7
| * | vsock: remove vsock from connected table when connect is interrupted by a signalSeth Forshee2022-02-171-0/+1
| * | ping: fix the dif and sdif check in ping_lookupXin Long2022-02-171-2/+9
| * | net: sched: limit TC_ACT_REPEAT loopsEric Dumazet2022-02-161-3/+10
| * | tipc: fix wrong notification node addressesJon Maloy2022-02-161-5/+6
| * | ipv6: per-netns exclusive flowlabel checksWillem de Bruijn2022-02-161-1/+3
| * | net: bridge: multicast: notify switchdev driver whenever MC processing gets d...Oleksandr Mazur2022-02-161-0/+4
| * | mctp: fix use after freeTom Rix2022-02-151-5/+6
| * | ipv4: add description about martian sourceZhang Yunkai2022-02-151-0/+3
| * | tipc: fix wrong publisher node address in link publicationsJon Maloy2022-02-141-1/+1
| * | net: fix documentation for kernel_getsocknameAlex Maydanik2022-02-141-2/+2
| * | net_sched: add __rcu annotation to netdev->qdiscEric Dumazet2022-02-144-28/+35
| * | net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLANVladimir Oltean2022-02-142-1/+1
| * | ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()Ignat Korchagin2022-02-142-3/+3
| * | tipc: fix a bit overflow in tipc_crypto_key_rcv()Hangyu Hua2022-02-131-1/+1
| * | Merge tag 'wireless-2022-02-11' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2022-02-112-21/+25
| |\ \ | | |/ | |/|
| | * cfg80211: fix race in netlink owner interface destructionJohannes Berg2022-02-041-13/+4
| | * mac80211: mlme: check for null after calling kmemdupJiasheng Jiang2022-01-311-8/+21
| * | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-02-112-2/+4
| |\ \