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.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
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-17
tcp: restore fastopen with no data in SYN packet
Eric Dumazet
1
-11
/
+12
2015-12-17
fou: clean up socket with kfree_rcu
Hannes Frederic Sowa
1
-1
/
+2
2015-12-15
net: fix IP early demux races
Eric Dumazet
1
-3
/
+2
2015-12-15
net: add validation for the socket syscall protocol argument
Hannes Frederic Sowa
1
-0
/
+3
2015-12-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-0
/
+1
2015-12-14
net: Flush local routes when device changes vrf association
David Ahern
1
-0
/
+9
2015-12-10
netfilter: nf_dup: add missing dependencies with NF_CONNTRACK
Pablo Neira Ayuso
1
-0
/
+1
2015-12-03
ipv4: igmp: Allow removing groups from a removed interface
Andrew Lunn
1
-2
/
+3
2015-12-01
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
Eric Dumazet
1
-4
/
+3
2015-11-30
tcp: initialize tp->copied_seq in case of cross SYN connection
Eric Dumazet
1
-0
/
+1
2015-11-25
net: ipmr, ip6mr: fix vif/tunnel failure race condition
Nikolay Aleksandrov
1
-8
/
+0
2015-11-23
net: ipmr: fix static mfc/dev leaks on table destruction
Nikolay Aleksandrov
1
-7
/
+8
2015-11-20
tcp: fix potential huge kmalloc() calls in TCP_REPAIR
Eric Dumazet
1
-3
/
+19
2015-11-20
tcp: fix Fast Open snmp over-counting bug
Yuchung Cheng
1
-1
/
+1
2015-11-20
tcp: disable Fast Open on timeouts after handshake
Yuchung Cheng
1
-0
/
+12
2015-11-19
tcp: md5: fix lockdep annotation
Eric Dumazet
1
-1
/
+2
2015-11-18
udp: remove duplicate include
stephen hemminger
1
-1
/
+0
2015-11-16
raw: increment correct SNMP counters for ICMP messages
Ben Cartwright-Cox
1
-3
/
+5
2015-11-16
tcp: ensure proper barriers in lockless contexts
Eric Dumazet
4
-19
/
+22
2015-11-09
netfilter: Fix removal of GRE expectation entries created by PPTP
Anthony Lineham
1
-1
/
+1
2015-11-05
tcp: use correct req pointer in tcp_move_syn() calls
Eric Dumazet
1
-1
/
+1
2015-11-05
ipv4: use sk_fullsock() in ipv4_conntrack_defrag()
Eric Dumazet
1
-3
/
+2
2015-11-05
tcp: fix req->saved_syn race
Eric Dumazet
2
-3
/
+2
2015-11-05
net: Fix prefsrc lookups
David Ahern
1
-3
/
+10
2015-11-05
ipv4: fix a potential deadlock in mcast getsockopt() path
WANG Cong
2
-23
/
+34
2015-11-05
ipv4: disable BH when changing ip local port range
WANG Cong
1
-2
/
+2
2015-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-12
/
+25
2015-11-03
net: fix percpu memory leaks
Eric Dumazet
2
-9
/
+9
2015-11-03
net: make skb_set_owner_w() more robust
Eric Dumazet
1
-3
/
+1
2015-11-02
ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...
Ani Sinha
1
-3
/
+3
2015-11-02
ipv4: use l4 hash for locally generated multipath flows
Paolo Abeni
1
-1
/
+2
2015-11-02
ipv4: update RTNH_F_LINKDOWN flag on UP event
Julian Anastasov
1
-0
/
+7
2015-11-02
ipv4: fix to not remove local route on link down
Julian Anastasov
2
-9
/
+15
2015-11-01
ipv4: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragment
Hannes Frederic Sowa
1
-3
/
+5
2015-11-01
ipv4: no CHECKSUM_PARTIAL on MSG_MORE corked sockets
Hannes Frederic Sowa
1
-0
/
+1
2015-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+3
2015-10-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-13
/
+37
2015-10-28
fib_trie: leaf_walk_rcu should not compute key if key is less than pn->key
Alexander Duyck
1
-1
/
+1
2015-10-27
ipv6: gre: support SIT encapsulation
Eric Dumazet
1
-1
/
+2
2015-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-14
/
+43
2015-10-23
tcp/dccp: fix hashdance race for passive sessions
Eric Dumazet
6
-32
/
+65
2015-10-23
ipv4: implement support for NOPREFIXROUTE ifa flag for ipv4 address
Paolo Abeni
1
-6
/
+8
2015-10-23
tcp: allow dctcp alpha to drop to zero
Andrew Shewmaker
1
-1
/
+1
2015-10-23
xfrm4: Reload skb header pointers after calling pskb_may_pull.
Steffen Klassert
1
-7
/
+26
2015-10-23
xfrm4: Fix header checks in _decode_session4.
Steffen Klassert
1
-5
/
+10
2015-10-23
openvswitch: Fix egress tunnel info.
Pravin B Shelar
1
-9
/
+37
2015-10-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-0
/
+2
2015-10-22
tcp: remove improper preemption check in tcp_xmit_probe_skb()
Renato Westphal
1
-1
/
+1
2015-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2
-3
/
+2
2015-10-22
netlink: Rightsize IFLA_AF_SPEC size calculation
Arad, Ronen
1
-2
/
+2
[next]