aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-19Merge tag 'for-net-2025-03-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni1-1/+1
2025-03-18tcp: cache RTAX_QUICKACK metric in a hot cache lineEric Dumazet1-1/+2
2025-03-18inet: frags: change inet_frag_kill() to defer refcount updatesEric Dumazet2-2/+2
2025-03-18inet: frags: add inet_frag_putn() helperEric Dumazet2-3/+4
2025-03-18udp_tunnel: use static call for GRO hooks when possiblePaolo Abeni1-0/+4
2025-03-18udp_tunnel: create a fastpath GRO lookup.Paolo Abeni3-0/+30
2025-03-18net: mana: Support holes in device list reply msgHaiyang Zhang1-4/+7
2025-03-18Merge net-next/main to resolve conflictsJohannes Berg8-99/+222
2025-03-17tcp: Pass flags to __tcp_send_ackIlpo Järvinen1-1/+1
2025-03-17tcp: add new TCP_TW_ACK_OOW state and allow ECN bits in TOSIlpo Järvinen1-1/+2
2025-03-17tcp: helpers for ECN mode handlingIlpo Järvinen1-4/+40
2025-03-17tcp: extend TCP flags to allow AE bit/ACE fieldIlpo Järvinen1-2/+9
2025-03-17tcp: use BIT() macro in include/net/tcp.hChia-Yu Chang1-10/+11
2025-03-16percpu: use TYPEOF_UNQUAL() in variable declarationsUros Bizjak1-3/+2
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-71/+41
2025-03-13Bluetooth: hci_event: Fix connection regression between LE and non-LE adaptersArkadiusz Bokowy1-1/+1
2025-03-13net: mana: Change the function signature of mana_get_primary_netdev_rcuLong Li1-1/+3
2025-03-12net: add granular lock for the netdev netlink socketStanislav Fomichev1-0/+1
2025-03-12net: create netdev_nl_sock to wrap bindings listStanislav Fomichev1-0/+11
2025-03-12wifi: cfg80211: expose cfg80211_chandef_get_width()Johannes Berg1-0/+11
2025-03-11wifi: cfg80211: Update the link address when a link is addedIlan Peer1-0/+1
2025-03-11wifi: cfg80211: improve supported_selector documentationJohannes Berg1-2/+2
2025-03-11wifi: cfg80211: allow IR in 20 MHz configurationsAnjaneyulu1-0/+3
2025-03-11wifi: cfg80211: allow setting extended MLD capa/opsJohannes Berg1-0/+6
2025-03-11wifi: cfg80211: move link reconfig parameters into a structJohannes Berg1-3/+12
2025-03-10rxrpc: Allow the app to store private data on peer structsDavid Howells1-0/+2
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski1-0/+89
2025-03-07tcp: ulp: diag: more info without CAP_NET_ADMINMatthieu Baerts (NGI0)1-2/+2
2025-03-07Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"Luiz Augusto von Dentz1-70/+38
2025-03-06inet: call inet6_ehashfn() once from inet6_hash_connect()Eric Dumazet2-2/+4
2025-03-06netfilter: nf_tables: make destruction work queue pernetFlorian Westphal1-1/+3
2025-03-05inet: fix lwtunnel_valid_encap_type() lock imbalanceEric Dumazet1-4/+8
2025-03-04tcp: use RCU lookup in __inet_hash_connect()Eric Dumazet1-1/+2
2025-03-04tcp: add RCU management to inet_bind_bucketEric Dumazet1-2/+2
2025-03-04Merge tag 'wireless-next-2025-03-04-v2' of https://git.kernel.org/pub/scm/lin...Jakub Kicinski3-32/+60
2025-03-03sock: add sock_kmemdup helperGeliang Tang1-0/+2
2025-03-03tcp: convert to dev_net_rcu()Eric Dumazet2-2/+2
2025-03-03tcp: add four drop reasons to tcp_check_req()Eric Dumazet1-0/+9
2025-03-03tcp: add a drop_reason pointer to tcp_check_req()Eric Dumazet1-1/+1
2025-03-03ipv4: fib: Namespacify fib_info hash tables.Kuniyuki Iwashima1-0/+3
2025-03-03ipv4: fib: Allocate fib_info_hash[] during netns initialisation.Kuniyuki Iwashima1-0/+2
2025-02-28wifi: cfg80211: reorg sinfo structure elements for meshSarika Sharma1-22/+21
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-0/+11
2025-02-27Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2025-02-27xdp: remove xdp_alloc_skb_bulk()Alexander Lobakin1-1/+0
2025-02-27net: gro: expose GRO init/cleanup to use outside of NAPIAlexander Lobakin1-0/+3
2025-02-27net: gro: decouple GRO from the NAPI layerAlexander Lobakin2-13/+34
2025-02-26wifi: cfg80211: expose update timestamp to driversBenjamin Berg1-0/+3
2025-02-26wifi: mac80211: add ieee80211_iter_chan_contexts_mtxMiri Korenblit1-0/+25
2025-02-25Merge branch 'mlx5-next' into wip/leon-for-nextLeon Romanovsky6-8/+23