summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
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
2025-11-25wifi: cfg80211: include s1g_primary_2mhz when comparing chandefsLachlan Hodges-1/+2
2025-11-24net: factor-out _sk_charge() helperPaolo Abeni-0/+2
2025-11-24net: sched: fix TCF_LAYER_TRANSPORT handling in tcf_get_base_ptr()Eric Dumazet-0/+2
2025-11-20devlink: support default values for param-get and param-setDaniel Zahka-0/+42
2025-11-20devlink: pass extack through to devlink_param::get()Daniel Zahka-2/+4
2025-11-20tcp: add net.ipv4.tcp_rcvbuf_low_rttEric Dumazet-0/+1
2025-11-20tcp: tcp_moderate_rcvbuf is only used in rx pathEric Dumazet-1/+1
2025-11-20Bluetooth: hci_core: lookup hci_conn on RX path on protocol sidePauli Virtanen-6/+14
2025-11-20Bluetooth: btusb: mediatek: Fix kernel crash when releasing mtk iso interfaceChris Lu-1/+0
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2025-11-20wifi: cfg80211: Add support for 6GHz AP role not relevant AP typePagadala Yesu Anjaneyulu-0/+1
2025-11-19net: mana: Drop TX skb on post_work_request failure and unmap resourcesAditya Garg-0/+1
2025-11-19net: mana: Handle SKB if TX SGEs exceed hardware limitAditya Garg-1/+8
2025-11-18Merge tag 'ipsec-2025-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-1/+2
2025-11-17net: mana: Add standard counter rx_missed_errorsErni Sri Satya Vennela-2/+10
2025-11-17net: mana: Move hardware counter stats from per-port to per-VF contextErni Sri Satya Vennela-5/+9
2025-11-16memcg: net: track network throttling due to memcg memory pressureShakeel Butt-1/+5
2025-11-14sctp: Remove unused declaration sctp_auth_init_hmacs()Yue Haibing-1/+0
2025-11-14tcp: gro: inline tcp_gro_pull_header()Eric Dumazet-1/+27
2025-11-13net: dsa: remove definition of struct dsa_switch_driverHeiner Kallweit-5/+0
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+6
2025-11-13Merge tag 'net-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+5
2025-11-12Merge tag 'wireless-next-2025-11-12' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-4/+32