aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-02-06nfc: hci: Save a few bytes of memory when registering a 'nfc_llc' engineGravatar Christophe JAILLET 1-2/+2
2024-02-06nfc: hci: Introduce nfc_llc_del_engine() to reduce code duplicationGravatar Christophe JAILLET 1-8/+10
2024-02-06tipc: rename the module name diag to tipc_diagGravatar Xin Long 1-2/+2
2024-02-06net: dst: Make dst_destroy() static and return void.Gravatar Sebastian Andrzej Siewior 1-4/+2
2024-02-05net: dsa: reindent arguments of dsa_user_vlan_for_each()Gravatar Vladimir Oltean 1-4/+4
2024-02-05mptcp: annotate lockless accesses around read-mostly fieldsGravatar Paolo Abeni 2-8/+8
2024-02-05mptcp: annotate lockless access for tokenGravatar Paolo Abeni 3-7/+7
2024-02-05mptcp: annotate lockless access for RX path fieldsGravatar Paolo Abeni 2-11/+14
2024-02-05mptcp: annotate lockless access for the tx pathGravatar Paolo Abeni 3-10/+9
2024-02-05mptcp: annotate access for msk keysGravatar Paolo Abeni 4-13/+17
2024-02-04net: make dev_unreg_count globalGravatar Eric Dumazet 2-13/+10
2024-02-02ipv6: make addrconf_wq single threadedGravatar Eric Dumazet 1-1/+2
2024-02-02net/sched: Remove alias of sch_clsactGravatar Michal Koutný 1-1/+0
2024-02-02net/sched: Load modules via their aliasGravatar Michal Koutný 3-4/+4
2024-02-02net/sched: Add module aliases for cls_,sch_,act_ modulesGravatar Michal Koutný 55-0/+56
2024-02-02Merge tag 'batadv-next-pullrequest-20240201' of git://git.open-mesh.org/linux...Gravatar David S. Miller 4-10/+10
2024-02-02net: dccp: Simplify the allocation of slab caches in dccp_ackvec_initGravatar Kunwu Chan 1-6/+2
2024-02-02sctp: Simplify the allocation of slab cachesGravatar Kunwu Chan 1-8/+2
2024-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 30-80/+209
2024-02-01Merge tag 'net-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 29-78/+207
2024-02-01Merge tag 'batadv-net-pullrequest-20240201' of git://git.open-mesh.org/linux-...Gravatar Jakub Kicinski 1-0/+3
2024-02-01Merge tag 'nf-24-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Gravatar Jakub Kicinski 10-31/+106
2024-02-01mptcp: fix data re-injection from stale subflowGravatar Paolo Abeni 1-3/+0
2024-01-31af_unix: fix lockdep positive in sk_diag_dump_icons()Gravatar Eric Dumazet 2-9/+7
2024-01-31af_unix: Remove CONFIG_UNIX_SCM.Gravatar Kuniyuki Iwashima 7-172/+133
2024-01-31af_unix: Remove io_uring code for GC.Gravatar Kuniyuki Iwashima 2-29/+2
2024-01-31af_unix: Replace BUG_ON() with WARN_ON_ONCE().Gravatar Kuniyuki Iwashima 2-8/+8
2024-01-31net: bridge: Use KMEM_CACHE instead of kmem_cache_createGravatar Kunwu Chan 1-4/+1
2024-01-31net: ipv4: Simplify the allocation of slab caches in inet_initpeersGravatar Kunwu Chan 1-4/+1
2024-01-31net: ipv4: fix a memleak in ip_setup_corkGravatar Zhipeng Lu 1-6/+6
2024-01-31netfilter: nft_ct: sanitize layer 3 and 4 protocol number in custom expectationsGravatar Pablo Neira Ayuso 1-0/+24
2024-01-31netfilter: nf_log: replace BUG_ON by WARN_ON_ONCE when putting loggerGravatar Pablo Neira Ayuso 1-3/+4
2024-01-31netfilter: ipset: fix performance regression in swap operationGravatar Jozsef Kadlecsik 4-18/+61
2024-01-31netfilter: conntrack: check SCTP_CID_SHUTDOWN_ACK for vtag setting in sctp_newGravatar Xin Long 1-1/+1
2024-01-31netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEVGravatar Pablo Neira Ayuso 2-5/+10
2024-01-31netfilter: conntrack: correct window scaling with retransmitted SYNGravatar Ryan Schaefer 1-4/+6
2024-01-31Merge tag 'nf-next-24-01-29' of https://git.kernel.org/pub/scm/linux/kernel/g...Gravatar David S. Miller 10-52/+83
2024-01-31ethtool: add linkmode bitmap support to struct ethtool_keeeGravatar Heiner Kallweit 4-17/+65
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeGravatar Heiner Kallweit 2-14/+14
2024-01-31ethtool: adjust struct ethtool_keee to kernel needsGravatar Heiner Kallweit 1-6/+6
2024-01-31ethtool: switch back from ethtool_keee to ethtool_eee for ioctlGravatar Heiner Kallweit 1-9/+39
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Gravatar Heiner Kallweit 3-10/+10
2024-01-30devlink: Fix referring to hw_addr attribute during state validationGravatar Parav Pandit 1-1/+1
2024-01-30bridge: mcast: fix disabled snooping after long uptimeGravatar Linus Lüssing 2-7/+17
2024-01-30xdp: Remove usage of the deprecated ida_simple_xx() APIGravatar Christophe JAILLET 1-3/+3
2024-01-30net: rds: Simplify the allocation of slab caches in rds_conn_initGravatar Kunwu Chan 1-3/+1
2024-01-30llc: call sock_orphan() at release timeGravatar Eric Dumazet 1-0/+2
2024-01-30ipv6: Ensure natural alignment of const ipv6 loopback and router addressesGravatar Helge Deller 1-7/+14
2024-01-29net: tcp: accept old ack during closingGravatar Menglong Dong 1-7/+11
2024-01-29NFSv4.1: Assign the right value for initval and retries for rpc timeoutGravatar Samasth Norway Ananda 1-2/+2