aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2026-01-17tcp: move tcp_rate_skb_sent() to tcp_output.cEric Dumazet1-1/+0
2026-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-1/+19
2026-01-15net: Introduce netif_xmit_timeout_ms() helperShahar Shitrit1-0/+11
2026-01-15xsk: move cq_cached_prod_lock to avoid touching a cacheline in sending pathJason Xing1-5/+0
2026-01-14wifi: mac80211: allow key installation before associationKavita Kavita1-0/+2
2026-01-14wifi: nl80211: Add support for EPP peer indicationSai Pratyusha Magam1-0/+2
2026-01-13net: mana: Implement ndo_tx_timeout and serialize queue resets per port.Dipayaan Roy2-2/+8
2026-01-14net: pass queue rx page size from memory providerPavel Begunkov2-0/+11
2026-01-14net: add bare bone queue configsPavel Begunkov2-0/+11
2026-01-14net: reduce indent of struct netdev_queue_mgmt_ops membersJakub Kicinski1-14/+14
2026-01-13net/sched: Export mq functions for reuseToke Høiland-Jørgensen1-0/+27
2026-01-13net: add net.core.qdisc_max_burstEric Dumazet2-0/+7
2026-01-12net: phy: realtek: add dummy PHY driver for RTL8127ATFHeiner Kallweit1-0/+7
2026-01-12Merge tag 'wireless-next-2026-01-12' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski2-12/+81
2026-01-12wifi: mac80211: improve station iteration ergonomicsJohannes Berg1-4/+25
2026-01-12wifi: mac80211: improve interface iteration ergonomicsJohannes Berg1-6/+36
2026-01-08ipv4: ip_tunnel: spread netdev_lockdep_set_classes()Eric Dumazet1-1/+12
2026-01-08wifi: cfg80211: add cfg80211_stop_link() for per-link teardownManish Dharanenthiran1-2/+20
2026-01-06tcp: clarify tcp_congestion_ops functions commentsDaniel Sedlak1-10/+19
2026-01-06udp: udplite is unlikelyEric Dumazet1-4/+4
2026-01-06ipv4/inet_sock.h: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-5/+4
2026-01-05sysctl: Remove unused ctl_table forward declarationsJoel Granados1-2/+0
2025-12-23net: dsa: properly keep track of conduit referenceVladimir Oltean1-0/+1
2025-12-19Merge tag 'net-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-26/+35
2025-12-15netfilter: nf_tables: avoid chain re-validation if possibleFlorian Westphal1-8/+26
2025-12-10inet: frags: flush pending skbs in fqdir_pre_exit()Jakub Kicinski2-15/+7
2025-12-10inet: frags: add inet_frag_queue_flush()Jakub Kicinski1-3/+2
2025-12-07Merge tag '9p-for-6.19-rc1' of https://github.com/martinetd/linuxLinus Torvalds2-3/+110
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+5
2025-12-01Merge tag 'for-net-next-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJakub Kicinski4-3/+102
2025-12-01net: dsa: add simple HSR offload helpersVladimir Oltean1-0/+9
2025-12-01net: mana: Handle hardware recovery events when probing the deviceLong Li1-1/+11
2025-12-01Bluetooth: HCI: Add support for LL Extended Feature SetLuiz Augusto von Dentz3-1/+29
2025-12-01Bluetooth: HCI: Always use the identity address when initializing a connectionLuiz Augusto von Dentz1-2/+2
2025-12-01Bluetooth: ISO: Add support to bind to trigger PASTLuiz Augusto von Dentz2-0/+2
2025-12-01Bluetooth: hci_core: Introduce HCI_CONN_FLAG_PASTLuiz Augusto von Dentz1-0/+1
2025-12-01Bluetooth: HCI: Add initial support for PASTLuiz Augusto von Dentz3-0/+68
2025-11-28Merge tag 'nf-next-25-11-28' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2-9/+32
2025-11-28Merge tag 'wireless-next-2025-11-27' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski1-1/+3
2025-11-28netfilter: nf_conncount: rework API to use sk_buff directlyFernando Fernandez Mancera1-8/+7
2025-11-28netfilter: flowtable: Add IPIP rx sw accelerationLorenzo Bianconi1-0/+18
2025-11-28netfilter: flowtable: remove hw_ifidxPablo Neira Ayuso1-1/+0
2025-11-27netfilter: flowtable: consolidate xmit pathPablo Neira Ayuso1-0/+1
2025-11-27netfilter: flowtable: move path discovery infrastructure to its own filePablo Neira Ayuso1-0/+6
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+16
2025-11-25tcp: remove icsk->icsk_retransmit_timerEric Dumazet2-7/+10
2025-11-25tcp: introduce icsk->icsk_keepalive_timerEric Dumazet1-2/+9
2025-11-25net: move sk_dst_pending_confirm and sk_pacing_status to sock_read_tx groupEric Dumazet1-2/+2
2025-11-25tcp: rename icsk_timeout() to tcp_timeout_expires()Eric Dumazet1-3/+2
2025-11-25net_sched: add qdisc_dequeue_drop() helperEric Dumazet2-5/+30