aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-02-07xfrm: interface: use exit_batch_rtnl() methodEric Dumazet1-8/+6
2024-02-07bridge: use exit_batch_rtnl() methodEric Dumazet1-10/+5
2024-02-07ip_tunnel: use exit_batch_rtnl() methodEric Dumazet4-21/+29
2024-02-07sit: use exit_batch_rtnl() methodEric Dumazet1-8/+5
2024-02-07ip6_vti: use exit_batch_rtnl() methodEric Dumazet1-7/+5
2024-02-07ip6_tunnel: use exit_batch_rtnl() methodEric Dumazet1-7/+5
2024-02-07ip6_gre: use exit_batch_rtnl() methodEric Dumazet1-7/+5
2024-02-07ipv4: add __unregister_nexthop_notifier()Eric Dumazet1-6/+13
2024-02-07nexthop: convert nexthop_net_exit_batch to exit_batch_rtnl methodEric Dumazet1-7/+12
2024-02-07net: add exit_batch_rtnl() methodEric Dumazet1-1/+30
2024-02-07Merge tag 'mlx5-updates-2024-02-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski3-3/+17
2024-02-07net/smc: change the term virtual ISM to Emulated-ISMWen Gu6-24/+24
2024-02-07netfilter: nft_compat: restrict match/target protocol to u16Pablo Neira Ayuso1-1/+7
2024-02-07netfilter: nft_compat: reject unused compat flagPablo Neira Ayuso1-1/+2
2024-02-07netfilter: nft_compat: narrow down revision to unsigned 8-bitsPablo Neira Ayuso1-3/+3
2024-02-07Merge tag 'wireless-2024-02-06' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski10-67/+175
2024-02-07net: Do not return value from init_dummy_netdev()Amit Cohen1-3/+1
2024-02-07libceph: just wait for more data to be available on the socketXiubo Li3-20/+18
2024-02-07libceph: rename read_sparse_msg_*() to read_partial_sparse_msg_*()Xiubo Li1-4/+4
2024-02-07libceph: fail sparse-read if the data length doesn't matchXiubo Li1-3/+15
2024-02-07net: tipc: remove redundant 'bool' from CONFIG_TIPC_{MEDIA_UDP,CRYPTO}Masahiro Yamada1-4/+3
2024-02-07netlabel: cleanup struct netlbl_lsm_catmapGeorge Guo1-4/+4
2024-02-06devlink: avoid potential loop in devlink_rel_nested_in_notify_work()Jiri Pirko1-6/+6
2024-02-06af_unix: Call kfree_skb() for dead unix_(sk)->oob_skb in GC.Kuniyuki Iwashima1-0/+11
2024-02-06nfc: hci: Save a few bytes of memory when registering a 'nfc_llc' engineChristophe JAILLET1-2/+2
2024-02-06nfc: hci: Introduce nfc_llc_del_engine() to reduce code duplicationChristophe JAILLET1-8/+10
2024-02-06tipc: rename the module name diag to tipc_diagXin Long1-2/+2
2024-02-06net: dst: Make dst_destroy() static and return void.Sebastian Andrzej Siewior1-4/+2
2024-02-06tipc: Check the bearer type before calling tipc_udp_nl_bearer_add()Shigeru Yoshida1-0/+6
2024-02-05xsk: support redirect to any socket bound to the same umemMagnus Karlsson1-1/+4
2024-02-05xfrm: get global statistics from the offloaded deviceLeon Romanovsky2-0/+14
2024-02-05xfrm: generalize xdo_dev_state_update_curlft to allow statistics updateLeon Romanovsky2-3/+3
2024-02-05net: dsa: reindent arguments of dsa_user_vlan_for_each()Vladimir Oltean1-4/+4
2024-02-05rxrpc: Fix counting of new acks and nacksDavid Howells4-25/+117
2024-02-05rxrpc: Fix response to PING RESPONSE ACKs to a dead callDavid Howells1-0/+8
2024-02-05rxrpc: Fix delayed ACKs to not set the reference serial numberDavid Howells2-6/+1
2024-02-05rxrpc: Fix generation of serial numbers to skip zeroDavid Howells5-9/+23
2024-02-05mptcp: annotate lockless accesses around read-mostly fieldsPaolo Abeni2-8/+8
2024-02-05mptcp: annotate lockless access for tokenPaolo Abeni3-7/+7
2024-02-05mptcp: annotate lockless access for RX path fieldsPaolo Abeni2-11/+14
2024-02-05mptcp: annotate lockless access for the tx pathPaolo Abeni3-10/+9
2024-02-05mptcp: annotate access for msk keysPaolo Abeni4-13/+17
2024-02-04net: make dev_unreg_count globalEric Dumazet2-13/+10
2024-02-04inet: read sk->sk_family once in inet_recv_error()Eric Dumazet1-2/+4
2024-02-04wifi: cfg80211: fix kunit exportsJohannes Berg1-2/+2
2024-02-03tunnels: fix out of bounds access when building IPv6 PMTU errorAntoine Tenart1-1/+1
2024-02-02ipv6: make addrconf_wq single threadedEric Dumazet1-1/+2
2024-02-02net/sched: Remove alias of sch_clsactMichal Koutný1-1/+0
2024-02-02net/sched: Load modules via their aliasMichal Koutný3-4/+4
2024-02-02net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný55-0/+56