index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
6
-13
/
+53
2017-04-28
net: adjust skb->truesize in ___pskb_trim()
Eric Dumazet
1
-0
/
+2
2017-04-28
tcp: do not underestimate skb->truesize in tcp_trim_head()
Eric Dumazet
1
-7
/
+12
2017-04-28
ipv4: Don't pass IP fragments to upper layer GRO handlers.
Steffen Klassert
1
-0
/
+3
2017-04-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2
-1
/
+5
2017-04-28
tipc: close the connection if protocol messages contain errors
Parthasarathy Bhuvaragan
1
-0
/
+8
2017-04-28
tipc: improve error validations for sockets in CONNECTING state
Parthasarathy Bhuvaragan
1
-3
/
+22
2017-04-28
tipc: Fix missing connection request handling
Parthasarathy Bhuvaragan
1
-2
/
+1
2017-04-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+4
2017-04-27
xfrm: fix GRO for !CONFIG_NETFILTER
Sabrina Dubroca
1
-1
/
+1
2017-04-26
ipv6: check raw payload size correctly in ioctl
Jamie Bainbridge
1
-2
/
+1
2017-04-26
tcp: memset ca_priv data to 0 properly
Wei Wang
1
-8
/
+3
2017-04-26
ipv6: check skb->protocol before lookup for nexthop
WANG Cong
1
-16
/
+18
2017-04-26
net: core: Prevent from dereferencing null pointer when releasing SKB
Myungho Jung
1
-0
/
+3
2017-04-26
xfrm: do the garbage collection after flushing policy
Xin Long
1
-0
/
+4
2017-04-25
net/packet: check length in getsockopt() called with PACKET_HDRLEN
Alexander Potapenko
1
-0
/
+2
2017-04-25
net: ipv6: regenerate host route if moved to gc list
David Ahern
1
-2
/
+12
2017-04-25
bridge: move bridge multicast cleanup to ndo_uninit
Xin Long
2
-1
/
+1
2017-04-25
ipv6: fix source routing
Sabrina Dubroca
1
-0
/
+4
2017-04-25
tipc: fix socket flow control accounting error at tipc_recv_stream
Parthasarathy Bhuvaragan
1
-1
/
+1
2017-04-25
tipc: fix socket flow control accounting error at tipc_send_stream
Parthasarathy Bhuvaragan
1
-1
/
+1
2017-04-25
ipv6: move stub initialization after ipv6 setup completion
Paolo Abeni
1
-2
/
+4
2017-04-24
net: ipv6: send unsolicited NA if enabled for all interfaces
David Ahern
1
-1
/
+2
2017-04-24
udp: disable inner UDP checksum offloads in IPsec case
Ansis Atteka
1
-0
/
+3
2017-04-24
ipv4: Avoid caching l3mdev dst on mismatched local route
Robert Shearman
1
-1
/
+2
2017-04-21
netpoll: Check for skb->queue_mapping
Tushar Dave
1
-2
/
+8
2017-04-21
ip6mr: fix notification device destruction
Nikolay Aleksandrov
1
-7
/
+6
2017-04-21
net: qrtr: potential use after free in qrtr_sendmsg()
Dan Carpenter
1
-1
/
+3
2017-04-21
net: ipv6: RTF_PCPU should not be settable from userspace
David Ahern
1
-0
/
+4
2017-04-21
gso: Validate assumption of frag_list segementation
Ilan Tayari
1
-4
/
+14
2017-04-21
ipv6: sr: fix double free of skb after handling invalid SRH
David Lebrun
1
-1
/
+0
2017-04-20
net sched actions: allocate act cookie early
Wolfgang Bumiller
1
-23
/
+32
2017-04-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-29
/
+64
2017-04-20
ipv6: sr: fix out-of-bounds access in SRH validation
David Lebrun
1
-0
/
+3
2017-04-20
mac80211: reject ToDS broadcast data frames
Johannes Berg
1
-0
/
+21
2017-04-20
Merge tag 'mac80211-for-davem-2017-04-18' of git://git.kernel.org/pub/scm/lin...
David S. Miller
1
-18
/
+47
2017-04-18
af_key: Fix sadb_x_ipsecrequest parsing
Herbert Xu
1
-21
/
+26
2017-04-17
ipv6: drop non loopback packets claiming to originate from ::1
Florian Westphal
1
-2
/
+5
2017-04-17
p9_client_readdir() fix
Al Viro
1
-0
/
+4
2017-04-17
net-timestamp: avoid use-after-free in ip_recv_error
Willem de Bruijn
3
-14
/
+6
2017-04-17
ipv4: fix a deadlock in ip_ra_control
WANG Cong
3
-9
/
+5
2017-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
8
-25
/
+62
2017-04-14
netfilter: ipt_CLUSTERIP: Fix wrong conntrack netns refcnt usage
Gao Feng
1
-1
/
+1
2017-04-14
netfilter: nft_hash: do not dump the auto generated seed
Liping Zhang
1
-3
/
+7
2017-04-13
mac80211: fix MU-MIMO follow-MAC mode
Johannes Berg
1
-18
/
+47
2017-04-12
ipv6: Fix idev->addr_list corruption
Rabin Vincent
1
-4
/
+7
2017-04-12
net: xdp: don't export dev_change_xdp_fd()
Johannes Berg
1
-1
/
+0
2017-04-12
bridge: netlink: register netdevice before executing changelink
Ido Schimmel
1
-2
/
+5
2017-04-12
bridge: implement missing ndo_uninit()
Ido Schimmel
4
-12
/
+21
2017-04-10
tcp: clear saved_syn in tcp_disconnect()
Eric Dumazet
1
-0
/
+1
[next]