index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
net: use kfree_skb_list() helper in more places
Florian Westphal
2014-09-10
1
-5
/
+1
|
*
|
|
|
|
ipv6: udp6_gro_complete() is static
Eric Dumazet
2014-09-10
1
-1
/
+1
|
*
|
|
|
|
ipv6: mcast: remove dead debugging defines
Daniel Borkmann
2014-09-10
1
-9
/
+0
|
*
|
|
|
|
tcp: remove dst refcount false sharing for prequeue mode
Eric Dumazet
2014-09-10
1
-6
/
+9
|
*
|
|
|
|
net/ipv4: bind ip_nonlocal_bind to current netns
Vincent Bernat
2014-09-09
1
-1
/
+1
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-09-08
5
-28
/
+55
|
|
\
\
\
\
\
|
*
|
|
|
|
|
tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isn
Eric Dumazet
2014-09-06
1
-2
/
+2
|
*
|
|
|
|
|
ipv6: add sysctl_mld_qrv to configure query robustness variable
Hannes Frederic Sowa
2014-09-05
2
-10
/
+25
|
*
|
|
|
|
|
sock: deduplicate errqueue dequeue
Willem de Bruijn
2014-09-02
1
-13
/
+2
|
*
|
|
|
|
|
udp: Add support for doing checksum unnecessary conversion
Tom Herbert
2014-09-02
2
-7
/
+21
|
*
|
|
|
|
|
tcp: syncookies: mark cookie_secret read_mostly
Florian Westphal
2014-08-28
1
-1
/
+1
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
ipv6: White-space cleansing : gaps between function and symbol export
Ian Morris
2014-08-25
11
-23
/
+0
|
*
|
|
|
|
ipv6: White-space cleansing : Structure layouts
Ian Morris
2014-08-25
5
-21
/
+13
|
*
|
|
|
|
ipv6: White-space cleansing : Line Layouts
Ian Morris
2014-08-25
31
-203
/
+203
|
*
|
|
|
|
udp: additional GRO support
Tom Herbert
2014-08-25
1
-0
/
+33
|
*
|
|
|
|
tcp: Call skb_gro_checksum_validate
Tom Herbert
2014-08-25
1
-23
/
+3
|
*
|
|
|
|
net: use reciprocal_scale() helper
Daniel Borkmann
2014-08-23
2
-3
/
+3
*
|
|
|
|
|
Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
2014-10-08
1
-12
/
+1
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
net_dma: simple removal
Dan Williams
2014-09-28
1
-12
/
+1
*
|
|
|
|
|
ipv6: remove rt6i_genid
Hannes Frederic Sowa
2014-09-30
4
-5
/
+29
*
|
|
|
|
|
ip6_gre: Return an error when adding an existing tunnel.
Steffen Klassert
2014-09-28
1
-0
/
+2
*
|
|
|
|
|
ip6_vti: Return an error when adding an existing tunnel.
Steffen Klassert
2014-09-28
1
-1
/
+5
*
|
|
|
|
|
ip6_tunnel: Return an error when adding an existing tunnel.
Steffen Klassert
2014-09-28
1
-1
/
+5
*
|
|
|
|
|
ip6gre: add a rtnl link alias for ip6gretap
Nicolas Dichtel
2014-09-26
1
-0
/
+1
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
xfrm: Generate blackhole routes only from route lookup functions
Steffen Klassert
2014-09-16
1
-2
/
+2
*
|
|
|
|
ipv6: clean up anycast when an interface is destroyed
Sabrina Dubroca
2014-09-12
2
-3
/
+26
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
ipv6: restore the behavior of ipv6_sock_ac_drop()
WANG Cong
2014-09-08
1
-2
/
+0
*
|
|
|
ipv6: use addrconf_get_prefix_route() to remove peer addr
Nicolas Dichtel
2014-09-06
1
-3
/
+2
*
|
|
|
ipv6: fix a refcnt leak with peer addr
Nicolas Dichtel
2014-09-06
1
-5
/
+2
*
|
|
|
ipv6: fix rtnl locking in setsockopt for anycast and multicast
Sabrina Dubroca
2014-09-05
3
-10
/
+31
*
|
|
|
netfilter: fix missing dependencies in NETFILTER_XT_TARGET_LOG
Pablo Neira
2014-09-02
1
-1
/
+1
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2014-09-02
2
-8
/
+20
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
netfilter: move NAT Kconfig switches out of the iptables scope
Pablo Neira Ayuso
2014-08-18
2
-8
/
+20
|
|
|
/
|
|
/
|
*
/
|
net: ipv6: fib: don't sleep inside atomic lock
Benjamin Block
2014-08-22
1
-1
/
+1
|
/
/
*
|
tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()
Neal Cardwell
2014-08-14
1
-1
/
+2
*
|
sit: Fix ipip6_tunnel_lookup device matching criteria
Shmulik Ladkani
2014-08-14
1
-3
/
+3
*
|
Merge branch 'akpm' (patchbomb from Andrew Morton)
Linus Torvalds
2014-08-07
1
-1
/
+1
|
\
\
|
*
|
list: fix order of arguments for hlist_add_after(_rcu)
Ken Helias
2014-08-07
1
-1
/
+1
*
|
|
tcp: md5: check md5 signature without socket lock
Dmitry Popov
2014-08-07
1
-6
/
+19
|
/
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-08-06
1
-0
/
+1
|
\
\
|
*
|
ipv6: data of fwmark_reflect sysctl needs to be updated on netns construction
Hannes Frederic Sowa
2014-08-03
1
-0
/
+1
*
|
|
net-timestamp: add key to disambiguate concurrent datagrams
Willem de Bruijn
2014-08-06
1
-1
/
+8
*
|
|
inet: frags: use kmem_cache for inet_frag_queue
Nikolay Aleksandrov
2014-08-03
2
-3
/
+12
*
|
|
inet: frags: use INET_FRAG_EVICTED to prevent icmp messages
Nikolay Aleksandrov
2014-08-03
1
-7
/
+8
*
|
|
inet: frags: rename last_in to flags
Nikolay Aleksandrov
2014-08-03
2
-15
/
+15
*
|
|
inet: frags: use INC_STATS_BH in the ipv6 reassembly code
Nikolay Aleksandrov
2014-08-03
1
-3
/
+4
*
|
|
net: use inet6_iif instead of IP6CB()->iif
Duan Jiong
2014-08-01
2
-5
/
+5
*
|
|
net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORS
Duan Jiong
2014-08-01
2
-7
/
+14
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2014-07-31
1
-31
/
+20
|
\
\
\
|
*
|
|
vti6: Simplify error handling in module init and exit
Mathias Krause
2014-06-26
1
-31
/
+20
[prev]
[next]