index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
2025-02-27
net: gro: decouple GRO from the NAPI layer
Alexander Lobakin
2025-02-27
pktgen: avoid unused-const-variable warning
Arnd Bergmann
2025-02-26
net: move aRFS rmap management and CPU affinity to core
Ahmed Zaki
2025-02-26
af_unix: Fix memory leak in unix_dgram_sendmsg()
Adrian Huang
2025-02-26
net: skb: free up one bit in tx_flags
Willem de Bruijn
2025-02-26
net: Handle napi_schedule() calls from non-interrupt
Frederic Weisbecker
2025-02-26
net: Clear old fragment checksum value in napi_reuse_skb
Mohammad Heib
2025-02-26
tcp: be less liberal in TSEcr received while in SYN_RECV state
Eric Dumazet
2025-02-26
net: Use rtnl_net_dev_lock() in register_netdevice_notifier_dev_net().
Kuniyuki Iwashima
2025-02-26
Merge tag 'nfs-for-6.14-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2025-02-26
wifi: cfg80211: expose update timestamp to drivers
Benjamin Berg
2025-02-26
wifi: mac80211: add ieee80211_iter_chan_contexts_mtx
Miri Korenblit
2025-02-26
wifi: mac80211: fix integer overflow in hwmp_route_info_get()
Gavrilov Ilia
2025-02-26
wifi: mac80211: Fix possible integer promotion issue
Ilan Peer
2025-02-26
wifi: cfg80211: convert timeouts to secs_to_jiffies()
Easwar Hariharan
2025-02-26
wifi: mac80211: Add counter for all monitor interfaces
Alexander Wetzel
2025-02-26
tcp: Defer ts_recent changes until req is owned
Wang Hai
2025-02-25
mptcp: safety check before fallback
Matthieu Baerts (NGI0)
2025-02-25
mptcp: reset when MPTCP opts are dropped after join
Matthieu Baerts (NGI0)
2025-02-25
mptcp: always handle address removal under msk socket lock
Paolo Abeni
2025-02-25
ethtool: Symmetric OR-XOR RSS hash
Gal Pressman
2025-02-25
tcp: devmem: don't write truncated dmabuf CMSGs to userspace
Stanislav Fomichev
2025-02-25
sunrpc: suppress warnings for unused procfs functions
Arnd Bergmann
2025-02-25
ipvs: Always clear ipvs_property flag in skb_scrub_packet()
Philo Lu
2025-02-24
mptcp: blackhole: avoid checking the state twice
Matthieu Baerts (NGI0)
2025-02-24
mptcp: sched: reduce size for unused data
Matthieu Baerts (NGI0)
2025-02-24
mptcp: sched: split get_subflow interface into two
Geliang Tang
2025-02-24
mptcp: pm: use ipv6_addr_equal in addresses_equal
Geliang Tang
2025-02-24
mptcp: pm: drop inet6_sk after inet_sk
Geliang Tang
2025-02-24
mptcp: pm: drop match in userspace_pm_append_new_local_addr
Geliang Tang
2025-02-24
mptcp: pm: add mptcp_pm_genl_fill_addr helper
Geliang Tang
2025-02-24
mptcp: pm: add a build check for userspace_pm_dump_addr
Geliang Tang
2025-02-24
mptcp: pm: change to fullmesh only for 'subflow'
Matthieu Baerts (NGI0)
2025-02-24
mptcp: pm: remove unused ret value to set flags
Matthieu Baerts (NGI0)
2025-02-24
net: Remove shadow variable in netdev_run_todo()
Breno Leitao
2025-02-24
net: remove '__' from __skb_flow_get_ports()
Nicolas Dichtel
2025-02-24
net-sysfs: restore behavior for not running devices
Eric Dumazet
2025-02-24
net: ethtool: fix ioctl confusing drivers about desired HDS user config
Jakub Kicinski
2025-02-21
net: set the minimum for net_hotdata.netdev_budget_usecs
Jiri Slaby (SUSE)
2025-02-21
net: fib_rules: Enable DSCP mask usage
Ido Schimmel
2025-02-21
ipv6: fib_rules: Add DSCP mask matching
Ido Schimmel
2025-02-21
ipv4: fib_rules: Add DSCP mask matching
Ido Schimmel
2025-02-21
net: fib_rules: Add DSCP mask attribute
Ido Schimmel
2025-02-21
net: better track kernel sockets lifetime
Eric Dumazet
2025-02-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2025-02-21
Merge tag 'for-net-2025-02-21' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
2025-02-21
net/rds: Replace deprecated strncpy() with strscpy_pad()
Thorsten Blum
2025-02-21
rtnetlink: Create link directly in target net namespace
Xiao Liang
2025-02-21
rtnetlink: Remove "net" from newlink params
Xiao Liang
2025-02-21
net: xfrm: Use link netns in newlink() of rtnl_link_ops
Xiao Liang
[prev]
[next]