summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-02-08sit: use exit_batch_rtnl() methodEric Dumazet1-8/+5
2024-02-08ip6_vti: use exit_batch_rtnl() methodEric Dumazet1-7/+5
2024-02-08ip6_tunnel: use exit_batch_rtnl() methodEric Dumazet1-7/+5
2024-02-08ip6_gre: use exit_batch_rtnl() methodEric Dumazet1-7/+5
2024-02-08ipv4: add __unregister_nexthop_notifier()Eric Dumazet1-6/+13
2024-02-08nexthop: convert nexthop_net_exit_batch to exit_batch_rtnl methodEric Dumazet1-7/+12
2024-02-08net: add exit_batch_rtnl() methodEric Dumazet1-1/+30
2024-02-08Merge tag 'mlx5-updates-2024-02-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski3-3/+17
2024-02-08net/smc: change the term virtual ISM to Emulated-ISMWen Gu6-24/+24
2024-02-07net: Do not return value from init_dummy_netdev()Amit Cohen1-3/+1
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-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-06xfrm: get global statistics from the offloaded deviceLeon Romanovsky2-0/+14
2024-02-06xfrm: 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-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-03ipv6: 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
2024-02-02Merge tag 'batadv-next-pullrequest-20240201' of git://git.open-mesh.org/linux...David S. Miller4-10/+10
2024-02-02net: dccp: Simplify the allocation of slab caches in dccp_ackvec_initKunwu Chan1-6/+2
2024-02-02sctp: Simplify the allocation of slab cachesKunwu Chan1-8/+2
2024-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski30-80/+209
2024-02-01Merge tag 'net-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds29-78/+207
2024-02-01Merge tag 'batadv-net-pullrequest-20240201' of git://git.open-mesh.org/linux-...Jakub Kicinski1-0/+3
2024-02-01Merge tag 'nf-24-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski10-31/+106
2024-02-01mptcp: fix data re-injection from stale subflowPaolo Abeni1-3/+0
2024-02-01af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet2-9/+7
2024-02-01af_unix: Remove CONFIG_UNIX_SCM.Kuniyuki Iwashima7-172/+133
2024-02-01af_unix: Remove io_uring code for GC.Kuniyuki Iwashima2-29/+2
2024-02-01af_unix: Replace BUG_ON() with WARN_ON_ONCE().Kuniyuki Iwashima2-8/+8
2024-02-01net: bridge: Use KMEM_CACHE instead of kmem_cache_createKunwu Chan1-4/+1
2024-02-01net: ipv4: Simplify the allocation of slab caches in inet_initpeersKunwu Chan1-4/+1
2024-02-01net: ipv4: fix a memleak in ip_setup_corkZhipeng Lu1-6/+6
2024-02-01netfilter: nft_ct: sanitize layer 3 and 4 protocol number in custom expectationsPablo Neira Ayuso1-0/+24
2024-02-01netfilter: nf_log: replace BUG_ON by WARN_ON_ONCE when putting loggerPablo Neira Ayuso1-3/+4
2024-02-01netfilter: ipset: fix performance regression in swap operationJozsef Kadlecsik4-18/+61
2024-02-01netfilter: conntrack: check SCTP_CID_SHUTDOWN_ACK for vtag setting in sctp_newXin Long1-1/+1
2024-02-01netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEVPablo Neira Ayuso2-5/+10
2024-02-01netfilter: conntrack: correct window scaling with retransmitted SYNRyan Schaefer1-4/+6