index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harder
Andy Whitcroft
2017-03-31
1
-1
/
+5
*
xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_window
Andy Whitcroft
2017-03-31
1
-0
/
+3
*
xfrm: policy: init locks early
Florian Westphal
2017-03-31
1
-5
/
+5
*
nl80211: fix dumpit error path RTNL deadlocks
Johannes Berg
2017-03-30
1
-68
/
+53
*
libceph: don't set weight to IN when OSD is destroyed
Ilya Dryomov
2017-03-30
1
-1
/
+0
*
tcp: initialize icsk_ack.lrcvtime at session start time
Eric Dumazet
2017-03-30
2
-1
/
+2
*
socket, bpf: fix sk_filter use after free in sk_clone_lock
Daniel Borkmann
2017-03-30
1
-0
/
+6
*
ipv4: provide stronger user input validation in nl_fib_input()
Eric Dumazet
2017-03-30
1
-1
/
+2
*
net: unix: properly re-increment inflight counter of GC discarded candidates
Andrey Ulanov
2017-03-30
1
-8
/
+9
*
net: properly release sk_frag.page
Eric Dumazet
2017-03-30
1
-5
/
+5
*
net/openvswitch: Set the ipv6 source tunnel key address attribute correctly
Or Gerlitz
2017-03-30
1
-1
/
+1
*
net sched actions: decrement module reference count after table flush.
Roman Mashak
2017-03-22
1
-4
/
+1
*
dccp: fix memory leak during tear-down of unsuccessful connection request
Hannes Frederic Sowa
2017-03-22
1
-0
/
+1
*
dccp/tcp: fix routing redirect race
Jon Maxwell
2017-03-22
4
-8
/
+14
*
bridge: drop netfilter fake rtable unconditionally
Florian Westphal
2017-03-22
2
-21
/
+1
*
ipv6: avoid write to a possibly cloned skb
Florian Westphal
2017-03-22
1
-1
/
+6
*
ipv6: make ECMP route replacement less greedy
Sabrina Dubroca
2017-03-22
1
-0
/
+2
*
mpls: Send route delete notifications when router module is unloaded
David Ahern
2017-03-22
1
-0
/
+1
*
act_connmark: avoid crashing on malformed nlattrs with null parms
Etienne Noss
2017-03-22
1
-0
/
+3
*
dccp: fix use-after-free in dccp_feat_activate_values
Eric Dumazet
2017-03-22
1
-8
/
+16
*
net: fix socket refcounting in skb_complete_tx_timestamp()
Eric Dumazet
2017-03-22
1
-7
/
+8
*
net: fix socket refcounting in skb_complete_wifi_ack()
Eric Dumazet
2017-03-22
1
-7
/
+8
*
tcp: fix various issues for sockets morphing to listen state
Eric Dumazet
2017-03-22
2
-4
/
+9
*
dccp: Unlock sock before calling sk_free()
Arnaldo Carvalho de Melo
2017-03-22
1
-0
/
+1
*
net: net_enable_timestamp() can be called from irq contexts
Eric Dumazet
2017-03-22
1
-4
/
+31
*
net: don't call strlen() on the user buffer in packet_bind_spkt()
Alexander Potapenko
2017-03-22
1
-2
/
+6
*
l2tp: avoid use-after-free caused by l2tp_ip_backlog_recv
Paul Hüber
2017-03-22
1
-1
/
+1
*
ipv4: mask tos for input route
Julian Anastasov
2017-03-22
1
-0
/
+1
*
vti6: return GRE_KEY for vti6
David Forster
2017-03-22
1
-0
/
+4
*
netlink: remove mmapped netlink support
Florian Westphal
2017-03-22
4
-806
/
+8
*
mac80211: flush delayed work when entering suspend
Matt Chen
2017-03-15
1
-0
/
+1
*
net: socket: fix recvmmsg not returning error from sock_error
Maxime Jayat
2017-02-26
1
-1
/
+3
*
ip: fix IP_CHECKSUM handling
Paolo Abeni
2017-02-26
1
-4
/
+4
*
irda: Fix lockdep annotations in hashbin_delete().
David S. Miller
2017-02-26
1
-18
/
+16
*
dccp: fix freeing skb too early for IPV6_RECVPKTINFO
Andrey Konovalov
2017-02-26
1
-1
/
+2
*
packet: Do not call fanout_release from atomic contexts
Anoob Soman
2017-02-26
1
-9
/
+22
*
packet: fix races in fanout_add()
Eric Dumazet
2017-02-26
1
-25
/
+30
*
net/llc: avoid BUG_ON() in skb_orphan()
Eric Dumazet
2017-02-26
2
-0
/
+6
*
l2tp: do not use udp_ioctl()
Eric Dumazet
2017-02-18
3
-2
/
+28
*
ping: fix a null pointer dereference
WANG Cong
2017-02-18
1
-0
/
+2
*
packet: round up linear to header len
Willem de Bruijn
2017-02-18
1
-3
/
+4
*
net: introduce device min_header_len
Willem de Bruijn
2017-02-18
1
-0
/
+1
*
sit: fix a double free on error path
WANG Cong
2017-02-18
1
-0
/
+1
*
sctp: avoid BUG_ON on sctp_wait_for_sndbuf
Marcelo Ricardo Leitner
2017-02-18
1
-1
/
+2
*
tcp: avoid infinite loop in tcp_splice_read()
Eric Dumazet
2017-02-18
1
-0
/
+6
*
ipv6: tcp: add a missing tcp_v6_restore_cb()
Eric Dumazet
2017-02-18
1
-11
/
+13
*
ip6_gre: fix ip6gre_err() invalid reads
Eric Dumazet
2017-02-18
1
-19
/
+22
*
netlabel: out of bound access in cipso_v4_validate()
Eric Dumazet
2017-02-18
1
-0
/
+4
*
ipv4: keep skb->dst around in presence of IP options
Eric Dumazet
2017-02-18
1
-1
/
+8
*
net: use a work queue to defer net_disable_timestamp() work
Eric Dumazet
2017-02-18
1
-18
/
+13
[next]