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
2015-01-02
geneve: Add Geneve GRO support
Joe Stringer
1
-2
/
+95
2015-01-01
fib_trie: Add tracking value for suffix length
Alexander Duyck
1
-6
/
+116
2015-01-01
fib_trie: Remove checks for index >= tnode_child_length from tnode_get_child
Alexander Duyck
1
-9
/
+5
2015-01-01
fib_trie: inflate/halve nodes in a more RCU friendly way
Alexander Duyck
1
-121
/
+115
2015-01-01
fib_trie: Push tnode flushing down to inflate/halve
Alexander Duyck
1
-53
/
+50
2015-01-01
fib_trie: Push assignment of child to parent down into inflate/halve
Alexander Duyck
1
-83
/
+66
2015-01-01
fib_trie: Add functions should_inflate and should_halve
Alexander Duyck
1
-86
/
+89
2015-01-01
fib_trie: Move resize to after inflate/halve
Alexander Duyck
1
-157
/
+154
2015-01-01
fib_trie: Push rcu_read_lock/unlock to callers
Alexander Duyck
3
-101
/
+85
2015-01-01
fib_trie: Use unsigned long for anything dealing with a shift by bits
Alexander Duyck
1
-27
/
+26
2015-01-01
fib_trie: Update meaning of pos to represent unchecked bits
Alexander Duyck
1
-113
/
+81
2015-01-01
fib_trie: Optimize fib_table_insert
Alexander Duyck
1
-125
/
+71
2015-01-01
fib_trie: Optimize fib_find_node
Alexander Duyck
1
-15
/
+21
2015-01-01
fib_trie: Optimize fib_table_lookup to avoid wasting time on loops/variables
Alexander Duyck
1
-157
/
+93
2015-01-01
fib_trie: Merge leaf into tnode
Alexander Duyck
1
-182
/
+140
2015-01-01
fib_trie: Merge tnode_free and leaf_free into node_free
Alexander Duyck
1
-50
/
+40
2015-01-01
fib_trie: Make leaf and tnode more uniform
Alexander Duyck
1
-110
/
+82
2015-01-01
fib_trie: Update usage stats to be percpu instead of global variables
Alexander Duyck
2
-21
/
+49
2014-12-31
gre: allow live address change
stephen hemminger
1
-0
/
+1
2014-12-24
openvswitch: Fix vport_send double free
Pravin B Shelar
1
-1
/
+5
2014-12-18
geneve: Fix races between socket add and release.
Jesse Gross
1
-6
/
+7
2014-12-18
geneve: Remove socket and offload handlers at destruction.
Jesse Gross
1
-0
/
+17
2014-12-16
ip_tunnel: Add missing validation of encap type to ip_tunnel_encap_setup()
Thomas Graf
1
-0
/
+3
2014-12-16
ip_tunnel: Add sanity checks to ip_tunnel_encap_add_ops()
Thomas Graf
1
-0
/
+6
2014-12-15
gre: fix the inner mac header in nbma tunnel xmit path
Timo Teräs
1
-4
/
+5
2014-12-12
fib_trie: Fix trie balancing issue if new node pushes down existing node
Alexander Duyck
1
-1
/
+2
2014-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
40
-561
/
+1175
2014-12-11
net: introduce helper macro for_each_cmsghdr
Gu Zheng
1
-1
/
+1
2014-12-11
Merge branch 'akpm' (patchbomb from Andrew)
Linus Torvalds
1
-43
/
+44
2014-12-11
mm: memcontrol: lockless page counters
Johannes Weiner
1
-43
/
+44
2014-12-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-33
/
+36
2014-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+5
2014-12-10
Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
David S. Miller
7
-20
/
+23
2014-12-10
tcp: fix more NULL deref after prequeue changes
Eric Dumazet
1
-2
/
+2
2014-12-10
tcp: refine TSO autosizing
Eric Dumazet
2
-57
/
+62
2014-12-10
put iov_iter into msghdr
Al Viro
5
-8
/
+12
2014-12-10
switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)
Al Viro
2
-5
/
+4
2014-12-10
ip_generic_getfrag, udplite_getfrag: switch to passing msghdr
Al Viro
3
-6
/
+6
2014-12-10
raw.c: stick msghdr into raw_frag_vec
Al Viro
1
-4
/
+4
2014-12-09
tcp_cubic: refine Hystart delay threshold
Eric Dumazet
1
-1
/
+1
2014-12-09
tcp_cubic: add SNMP counters to track how effective is Hystart
Eric Dumazet
2
-9
/
+26
2014-12-09
Merge branch 'iov_iter' into for-next
Al Viro
17
-113
/
+146
2014-12-09
udp: Neaten and reduce size of compute_score functions
Joe Perches
1
-49
/
+62
2014-12-09
net-timestamp: allow reading recv cmsg on errqueue with origin tstamp
Willem de Bruijn
1
-2
/
+20
2014-12-09
ipv4: warn once on passing AF_INET6 socket to ip_recv_error
Willem de Bruijn
1
-0
/
+2
2014-12-06
gre: Set inner mac header in gro complete
Tom Herbert
1
-0
/
+3
2014-12-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
4
-91
/
+2
2014-11-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-12
/
+21
2014-11-27
netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one module
Pablo Neira Ayuso
4
-91
/
+2
2014-11-26
net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socks
Willem de Bruijn
3
-11
/
+14
[next]