summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2026-02-05flow_offload: add const qualifiers to function argumentsDavid Yang
2026-02-05can: add CAN skb extension infrastructureOliver Hartkopp
2026-02-04net/iucv: clean up iucv kernel-doc warningsRandy Dunlap
2026-02-04tcp: split tcp_check_space() in two partsEric Dumazet
2026-02-04Merge tag 'wireless-next-2026-02-04' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2026-02-03tcp: accecn: add tcpi_ecn_mode and tcpi_option2 in tcp_infoChia-Yu Chang
2026-02-03tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSISTChia-Yu Chang
2026-02-03tcp: accecn: fallback outgoing half link to non-AccECNChia-Yu Chang
2026-02-03tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACKChia-Yu Chang
2026-02-03tcp: add TCP_SYNACK_RETRANS synack_typeChia-Yu Chang
2026-02-03tcp: accecn: handle unexpected AccECN negotiation feedbackChia-Yu Chang
2026-02-03tcp: disable RFC3168 fallback identifier for CC modulesChia-Yu Chang
2026-02-03tcp: ECT_1_NEGOTIATION and NEEDS_ACCECN identifiersChia-Yu Chang
2026-02-02tcp: export tcp_splice_stateGeliang Tang
2026-02-02ipv6: colocate inet6_cork in inet_cork_fullEric Dumazet
2026-02-02inet: add dst4_mtu() and dst6_mtu() helpersEric Dumazet
2026-02-02ipv6: pass proto by value to ipv6_push_nfrag_opts() and ipv6_push_frag_opts()Eric Dumazet
2026-02-02net: l3mdev: use skb_dst_dev_rcu() in l3mdev_l3_out()Eric Dumazet
2026-02-02wifi: mac80211: Add eMLSR/eMLMR action frame parsing supportLorenzo Bianconi
2026-02-02wifi: mac80211: add initial UHR supportJohannes Berg
2026-02-02wifi: cfg80211: add initial UHR supportJohannes Berg
2026-01-30net: ax25: remove plumbing for never-implemented DAMA Master supportEthan Nelson-Moore
2026-01-30tcp: reduce tcp sockets size by one cache lineEric Dumazet
2026-01-29Merge tag 'wireless-next-2026-01-29' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2026-01-29ipv6: optimize fl6_update_dst()Eric Dumazet
2026-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-29Bluetooth: L2CAP: Fix not tracking outstanding TX identLuiz Augusto von Dentz
2026-01-29Bluetooth: Fix using PHYs bitfields as PHY valueLuiz Augusto von Dentz
2026-01-29Bluetooth: L2CAP: Add support for setting BT_PHYLuiz Augusto von Dentz
2026-01-29Bluetooth: hci_sync: Add LE Channel Sounding HCI Command/event structuresNaga Bhavani Akella
2026-01-29Bluetooth: hci_conn: Fix using conn->le_{tx,rx}_phy as supported PHYsLuiz Augusto von Dentz
2026-01-29netfilter: nfnetlink_queue: optimize verdict lookup with hash tableScott Mitchell
2026-01-28nfc: nci: Fix race between rfkill and nci_unregister_device().Kuniyuki Iwashima
2026-01-28tcp: move tcp_rack_advance() to tcp_input.cEric Dumazet
2026-01-28tcp: move tcp_rack_update_reo_wnd() to tcp_input.cEric Dumazet
2026-01-27wifi: cfg80211: treat deprecated INDOOR_SP_AP_OLD control value as LPI modePagadala Yesu Anjaneyulu
2026-01-27wifi: nl80211/cfg80211: support operating as RSTA in PMSR FTM requestAvraham Stern
2026-01-27wifi: nl80211/cfg80211: add negotiated burst period to FTM resultAvraham Stern
2026-01-27wifi: nl80211/cfg80211: clarify periodic FTM parameters for non-EDCA based ra...Avraham Stern
2026-01-27wifi: nl80211/cfg80211: add new FTM capabilitiesAvraham Stern
2026-01-27vsock: add netns to vsock coreBobby Eshleman
2026-01-25net: inline get_netmem() and put_netmem()Eric Dumazet
2026-01-25net: inline net_is_devmem_iov()Eric Dumazet
2026-01-23bonding: annotate data-races around slave->last_rxEric Dumazet
2026-01-23net: add queue config validation callbackJakub Kicinski
2026-01-23net: use netdev_queue_config() for mp restartJakub Kicinski
2026-01-23net: introduce a trivial netdev_queue_config()Jakub Kicinski
2026-01-23geneve: expose gso partial features for tunnel offloadPaolo Abeni
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-22tcp: move tcp_rate_check_app_limited() to tcp.cEric Dumazet