summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-02-07net: tipc: remove redundant 'bool' from CONFIG_TIPC_{MEDIA_UDP,CRYPTO}Masahiro Yamada
2024-02-07netlabel: cleanup struct netlbl_lsm_catmapGeorge Guo
2024-02-06nfc: hci: Save a few bytes of memory when registering a 'nfc_llc' engineChristophe JAILLET
2024-02-06nfc: hci: Introduce nfc_llc_del_engine() to reduce code duplicationChristophe JAILLET
2024-02-06tipc: rename the module name diag to tipc_diagXin Long
2024-02-06net: dst: Make dst_destroy() static and return void.Sebastian Andrzej Siewior
2024-02-05net: dsa: reindent arguments of dsa_user_vlan_for_each()Vladimir Oltean
2024-02-05mptcp: annotate lockless accesses around read-mostly fieldsPaolo Abeni
2024-02-05mptcp: annotate lockless access for tokenPaolo Abeni
2024-02-05mptcp: annotate lockless access for RX path fieldsPaolo Abeni
2024-02-05mptcp: annotate lockless access for the tx pathPaolo Abeni
2024-02-05mptcp: annotate access for msk keysPaolo Abeni
2024-02-04net: make dev_unreg_count globalEric Dumazet
2024-02-02ipv6: make addrconf_wq single threadedEric Dumazet
2024-02-02net/sched: Remove alias of sch_clsactMichal Koutný
2024-02-02net/sched: Load modules via their aliasMichal Koutný
2024-02-02net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný
2024-02-02Merge tag 'batadv-next-pullrequest-20240201' of git://git.open-mesh.org/linux...David S. Miller
2024-02-02net: dccp: Simplify the allocation of slab caches in dccp_ackvec_initKunwu Chan
2024-02-02sctp: Simplify the allocation of slab cachesKunwu Chan
2024-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-01Merge tag 'net-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-02-01Merge tag 'batadv-net-pullrequest-20240201' of git://git.open-mesh.org/linux-...Jakub Kicinski
2024-02-01Merge tag 'nf-24-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2024-02-01mptcp: fix data re-injection from stale subflowPaolo Abeni
2024-01-31af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet
2024-01-31af_unix: Remove CONFIG_UNIX_SCM.Kuniyuki Iwashima
2024-01-31af_unix: Remove io_uring code for GC.Kuniyuki Iwashima
2024-01-31af_unix: Replace BUG_ON() with WARN_ON_ONCE().Kuniyuki Iwashima
2024-01-31net: bridge: Use KMEM_CACHE instead of kmem_cache_createKunwu Chan
2024-01-31net: ipv4: Simplify the allocation of slab caches in inet_initpeersKunwu Chan
2024-01-31net: ipv4: fix a memleak in ip_setup_corkZhipeng Lu
2024-01-31netfilter: nft_ct: sanitize layer 3 and 4 protocol number in custom expectationsPablo Neira Ayuso
2024-01-31netfilter: nf_log: replace BUG_ON by WARN_ON_ONCE when putting loggerPablo Neira Ayuso
2024-01-31netfilter: ipset: fix performance regression in swap operationJozsef Kadlecsik
2024-01-31netfilter: conntrack: check SCTP_CID_SHUTDOWN_ACK for vtag setting in sctp_newXin Long
2024-01-31netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEVPablo Neira Ayuso
2024-01-31netfilter: conntrack: correct window scaling with retransmitted SYNRyan Schaefer
2024-01-31Merge tag 'nf-next-24-01-29' of https://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller
2024-01-31ethtool: add linkmode bitmap support to struct ethtool_keeeHeiner Kallweit
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit
2024-01-31ethtool: adjust struct ethtool_keee to kernel needsHeiner Kallweit
2024-01-31ethtool: switch back from ethtool_keee to ethtool_eee for ioctlHeiner Kallweit
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit
2024-01-30devlink: Fix referring to hw_addr attribute during state validationParav Pandit
2024-01-30bridge: mcast: fix disabled snooping after long uptimeLinus Lüssing
2024-01-30xdp: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2024-01-30net: rds: Simplify the allocation of slab caches in rds_conn_initKunwu Chan
2024-01-30llc: call sock_orphan() at release timeEric Dumazet
2024-01-30ipv6: Ensure natural alignment of const ipv6 loopback and router addressesHelge Deller