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
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-24
ipv4: Fix non-initialized TTL when CONFIG_SYSCTL=n
Ezequiel Garcia
2
-4
/
+8
2016-05-21
udp: prevent skbs lingering in tunnel socket queues
Hannes Frederic Sowa
1
-1
/
+1
2016-05-21
ip4ip6: Support for GSO/GRO
Tom Herbert
1
-5
/
+7
2016-05-21
ip6_tun: Add infrastructure for doing encapsulation
Tom Herbert
1
-0
/
+5
2016-05-21
fou: Support IPv6 in fou
Tom Herbert
1
-12
/
+35
2016-05-21
fou: Split out {fou,gue}_build_header
Tom Herbert
1
-10
/
+37
2016-05-21
fou: Call setup_udp_tunnel_sock
Tom Herbert
1
-34
/
+16
2016-05-21
net: Cleanup encap items in ip_tunnels.h
Tom Herbert
2
-45
/
+4
2016-05-21
net: define gso types for IPx over IPv4 and IPv6
Tom Herbert
2
-2
/
+2
2016-05-21
gso: Remove arbitrary checks for unsupported GSO
Tom Herbert
4
-61
/
+0
2016-05-16
tcp: minor optimizations around tcp_hdr() usage
Eric Dumazet
2
-19
/
+17
2016-05-16
sock: propagate __sock_cmsg_send() error
Eric Dumazet
1
-2
/
+3
2016-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-3
/
+12
2016-05-14
net/route: enforce hoplimit max value
Paolo Abeni
1
-0
/
+2
2016-05-13
udp: Resolve NULL pointer dereference over flow-based vxlan device
Alexander Duyck
1
-8
/
+2
2016-05-12
gre: Fix wrong tpi->proto in WCCP
Haishuang Yan
2
-5
/
+5
2016-05-12
net: original ingress device index in PKTINFO
David Ahern
2
-1
/
+7
2016-05-12
net: l3mdev: Add hook in ip and ipv6
David Ahern
1
-0
/
+7
2016-05-11
gre: do not keep the GRE header around in collect medata mode
Jiri Benc
1
-1
/
+6
2016-05-11
tcp: replace cnt & rtt with struct in pkts_acked()
Lawrence Brakmo
12
-46
/
+54
2016-05-10
tcp: refresh skb timestamp at retransmit time
Eric Dumazet
1
-2
/
+4
2016-05-10
net: l3mdev: Allow send on enslaved interface
David Ahern
1
-0
/
+4
2016-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-5
/
+27
2016-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
4
-405
/
+117
2016-05-07
udp_offload: Set encapsulation before inner completes.
Jarno Rajahalme
2
-3
/
+9
2016-05-07
udp_tunnel: Remove redundant udp_tunnel_gro_complete().
Jarno Rajahalme
1
-2
/
+0
2016-05-06
ipv4: tcp: ip_send_unicast_reply() is not BH safe
Eric Dumazet
1
-4
/
+4
2016-05-06
net: vrf: Create FIB tables on link create
David Ahern
1
-0
/
+1
2016-05-06
netfilter: conntrack: use a single expectation table for all namespaces
Florian Westphal
1
-4
/
+2
2016-05-06
netfilter: conntrack: check netns when walking expect hash
Florian Westphal
1
-0
/
+3
2016-05-05
netfilter: x_tables: get rid of old and inconsistent debugging
Pablo Neira Ayuso
2
-385
/
+76
2016-05-05
netfilter: conntrack: use a single hashtable for all namespaces
Florian Westphal
2
-7
/
+5
2016-05-05
netfilter: conntrack: check netns when comparing conntrack objects
Florian Westphal
1
-2
/
+6
2016-05-05
netfilter: conntrack: small refactoring of conntrack seq_printf
Florian Westphal
1
-5
/
+19
2016-05-05
tcp: two more missing bh disable
Eric Dumazet
2
-0
/
+4
2016-05-04
tcp: must block bh in __inet_twsk_hashdance()
Eric Dumazet
1
-3
/
+3
2016-05-04
tcp: fix lockdep splat in tcp_snd_una_update()
Eric Dumazet
1
-4
/
+6
2016-05-04
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-0
/
+18
2016-05-04
gre: receive also TEB packets for lwtunnels
Jiri Benc
1
-11
/
+28
2016-05-04
gre: move iptunnel_pull_header down to ipgre_rcv
Jiri Benc
1
-5
/
+10
2016-05-04
gre: remove superfluous pskb_may_pull
Jiri Benc
1
-4
/
+1
2016-05-04
gre: change gre_parse_header to return the header length
Jiri Benc
2
-9
/
+6
2016-05-04
tcp: guarantee forward progress in tcp_sendmsg()
Eric Dumazet
1
-2
/
+5
2016-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-8
/
+17
2016-05-03
net: add __sock_wfree() helper
Eric Dumazet
1
-1
/
+1
2016-05-03
net: relax expensive skb_unclone() in iptunnel_handle_offloads()
Eric Dumazet
1
-1
/
+1
2016-05-03
gre: Create common functions for transmit
Tom Herbert
1
-47
/
+5
2016-05-03
gre: Move utility functions to common headers
Tom Herbert
2
-129
/
+84
2016-05-03
tcp: make tcp_sendmsg() aware of socket backlog
Eric Dumazet
1
-2
/
+6
2016-05-03
udp: prepare for non BH masking at backlog processing
Eric Dumazet
1
-2
/
+2
[next]