index
:
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.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
2023-08-23
sock: Fix misuse of sk_under_memory_pressure()
Abel Wu
2023-08-23
xfrm: don't skip free of empty state in acquire policy
Leon Romanovsky
2023-08-23
RDMA/mana_ib: Use v2 version of cfg_rx_steer_req to enable RX coalescing
Long Li
2023-08-16
wifi: cfg80211: fix sband iftype data lookup for AP_VLAN
Felix Fietkau
2023-08-16
netfilter: nf_tables: GC transaction API to avoid race with control plane
Pablo Neira Ayuso
2023-08-11
vxlan: Fix nexthop hash size
Benjamin Poirier
2023-08-11
net: annotate data-races around sk->sk_mark
Eric Dumazet
2023-08-11
net: gro: fix misuse of CB in udp socket lookup
Richard Gobert
2023-08-11
net: move gso declarations and functions to their own files
Eric Dumazet
2023-08-03
tcp: Reduce chance of collisions in inet6_hashfn().
Stewart Smith
2023-08-03
vxlan: calculate correct header length for GPE
Jiri Benc
2023-07-27
tcp: annotate data-races around tp->notsent_lowat
Eric Dumazet
2023-07-27
tcp: annotate data-races around tp->keepalive_probes
Eric Dumazet
2023-07-27
tcp: annotate data-races around tp->keepalive_intvl
Eric Dumazet
2023-07-27
tcp: annotate data-races around tp->keepalive_time
Eric Dumazet
2023-07-27
Bluetooth: use RCU for hci_conn_params and iterate safely in hci_sync
Pauli Virtanen
2023-07-27
net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECV
Antoine Tenart
2023-07-23
net/sched: make psched_mtu() RTNL-less safe
Pedro Tammela
2023-07-23
net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enum
Vladimir Oltean
2023-07-23
netfilter: conntrack: don't fold port numbers into addresses before hashing
Florian Westphal
2023-07-23
netfilter: nf_tables: report use refcount overflow
Pablo Neira Ayuso
2023-07-19
Bluetooth: MGMT: Fix marking SCAN_RSP as not connectable
Luiz Augusto von Dentz
2023-07-19
netlink: Add __sock_i_ino() for __netlink_diag_dump().
Kuniyuki Iwashima
2023-07-19
net: dsa: avoid suspicious RCU usage for synced VLAN-aware MAC addresses
Vladimir Oltean
2023-07-19
wifi: cfg80211: fix regulatory disconnect with OCB/NAN
Johannes Berg
2023-07-19
wifi: mac80211: add helpers to access sband iftype data
Johannes Berg
2023-06-22
Merge tag 'nf-23-06-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
2023-06-20
netfilter: nf_tables: reject unbound anonymous set before commit phase
Pablo Neira Ayuso
2023-06-20
netfilter: nf_tables: drop map element references from preparation phase
Pablo Neira Ayuso
2023-06-20
netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain
Pablo Neira Ayuso
2023-06-20
netfilter: nf_tables: fix chain binding transaction logic
Pablo Neira Ayuso
2023-06-20
Merge tag 'ipsec-2023-06-20' of git://git.kernel.org/pub/scm/linux/kernel/git...
David S. Miller
2023-06-20
net: dsa: introduce preferred_default_local_cpu_port and use on MT7530
Vladimir Oltean
2023-06-14
net/sched: qdisc_destroy() old ingress and clsact Qdiscs before grafting
Peilin Ye
2023-06-14
net/sched: act_ct: Fix promotion of offloaded unreplied tuple
Paul Blakey
2023-06-10
Merge tag 'nf-23-06-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
David S. Miller
2023-06-08
netfilter: nf_tables: integrate pipapo into commit protocol
Pablo Neira Ayuso
2023-06-07
net: sched: move rtm_tca_policy declaration to include file
Eric Dumazet
2023-06-07
net: sched: add rcu annotations around qdisc->qdisc_sleeping
Eric Dumazet
2023-06-07
rfs: annotate lockless accesses to sk->sk_rxhash
Eric Dumazet
2023-06-06
Merge tag 'for-net-2023-06-05' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
2023-06-06
ipv6: rpl: Fix Route of Death.
Kuniyuki Iwashima
2023-06-05
Bluetooth: ISO: use correct CIS order in Set CIG Parameters event
Pauli Virtanen
2023-06-05
Bluetooth: fix debugfs registration
Johan Hovold
2023-06-05
Bluetooth: hci_sync: add lock to protect HCI_UNREGISTER
Zhengping Jiang
2023-06-02
net/ipv6: convert skip_notify_on_dev_down sysctl to u8
Eric Dumazet
2023-06-02
net/ipv6: fix bool/int mismatch for skip_notify_on_dev_down
Eric Dumazet
2023-06-02
net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294
Akihiro Suda
2023-06-01
neighbour: fix unaligned access to pneigh_entry
Qingfang DENG
2023-06-01
tcp: fix mishandling when the sack compression is deferred.
fuyuanli
[next]