index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Lines
2026-02-04
tcp: split tcp_check_space() in two parts
Eric Dumazet
-1
/
+9
2026-02-04
Merge tag 'wireless-next-2026-02-04' of https://git.kernel.org/pub/scm/linux/...
Jakub Kicinski
-5
/
+120
2026-02-03
tcp: accecn: add tcpi_ecn_mode and tcpi_option2 in tcp_info
Chia-Yu Chang
-11
/
+0
2026-02-03
tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST
Chia-Yu Chang
-0
/
+2
2026-02-03
tcp: accecn: fallback outgoing half link to non-AccECN
Chia-Yu Chang
-1
/
+3
2026-02-03
tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
Chia-Yu Chang
-5
/
+15
2026-02-03
tcp: add TCP_SYNACK_RETRANS synack_type
Chia-Yu Chang
-0
/
+1
2026-02-03
tcp: accecn: handle unexpected AccECN negotiation feedback
Chia-Yu Chang
-13
/
+31
2026-02-03
tcp: disable RFC3168 fallback identifier for CC modules
Chia-Yu Chang
-4
/
+19
2026-02-03
tcp: ECT_1_NEGOTIATION and NEEDS_ACCECN identifiers
Chia-Yu Chang
-7
/
+47
2026-02-02
tcp: export tcp_splice_state
Geliang Tang
-0
/
+11
2026-02-02
ipv6: colocate inet6_cork in inet_cork_full
Eric Dumazet
-4
/
+12
2026-02-02
inet: add dst4_mtu() and dst6_mtu() helpers
Eric Dumazet
-0
/
+12
2026-02-02
ipv6: pass proto by value to ipv6_push_nfrag_opts() and ipv6_push_frag_opts()
Eric Dumazet
-5
/
+5
2026-02-02
net: l3mdev: use skb_dst_dev_rcu() in l3mdev_l3_out()
Eric Dumazet
-3
/
+4
2026-02-02
wifi: mac80211: Add eMLSR/eMLMR action frame parsing support
Lorenzo Bianconi
-0
/
+32
2026-02-02
wifi: mac80211: add initial UHR support
Johannes Berg
-2
/
+33
2026-02-02
wifi: cfg80211: add initial UHR support
Johannes Berg
-3
/
+55
2026-01-30
net: ax25: remove plumbing for never-implemented DAMA Master support
Ethan Nelson-Moore
-6
/
+2
2026-01-30
tcp: reduce tcp sockets size by one cache line
Eric Dumazet
-1
/
+10
2026-01-29
Merge tag 'wireless-next-2026-01-29' of https://git.kernel.org/pub/scm/linux/...
Jakub Kicinski
-4
/
+35
2026-01-29
ipv6: optimize fl6_update_dst()
Eric Dumazet
-3
/
+13
2026-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-6
/
+9
2026-01-29
Bluetooth: L2CAP: Fix not tracking outstanding TX ident
Luiz Augusto von Dentz
-2
/
+1
2026-01-29
Bluetooth: Fix using PHYs bitfields as PHY value
Luiz Augusto von Dentz
-7
/
+7
2026-01-29
Bluetooth: L2CAP: Add support for setting BT_PHY
Luiz Augusto von Dentz
-15
/
+37
2026-01-29
Bluetooth: hci_sync: Add LE Channel Sounding HCI Command/event structures
Naga Bhavani Akella
-0
/
+329
2026-01-29
Bluetooth: hci_conn: Fix using conn->le_{tx,rx}_phy as supported PHYs
Luiz Augusto von Dentz
-0
/
+2
2026-01-29
netfilter: nfnetlink_queue: optimize verdict lookup with hash table
Scott Mitchell
-0
/
+3
2026-01-28
nfc: nci: Fix race between rfkill and nci_unregister_device().
Kuniyuki Iwashima
-0
/
+2
2026-01-28
tcp: move tcp_rack_advance() to tcp_input.c
Eric Dumazet
-2
/
+0
2026-01-28
tcp: move tcp_rack_update_reo_wnd() to tcp_input.c
Eric Dumazet
-1
/
+0
2026-01-27
RDMA/mana_ib: Add device‑memory support
Konstantin Taranov
-3
/
+44
2026-01-27
wifi: cfg80211: treat deprecated INDOOR_SP_AP_OLD control value as LPI mode
Pagadala Yesu Anjaneyulu
-1
/
+1
2026-01-27
wifi: nl80211/cfg80211: support operating as RSTA in PMSR FTM request
Avraham Stern
-1
/
+6
2026-01-27
wifi: nl80211/cfg80211: add negotiated burst period to FTM result
Avraham Stern
-0
/
+2
2026-01-27
wifi: nl80211/cfg80211: clarify periodic FTM parameters for non-EDCA based ra...
Avraham Stern
-1
/
+3
2026-01-27
wifi: nl80211/cfg80211: add new FTM capabilities
Avraham Stern
-1
/
+19
2026-01-27
vsock: add netns to vsock core
Bobby Eshleman
-3
/
+83
2026-01-25
net: inline get_netmem() and put_netmem()
Eric Dumazet
-2
/
+18
2026-01-25
net: inline net_is_devmem_iov()
Eric Dumazet
-0
/
+12
2026-01-23
bonding: annotate data-races around slave->last_rx
Eric Dumazet
-6
/
+7
2026-01-23
net: add queue config validation callback
Jakub Kicinski
-0
/
+10
2026-01-23
net: use netdev_queue_config() for mp restart
Jakub Kicinski
-1
/
+3
2026-01-23
net: introduce a trivial netdev_queue_config()
Jakub Kicinski
-0
/
+3
2026-01-23
geneve: expose gso partial features for tunnel offload
Paolo Abeni
-0
/
+32
2026-01-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-3
/
+0
2026-01-22
tcp: move tcp_rate_check_app_limited() to tcp.c
Eric Dumazet
-2
/
+1
2026-01-22
tcp: move tcp_rate_gen to tcp_input.c
Eric Dumazet
-2
/
+0
2026-01-22
netfilter: nf_tables: add .abort_skip_removal flag for set types
Pablo Neira Ayuso
-0
/
+2
[prev]
[next]