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
/
ipv4
Commit message (
Expand
)
Author
Age
Files
Lines
*
geneve: Fix races between socket add and release.
Jesse Gross
2014-12-18
1
-6
/
+7
*
geneve: Remove socket and offload handlers at destruction.
Jesse Gross
2014-12-18
1
-0
/
+17
*
ip_tunnel: Add missing validation of encap type to ip_tunnel_encap_setup()
Thomas Graf
2014-12-16
1
-0
/
+3
*
ip_tunnel: Add sanity checks to ip_tunnel_encap_add_ops()
Thomas Graf
2014-12-16
1
-0
/
+6
*
gre: fix the inner mac header in nbma tunnel xmit path
Timo Teräs
2014-12-15
1
-4
/
+5
*
fib_trie: Fix trie balancing issue if new node pushes down existing node
Alexander Duyck
2014-12-12
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-12-11
40
-561
/
+1175
|
\
|
*
net: introduce helper macro for_each_cmsghdr
Gu Zheng
2014-12-10
1
-1
/
+1
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-12-10
2
-2
/
+5
|
|
\
|
|
*
tcp: fix more NULL deref after prequeue changes
Eric Dumazet
2014-12-09
1
-2
/
+2
|
|
*
gre: Set inner mac header in gro complete
Tom Herbert
2014-12-05
1
-0
/
+3
|
*
|
Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
David S. Miller
2014-12-10
7
-20
/
+23
|
|
\
\
|
|
*
|
put iov_iter into msghdr
Al Viro
2014-12-09
5
-8
/
+12
|
|
*
|
switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)
Al Viro
2014-12-09
2
-5
/
+4
|
|
*
|
ip_generic_getfrag, udplite_getfrag: switch to passing msghdr
Al Viro
2014-12-09
3
-6
/
+6
|
|
*
|
raw.c: stick msghdr into raw_frag_vec
Al Viro
2014-12-09
1
-4
/
+4
|
*
|
|
tcp: refine TSO autosizing
Eric Dumazet
2014-12-09
2
-57
/
+62
|
|
/
/
|
*
|
tcp_cubic: refine Hystart delay threshold
Eric Dumazet
2014-12-09
1
-1
/
+1
|
*
|
tcp_cubic: add SNMP counters to track how effective is Hystart
Eric Dumazet
2014-12-09
2
-9
/
+26
|
*
|
udp: Neaten and reduce size of compute_score functions
Joe Perches
2014-12-08
1
-49
/
+62
|
*
|
net-timestamp: allow reading recv cmsg on errqueue with origin tstamp
Willem de Bruijn
2014-12-08
1
-2
/
+20
|
*
|
ipv4: warn once on passing AF_INET6 socket to ip_recv_error
Willem de Bruijn
2014-12-08
1
-0
/
+2
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2014-12-05
4
-91
/
+2
|
|
\
\
|
|
*
|
netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one module
Pablo Neira Ayuso
2014-11-27
4
-91
/
+2
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-29
5
-12
/
+21
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
gue: Call remcsum_adjust
Tom Herbert
2014-11-26
1
-67
/
+17
|
*
|
|
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
David S. Miller
2014-11-25
4
-6
/
+5
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
new helper: memcpy_to_msg()
Al Viro
2014-11-24
1
-1
/
+1
|
|
*
|
new helper: memcpy_from_msg()
Al Viro
2014-11-24
2
-2
/
+2
|
|
*
|
new helper: skb_copy_and_csum_datagram_msg()
Al Viro
2014-11-24
1
-3
/
+2
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2014-11-24
8
-12
/
+208
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
netfilter: fix various sparse warnings
Florian Westphal
2014-11-13
3
-10
/
+10
|
|
*
|
netfilter: log: protect nf_log_register against double registering
Marcelo Leitner
2014-10-30
2
-2
/
+22
|
|
*
|
netfilter: nf_tables: add new expression nft_redir
Arturo Borrero
2014-10-27
3
-0
/
+87
|
|
*
|
netfilter: refactor NAT redirect IPv4 to use it from nf_tables
Arturo Borrero
2014-10-27
3
-0
/
+89
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-21
3
-2
/
+7
|
|
\
\
\
|
*
|
|
|
vlan: introduce *vlan_hwaccel_push_inside helpers
Jiri Pirko
2014-11-21
1
-8
/
+3
|
*
|
|
|
vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto
Jiri Pirko
2014-11-21
1
-6
/
+5
|
*
|
|
|
tcp: make connect() mem charging friendly
Eric Dumazet
2014-11-19
1
-40
/
+28
|
*
|
|
|
icmp: Remove some spurious dropped packet profile hits from the ICMP path
Rick Jones
2014-11-18
2
-18
/
+31
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-14
2
-1
/
+3
|
|
\
\
\
\
|
*
|
|
|
|
tcp: limit GSO packets to half cwnd
Eric Dumazet
2014-11-13
1
-4
/
+8
|
*
|
|
|
|
FOU: Fix no return statement warning for !CONFIG_NET_FOU_IP_TUNNELS
Thomas Graf
2014-11-13
1
-1
/
+1
|
*
|
|
|
|
ip_tunnel: Ops registration for secondary encap (fou, gue)
Tom Herbert
2014-11-12
2
-25
/
+138
|
*
|
|
|
|
udp: Neaten function pointer calls and add braces
Joe Perches
2014-11-12
1
-17
/
+17
|
*
|
|
|
|
neigh: remove dynamic neigh table registration support
WANG Cong
2014-11-11
1
-1
/
+1
|
*
|
|
|
|
net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited
Joe Perches
2014-11-11
6
-34
/
+35
|
*
|
|
|
|
net: introduce SO_INCOMING_CPU
Eric Dumazet
2014-11-11
2
-0
/
+2
|
*
|
|
|
|
tcp: move sk_mark_napi_id() at the right place
Eric Dumazet
2014-11-11
1
-1
/
+2
|
*
|
|
|
|
ipv4: Avoid reading user iov twice after raw_probe_proto_opt
Herbert Xu
2014-11-10
1
-8
/
+54
[next]