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
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2019-10-19
68
-362
/
+564
|
\
|
*
net: dsa: fix switch tree list
Vivien Didelot
2019-10-19
1
-1
/
+1
|
*
net: netem: correct the parent's backlog when corrupted packet was dropped
Jakub Kicinski
2019-10-19
1
-0
/
+2
|
*
net: netem: fix error path for corrupted GSO frames
Jakub Kicinski
2019-10-19
1
-3
/
+6
|
*
vsock/virtio: discard packets if credit is not respected
Stefano Garzarella
2019-10-18
1
-3
/
+11
|
*
vsock/virtio: send a credit update when buffer size is changed
Stefano Garzarella
2019-10-18
1
-0
/
+3
|
*
net: ensure correct skb->tstamp in various fragmenters
Eric Dumazet
2019-10-18
4
-0
/
+12
|
*
ipv4: fix race condition between route lookup and invalidation
Wei Wang
2019-10-17
1
-1
/
+1
|
*
ipv4: Return -ENETUNREACH if we can't create route but saddr is valid
Stefano Brivio
2019-10-17
1
-3
/
+6
|
*
rxrpc: use rcu protection while reading sk->sk_user_data
Eric Dumazet
2019-10-16
1
-4
/
+8
|
*
Revert "blackhole_netdev: fix syzkaller reported issue"
Mahesh Bandewar
2019-10-16
2
-12
/
+10
|
*
sctp: change sctp_prot .no_autobind with true
Xin Long
2019-10-15
1
-2
/
+2
|
*
sched: etf: Fix ordering of packets with same txtime
Vinicius Costa Gomes
2019-10-15
1
-1
/
+1
|
*
net: avoid potential infinite loop in tc_ctl_action()
Eric Dumazet
2019-10-15
1
-6
/
+8
|
*
tcp: fix a possible lockdep splat in tcp_done()
Eric Dumazet
2019-10-15
1
-2
/
+6
|
*
net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actions
Davide Caratti
2019-10-15
3
-14
/
+22
|
*
net: avoid errors when trying to pop MLPS header on non-MPLS packets
Davide Caratti
2019-10-15
1
-1
/
+1
|
*
blackhole_netdev: fix syzkaller reported issue
Mahesh Bandewar
2019-10-15
2
-10
/
+12
|
*
tcp: annotate sk->sk_wmem_queued lockless reads
Eric Dumazet
2019-10-13
6
-13
/
+13
|
*
tcp: annotate sk->sk_sndbuf lockless reads
Eric Dumazet
2019-10-13
4
-9
/
+14
|
*
tcp: annotate sk->sk_rcvbuf lockless reads
Eric Dumazet
2019-10-13
5
-9
/
+12
|
*
tcp: annotate tp->urg_seq lockless reads
Eric Dumazet
2019-10-13
2
-3
/
+4
|
*
tcp: annotate tp->snd_nxt lockless reads
Eric Dumazet
2019-10-13
3
-8
/
+11
|
*
tcp: annotate tp->write_seq lockless reads
Eric Dumazet
2019-10-13
6
-27
/
+35
|
*
tcp: annotate tp->copied_seq lockless reads
Eric Dumazet
2019-10-13
7
-18
/
+19
|
*
tcp: annotate tp->rcv_nxt lockless reads
Eric Dumazet
2019-10-13
6
-10
/
+15
|
*
tcp: add rcu protection around tp->fastopen_rsk
Eric Dumazet
2019-10-13
10
-21
/
+32
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-10-12
1
-15
/
+27
|
|
\
|
|
*
xsk: Fix crash in poll when device does not support ndo_xsk_wakeup
Magnus Karlsson
2019-10-03
1
-15
/
+27
|
*
|
rxrpc: Fix possible NULL pointer access in ICMP handling
David Howells
2019-10-11
1
-0
/
+3
|
*
|
net/smc: receive pending data after RCV_SHUTDOWN
Karsten Graul
2019-10-10
1
-5
/
+20
|
*
|
net/smc: receive returns without data
Karsten Graul
2019-10-10
1
-3
/
+1
|
*
|
net/smc: fix SMCD link group creation with VLAN id
Ursula Braun
2019-10-10
1
-1
/
+4
|
*
|
net: silence KCSAN warnings about sk->sk_backlog.len reads
Eric Dumazet
2019-10-09
3
-3
/
+3
|
*
|
net: annotate sk->sk_rcvlowat lockless reads
Eric Dumazet
2019-10-09
4
-4
/
+4
|
*
|
net: silence KCSAN warnings around sk_add_backlog() calls
Eric Dumazet
2019-10-09
6
-10
/
+10
|
*
|
tcp: annotate lockless access to tcp_memory_pressure
Eric Dumazet
2019-10-09
1
-2
/
+2
|
*
|
net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_head
Eric Dumazet
2019-10-09
1
-1
/
+1
|
*
|
net: avoid possible false sharing in sk_leave_memory_pressure()
Eric Dumazet
2019-10-09
1
-2
/
+2
|
*
|
netfilter: conntrack: avoid possible false sharing
Eric Dumazet
2019-10-09
1
-2
/
+2
|
*
|
netns: fix NLM_F_ECHO mechanism for RTM_NEWNSID
Nicolas Dichtel
2019-10-09
1
-6
/
+11
|
*
|
act_mirred: Fix mirred_init_module error handling
YueHaibing
2019-10-09
1
-1
/
+5
|
*
|
net: taprio: Fix returning EINVAL when configuring without flags
Vinicius Costa Gomes
2019-10-09
1
-0
/
+4
|
*
|
sctp: add chunks to sk_backlog when the newsk sk_socket is not set
Xin Long
2019-10-09
1
-3
/
+9
|
*
|
ip6erspan: remove the incorrect mtu limit for ip6erspan
Haishuang Yan
2019-10-08
1
-0
/
+1
|
*
|
Merge tag 'mac80211-for-davem-2019-10-08' of git://git.kernel.org/pub/scm/lin...
Jakub Kicinski
2019-10-08
8
-26
/
+62
|
|
\
\
|
|
*
|
mac80211: fix scan when operating on DFS channels in ETSI domains
Aaron Komisar
2019-10-07
3
-10
/
+29
|
|
*
|
mac80211: accept deauth frames in IBSS mode
Johannes Berg
2019-10-07
1
-1
/
+10
|
|
*
|
cfg80211: fix a bunch of RCU issues in multi-bssid code
Sara Sharon
2019-10-07
1
-10
/
+13
|
|
*
|
nl80211: fix memory leak in nl80211_get_ftm_responder_stats
Navid Emamdoost
2019-10-07
1
-1
/
+1
[next]