summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2026-01-19ipv6: annotate data-races in ip6_multipath_hash_{policy,fields}()Eric Dumazet1-2/+2
2026-01-19ipv6: annotate date-race in ipv6_can_nonlocal_bind()Eric Dumazet1-3/+3
2026-01-19ipv6: annotate data-races from ip6_make_flowlabel()Eric Dumazet1-10/+14
2026-01-19ipv6: add sysctl_ipv6_flowlabel groupEric Dumazet1-3/+7
2026-01-18tcp: move tcp_rate_skb_sent() to tcp_output.cEric Dumazet1-1/+0
2026-01-16Merge 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-14net: mana: Implement ndo_tx_timeout and serialize queue resets per port.Dipayaan Roy2-2/+8
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-13net: phy: realtek: add dummy PHY driver for RTL8127ATFHeiner Kallweit1-0/+7
2026-01-13Merge tag 'wireless-next-2026-01-12' of https://git.kernel.org/pub/scm/linux/...Jakub 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-09ipv4: 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-07tcp: clarify tcp_congestion_ops functions commentsDaniel Sedlak1-10/+19
2026-01-07udp: udplite is unlikelyEric Dumazet1-4/+4
2026-01-07ipv4/inet_sock.h: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-5/+4
2025-12-23net: dsa: properly keep track of conduit referenceVladimir Oltean1-0/+1
2025-12-18Merge tag 'net-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus 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-06Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+5
2025-12-02Merge tag 'for-net-next-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski4-3/+102
2025-12-02net: dsa: add simple HSR offload helpersVladimir Oltean1-0/+9
2025-12-02net: mana: Handle hardware recovery events when probing the deviceLong Li1-1/+11
2025-12-02Bluetooth: HCI: Add support for LL Extended Feature SetLuiz Augusto von Dentz3-1/+29
2025-12-02Bluetooth: HCI: Always use the identity address when initializing a connectionLuiz Augusto von Dentz1-2/+2
2025-12-02Bluetooth: 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-29Merge tag 'nf-next-25-11-28' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2-10/+33
2025-11-29Merge tag 'wireless-next-2025-11-27' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski1-1/+3
2025-11-28netfilter: nf_conncount: rework API to use sk_buff directlyFernando Fernandez Mancera1-9/+8
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-28netfilter: flowtable: consolidate xmit pathPablo Neira Ayuso1-0/+1
2025-11-28netfilter: 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-26tcp: remove icsk->icsk_retransmit_timerEric Dumazet2-7/+10
2025-11-26tcp: introduce icsk->icsk_keepalive_timerEric Dumazet1-2/+9
2025-11-26net: move sk_dst_pending_confirm and sk_pacing_status to sock_read_tx groupEric Dumazet1-2/+2
2025-11-26tcp: rename icsk_timeout() to tcp_timeout_expires()Eric Dumazet1-3/+2
2025-11-25net_sched: add qdisc_dequeue_drop() helperEric Dumazet2-5/+30
2025-11-25net_sched: add tcf_kfree_skb_list() helperEric Dumazet1-0/+11
2025-11-25net_sched: add Qdisc_read_mostly and Qdisc_write groupsEric Dumazet1-11/+18