summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2026-02-03tcp: disable RFC3168 fallback identifier for CC modulesChia-Yu Chang2-4/+19
2026-02-03tcp: ECT_1_NEGOTIATION and NEEDS_ACCECN identifiersChia-Yu Chang3-7/+47
2026-02-03tcp: export tcp_splice_stateGeliang Tang1-0/+11
2026-02-03ipv6: colocate inet6_cork in inet_cork_fullEric Dumazet2-4/+12
2026-02-03inet: add dst4_mtu() and dst6_mtu() helpersEric Dumazet2-0/+12
2026-02-03ipv6: pass proto by value to ipv6_push_nfrag_opts() and ipv6_push_frag_opts()Eric Dumazet1-5/+5
2026-02-03net: l3mdev: use skb_dst_dev_rcu() in l3mdev_l3_out()Eric Dumazet1-3/+4
2026-02-02wifi: mac80211: Add eMLSR/eMLMR action frame parsing supportLorenzo Bianconi1-0/+32
2026-02-02wifi: mac80211: add initial UHR supportJohannes Berg1-2/+33
2026-02-02wifi: cfg80211: add initial UHR supportJohannes Berg1-3/+55
2026-01-31net: ax25: remove plumbing for never-implemented DAMA Master supportEthan Nelson-Moore1-6/+2
2026-01-31tcp: reduce tcp sockets size by one cache lineEric Dumazet1-1/+10
2026-01-30Merge tag 'wireless-next-2026-01-29' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski2-4/+35
2026-01-30ipv6: optimize fl6_update_dst()Eric Dumazet1-3/+13
2026-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+9
2026-01-29Bluetooth: L2CAP: Fix not tracking outstanding TX identLuiz Augusto von Dentz1-2/+1
2026-01-29Bluetooth: Fix using PHYs bitfields as PHY valueLuiz Augusto von Dentz2-7/+7
2026-01-29Bluetooth: L2CAP: Add support for setting BT_PHYLuiz Augusto von Dentz4-15/+37
2026-01-29Bluetooth: hci_sync: Add LE Channel Sounding HCI Command/event structuresNaga Bhavani Akella2-0/+329
2026-01-29Bluetooth: hci_conn: Fix using conn->le_{tx,rx}_phy as supported PHYsLuiz Augusto von Dentz1-0/+2
2026-01-29netfilter: nfnetlink_queue: optimize verdict lookup with hash tableScott Mitchell1-0/+3
2026-01-29nfc: nci: Fix race between rfkill and nci_unregister_device().Kuniyuki Iwashima1-0/+2
2026-01-29tcp: move tcp_rack_advance() to tcp_input.cEric Dumazet1-2/+0
2026-01-29tcp: move tcp_rack_update_reo_wnd() to tcp_input.cEric Dumazet1-1/+0
2026-01-27RDMA/mana_ib: Add device‑memory supportKonstantin Taranov1-3/+44
2026-01-27wifi: cfg80211: treat deprecated INDOOR_SP_AP_OLD control value as LPI modePagadala Yesu Anjaneyulu1-1/+1
2026-01-27wifi: nl80211/cfg80211: support operating as RSTA in PMSR FTM requestAvraham Stern1-1/+6
2026-01-27wifi: nl80211/cfg80211: add negotiated burst period to FTM resultAvraham Stern1-0/+2
2026-01-27wifi: nl80211/cfg80211: clarify periodic FTM parameters for non-EDCA based ra...Avraham Stern1-1/+3
2026-01-27wifi: nl80211/cfg80211: add new FTM capabilitiesAvraham Stern1-1/+19
2026-01-27vsock: add netns to vsock coreBobby Eshleman3-3/+83
2026-01-26net: inline get_netmem() and put_netmem()Eric Dumazet1-2/+18
2026-01-26net: inline net_is_devmem_iov()Eric Dumazet1-0/+12
2026-01-24bonding: annotate data-races around slave->last_rxEric Dumazet1-6/+7
2026-01-23net: add queue config validation callbackJakub Kicinski1-0/+10
2026-01-23net: use netdev_queue_config() for mp restartJakub Kicinski1-1/+3
2026-01-23net: introduce a trivial netdev_queue_config()Jakub Kicinski1-0/+3
2026-01-23geneve: expose gso partial features for tunnel offloadPaolo Abeni1-0/+32
2026-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+0
2026-01-23tcp: move tcp_rate_check_app_limited() to tcp.cEric Dumazet1-2/+1
2026-01-23tcp: move tcp_rate_gen to tcp_input.cEric Dumazet1-2/+0
2026-01-22netfilter: nf_tables: add .abort_skip_removal flag for set typesPablo Neira Ayuso1-0/+2
2026-01-22Merge tag 'wireless-2026-11-22' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-3/+0
2026-01-22net: bonding: use workqueue to make sure peer notify updated in lacp modeTonghao Zhang1-0/+2
2026-01-22Merge tag 'nf-next-26-01-20' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski4-2/+3
2026-01-22gro: inline tcp6_gro_complete()Eric Dumazet2-2/+1
2026-01-22gro: inline tcp6_gro_receive()Eric Dumazet2-3/+1
2026-01-22tcp: preserve const qualifier in tcp_rsk() and inet_rsk()Eric Dumazet1-4/+1
2026-01-21tcp: move tcp_rate_skb_delivered() to tcp_input.cEric Dumazet1-2/+0
2026-01-21Merge tag 'net-queue-rx-buf-len-v9' of https://github.com/isilence/linuxJakub Kicinski3-14/+36