summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2026-01-14wifi: mac80211: allow key installation before associationKavita Kavita-0/+2
2026-01-14wifi: nl80211: Add support for EPP peer indicationSai Pratyusha Magam-0/+2
2026-01-13net: mana: Implement ndo_tx_timeout and serialize queue resets per port.Dipayaan Roy-2/+8
2026-01-14net: pass queue rx page size from memory providerPavel Begunkov-0/+11
2026-01-14net: add bare bone queue configsPavel Begunkov-0/+11
2026-01-14net: reduce indent of struct netdev_queue_mgmt_ops membersJakub Kicinski-14/+14
2026-01-13net/sched: Export mq functions for reuseToke Høiland-Jørgensen-0/+27
2026-01-13net: add net.core.qdisc_max_burstEric Dumazet-0/+7
2026-01-12net: phy: realtek: add dummy PHY driver for RTL8127ATFHeiner Kallweit-0/+7
2026-01-12Merge tag 'wireless-next-2026-01-12' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-12/+81
2026-01-12wifi: mac80211: improve station iteration ergonomicsJohannes Berg-4/+25
2026-01-12wifi: mac80211: improve interface iteration ergonomicsJohannes Berg-6/+36
2026-01-08ipv4: ip_tunnel: spread netdev_lockdep_set_classes()Eric Dumazet-1/+12
2026-01-08wifi: cfg80211: add cfg80211_stop_link() for per-link teardownManish Dharanenthiran-2/+20
2026-01-06tcp: clarify tcp_congestion_ops functions commentsDaniel Sedlak-10/+19
2026-01-06udp: udplite is unlikelyEric Dumazet-4/+4
2026-01-06ipv4/inet_sock.h: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva-5/+4
2026-01-05sysctl: Remove unused ctl_table forward declarationsJoel Granados-2/+0
2025-12-23net: dsa: properly keep track of conduit referenceVladimir Oltean-0/+1
2025-12-19Merge tag 'net-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-26/+35
2025-12-15netfilter: nf_tables: avoid chain re-validation if possibleFlorian Westphal-8/+26
2025-12-10inet: frags: flush pending skbs in fqdir_pre_exit()Jakub Kicinski-15/+7
2025-12-10inet: frags: add inet_frag_queue_flush()Jakub Kicinski-3/+2
2025-12-07Merge tag '9p-for-6.19-rc1' of https://github.com/martinetd/linuxLinus Torvalds-3/+110
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+5
2025-12-01Merge tag 'for-net-next-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski-3/+102
2025-12-01net: dsa: add simple HSR offload helpersVladimir Oltean-0/+9
2025-12-01net: mana: Handle hardware recovery events when probing the deviceLong Li-1/+11
2025-12-01Bluetooth: HCI: Add support for LL Extended Feature SetLuiz Augusto von Dentz-1/+29
2025-12-01Bluetooth: HCI: Always use the identity address when initializing a connectionLuiz Augusto von Dentz-2/+2
2025-12-01Bluetooth: ISO: Add support to bind to trigger PASTLuiz Augusto von Dentz-0/+2
2025-12-01Bluetooth: hci_core: Introduce HCI_CONN_FLAG_PASTLuiz Augusto von Dentz-0/+1
2025-12-01Bluetooth: HCI: Add initial support for PASTLuiz Augusto von Dentz-0/+68
2025-11-28Merge tag 'nf-next-25-11-28' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-10/+33
2025-11-28Merge tag 'wireless-next-2025-11-27' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-1/+3
2025-11-28netfilter: nf_conncount: rework API to use sk_buff directlyFernando Fernandez Mancera-9/+8
2025-11-28netfilter: flowtable: Add IPIP rx sw accelerationLorenzo Bianconi-0/+18
2025-11-28netfilter: flowtable: remove hw_ifidxPablo Neira Ayuso-1/+0
2025-11-27netfilter: flowtable: consolidate xmit pathPablo Neira Ayuso-0/+1
2025-11-27netfilter: flowtable: move path discovery infrastructure to its own filePablo Neira Ayuso-0/+6
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+16
2025-11-25tcp: remove icsk->icsk_retransmit_timerEric Dumazet-7/+10
2025-11-25tcp: introduce icsk->icsk_keepalive_timerEric Dumazet-2/+9
2025-11-25net: move sk_dst_pending_confirm and sk_pacing_status to sock_read_tx groupEric Dumazet-2/+2
2025-11-25tcp: rename icsk_timeout() to tcp_timeout_expires()Eric Dumazet-3/+2
2025-11-25net_sched: add qdisc_dequeue_drop() helperEric Dumazet-5/+30
2025-11-25net_sched: add tcf_kfree_skb_list() helperEric Dumazet-0/+11
2025-11-25net_sched: add Qdisc_read_mostly and Qdisc_write groupsEric Dumazet-11/+18
2025-11-25net_sched: use qdisc_skb_cb(skb)->pkt_segs in bstats_update()Eric Dumazet-3/+10
2025-11-25net_sched: make room for (struct qdisc_skb_cb)->pkt_segsEric Dumazet-9/+9