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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: br_netfilter: Drop dst references before setting.
Harsh Modi
2022-09-15
2
-0
/
+3
*
net/core/skbuff: Check the return value of skb_copy_bits()
lily
2022-09-15
1
-3
/
+2
*
netfilter: conntrack: work around exceeded receive window
Florian Westphal
2022-09-15
1
-0
/
+31
*
net: mac802154: Fix a condition in the receive path
Miquel Raynal
2022-09-08
1
-1
/
+1
*
net: Use u64_stats_fetch_begin_irq() for stats fetch.
Sebastian Andrzej Siewior
2022-09-08
2
-6
/
+6
*
ip: fix triggering of 'icmp redirect'
Nicolas Dichtel
2022-09-08
1
-2
/
+2
*
wifi: mac80211: Fix UAF in ieee80211_scan_rx()
Siddh Raman Pant
2022-09-08
1
-4
/
+7
*
wifi: mac80211: Don't finalize CSA in IBSS mode if state is disconnected
Siddh Raman Pant
2022-09-08
1
-0
/
+4
*
net/smc: Remove redundant refcount increase
Yacan Liu
2022-09-08
1
-1
/
+0
*
Revert "sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb"
Jakub Kicinski
2022-09-08
1
-3
/
+1
*
tcp: annotate data-race around challenge_timestamp
Eric Dumazet
2022-09-08
1
-2
/
+2
*
sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb
Toke Høiland-Jørgensen
2022-09-08
1
-1
/
+3
*
kcm: fix strp_init() order and cleanup
Cong Wang
2022-09-08
1
-8
/
+7
*
net/sched: fix netdevice reference leaks in attach_default_qdiscs()
Wang Hai
2022-09-08
1
-15
/
+16
*
net: sched: tbf: don't call qdisc_put() while holding tree lock
Zhengchao Shao
2022-09-08
1
-1
/
+3
*
openvswitch: fix memory leak at failed datapath creation
Andrey Zhadchenko
2022-09-08
1
-1
/
+3
*
wifi: cfg80211: debugfs: fix return type in ht40allow_map_read()
Dan Carpenter
2022-09-08
1
-1
/
+2
*
skmsg: Fix wrong last sg check in sk_msg_recvmsg()
Liu Jian
2022-09-08
1
-2
/
+2
*
net: neigh: don't call kfree_skb() under spin_lock_irqsave()
Yang Yingliang
2022-09-05
1
-2
/
+8
*
net/af_packet: check len when min_header_len equals to 0
Zhengchao Shao
2022-09-05
1
-2
/
+2
*
netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to y
Geert Uytterhoeven
2022-09-05
1
-1
/
+0
*
neigh: fix possible DoS due to net iface start/stop loop
Denis V. Lunev
2022-09-05
1
-8
/
+17
*
bpf: Don't redirect packets with invalid pkt_len
Zhengchao Shao
2022-09-05
2
-0
/
+4
*
net: fix refcount bug in sk_psock_get (2)
Hawkins Jiawei
2022-09-05
1
-1
/
+3
*
Bluetooth: L2CAP: Fix build errors in some archs
Luiz Augusto von Dentz
2022-09-05
1
-5
/
+5
*
mptcp: Fix crash due to tcp_tsorted_anchor was initialized before release skb
Yonglong Li
2022-08-31
1
-0
/
+1
*
rxrpc: Fix locking in rxrpc's sendmsg
David Howells
2022-08-31
2
-39
/
+57
*
net: Fix a data-race around sysctl_somaxconn.
Kuniyuki Iwashima
2022-08-31
1
-1
/
+1
*
net: Fix data-races around sysctl_devconf_inherit_init_net.
Kuniyuki Iwashima
2022-08-31
2
-9
/
+12
*
net: Fix a data-race around netdev_budget_usecs.
Kuniyuki Iwashima
2022-08-31
1
-1
/
+1
*
net: Fix data-races around sysctl_max_skb_frags.
Kuniyuki Iwashima
2022-08-31
2
-3
/
+3
*
mptcp: stop relying on tcp_tx_skb_cache
Paolo Abeni
2022-08-31
1
-60
/
+77
*
tcp: expose the tcp_mark_push() and tcp_skb_entail() helpers
Paolo Abeni
2022-08-31
1
-4
/
+4
*
net: Fix a data-race around netdev_budget.
Kuniyuki Iwashima
2022-08-31
1
-1
/
+1
*
net: Fix a data-race around sysctl_net_busy_read.
Kuniyuki Iwashima
2022-08-31
1
-1
/
+1
*
net: Fix a data-race around sysctl_tstamp_allow_data.
Kuniyuki Iwashima
2022-08-31
1
-1
/
+1
*
net: Fix data-races around sysctl_optmem_max.
Kuniyuki Iwashima
2022-08-31
5
-14
/
+18
*
net: Fix data-races around netdev_tstamp_prequeue.
Kuniyuki Iwashima
2022-08-31
1
-4
/
+4
*
net: Fix data-races around netdev_max_backlog.
Kuniyuki Iwashima
2022-08-31
4
-5
/
+5
*
net: Fix data-races around weight_p and dev_weight_[rt]x_bias.
Kuniyuki Iwashima
2022-08-31
3
-8
/
+11
*
net: Fix data-races around sysctl_[rw]mem_(max|default).
Kuniyuki Iwashima
2022-08-31
5
-10
/
+10
*
netfilter: flowtable: fix stuck flows on cleanup due to pending work
Pablo Neira Ayuso
2022-08-31
2
-4
/
+11
*
netfilter: flowtable: add function to invoke garbage collection immediately
Pablo Neira Ayuso
2022-08-31
1
-3
/
+9
*
netfilter: nf_tables: disallow binding to already bound chain
Pablo Neira Ayuso
2022-08-31
1
-0
/
+2
*
netfilter: nf_tables: disallow jump to implicit chain from set element
Pablo Neira Ayuso
2022-08-31
1
-0
/
+4
*
netfilter: nf_tables: upfront validation of data via nft_data_init()
Pablo Neira Ayuso
2022-08-31
5
-113
/
+124
*
netfilter: bitwise: improve error goto labels
Jeremy Sowden
2022-08-31
1
-5
/
+6
*
netfilter: nft_cmp: optimize comparison for 16-bytes
Pablo Neira Ayuso
2022-08-31
2
-2
/
+116
*
netfilter: nf_tables: consolidate rule verdict trace call
Pablo Neira Ayuso
2022-08-31
1
-7
/
+32
*
netfilter: nft_tunnel: restrict it to netdev family
Pablo Neira Ayuso
2022-08-31
1
-0
/
+1
[next]