summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2026-01-29Bluetooth: Fix using PHYs bitfields as PHY valueLuiz Augusto von Dentz-7/+7
2026-01-29Bluetooth: L2CAP: Add support for setting BT_PHYLuiz Augusto von Dentz-15/+37
2026-01-29Bluetooth: hci_sync: Add LE Channel Sounding HCI Command/event structuresNaga Bhavani Akella-0/+329
2026-01-29Bluetooth: hci_conn: Fix using conn->le_{tx,rx}_phy as supported PHYsLuiz Augusto von Dentz-0/+2
2026-01-29netfilter: nfnetlink_queue: optimize verdict lookup with hash tableScott Mitchell-0/+3
2026-01-28nfc: nci: Fix race between rfkill and nci_unregister_device().Kuniyuki Iwashima-0/+2
2026-01-28tcp: move tcp_rack_advance() to tcp_input.cEric Dumazet-2/+0
2026-01-28tcp: move tcp_rack_update_reo_wnd() to tcp_input.cEric Dumazet-1/+0
2026-01-27RDMA/mana_ib: Add device‑memory supportKonstantin Taranov-3/+44
2026-01-27wifi: cfg80211: treat deprecated INDOOR_SP_AP_OLD control value as LPI modePagadala Yesu Anjaneyulu-1/+1
2026-01-27wifi: nl80211/cfg80211: support operating as RSTA in PMSR FTM requestAvraham Stern-1/+6
2026-01-27wifi: nl80211/cfg80211: add negotiated burst period to FTM resultAvraham Stern-0/+2
2026-01-27wifi: nl80211/cfg80211: clarify periodic FTM parameters for non-EDCA based ra...Avraham Stern-1/+3
2026-01-27wifi: nl80211/cfg80211: add new FTM capabilitiesAvraham Stern-1/+19
2026-01-27vsock: add netns to vsock coreBobby Eshleman-3/+83
2026-01-25net: inline get_netmem() and put_netmem()Eric Dumazet-2/+18
2026-01-25net: inline net_is_devmem_iov()Eric Dumazet-0/+12
2026-01-23bonding: annotate data-races around slave->last_rxEric Dumazet-6/+7
2026-01-23net: add queue config validation callbackJakub Kicinski-0/+10
2026-01-23net: use netdev_queue_config() for mp restartJakub Kicinski-1/+3
2026-01-23net: introduce a trivial netdev_queue_config()Jakub Kicinski-0/+3
2026-01-23geneve: expose gso partial features for tunnel offloadPaolo Abeni-0/+32
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+0
2026-01-22tcp: move tcp_rate_check_app_limited() to tcp.cEric Dumazet-2/+1
2026-01-22tcp: move tcp_rate_gen to tcp_input.cEric Dumazet-2/+0
2026-01-22netfilter: nf_tables: add .abort_skip_removal flag for set typesPablo Neira Ayuso-0/+2
2026-01-22Merge tag 'wireless-2026-11-22' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-3/+0
2026-01-22net: bonding: use workqueue to make sure peer notify updated in lacp modeTonghao Zhang-0/+2
2026-01-21Merge tag 'nf-next-26-01-20' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-2/+3
2026-01-21gro: inline tcp6_gro_complete()Eric Dumazet-2/+1
2026-01-21gro: inline tcp6_gro_receive()Eric Dumazet-3/+1
2026-01-21tcp: preserve const qualifier in tcp_rsk() and inet_rsk()Eric Dumazet-4/+1
2026-01-20tcp: move tcp_rate_skb_delivered() to tcp_input.cEric Dumazet-2/+0
2026-01-20Merge tag 'net-queue-rx-buf-len-v9' of https://github.com/isilence/linuxJakub Kicinski-14/+36
2026-01-20Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"Jakub Kicinski-39/+7
2026-01-20netfilter: nf_conntrack: don't rely on implicit includesFlorian Westphal-0/+1
2026-01-20netfilter: don't include xt and nftables.h in unrelated subsystemsFlorian Westphal-2/+1
2026-01-20netfilter: nf_conncount: increase the connection clean up limit to 64Fernando Fernandez Mancera-0/+1
2026-01-20net: Proxy net_mp_{open,close}_rxq for leased queuesDavid Wei-2/+6
2026-01-20net: Add lease info to queue-get responseDaniel Borkmann-0/+10
2026-01-20net: Implement netdev_nl_queue_create_doitDaniel Borkmann-6/+24
2026-01-20wifi: cfg80211: ignore link disabled flag from userspaceBenjamin Berg-3/+0
2026-01-19ipv6: annotate data-races in ip6_multipath_hash_{policy,fields}()Eric Dumazet-2/+2
2026-01-19ipv6: annotate date-race in ipv6_can_nonlocal_bind()Eric Dumazet-3/+3
2026-01-19ipv6: annotate data-races from ip6_make_flowlabel()Eric Dumazet-10/+14
2026-01-19ipv6: add sysctl_ipv6_flowlabel groupEric Dumazet-3/+7
2026-01-17tcp: move tcp_rate_skb_sent() to tcp_output.cEric Dumazet-1/+0
2026-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+19
2026-01-15net: Introduce netif_xmit_timeout_ms() helperShahar Shitrit-0/+11
2026-01-15xsk: move cq_cached_prod_lock to avoid touching a cacheline in sending pathJason Xing-5/+0