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
*
Introduce a sysctl that modifies the value of PROT_SOCK.
Krister Johansen
2017-01-24
1
-1
/
+2
*
ipv6: add NUMA awareness to seg6_hmac_init_algo()
Eric Dumazet
2017-01-22
1
-1
/
+2
*
gre6: Clean up unused struct ipv6_tel_txoption definition
Jakub Sitnicki
2017-01-20
1
-5
/
+0
*
net: ipv6: Keep nexthop of multipath route on admin down
David Ahern
2017-01-20
1
-2
/
+5
*
net: ipv6: remove prefix arg to rt6_fill_node
David Ahern
2017-01-18
1
-15
/
+12
*
net: ipv6: remove nowait arg to rt6_fill_node
David Ahern
2017-01-18
2
-24
/
+12
*
inet: drop ->bind_conflict
Josef Bacik
2017-01-18
2
-42
/
+0
*
inet: collapse ipv4/v6 rcv_saddr_equal functions into one
Josef Bacik
2017-01-18
3
-48
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-17
5
-25
/
+39
|
\
|
*
ip6_tunnel: Account for tunnel header in tunnel MTU
Jakub Sitnicki
2017-01-16
1
-2
/
+2
|
*
mld: do not remove mld souce list info when set link down
Hangbin Liu
2017-01-16
1
-21
/
+30
|
*
ipv6: sr: fix several BUGs when preemption is enabled
David Lebrun
2017-01-13
2
-1
/
+5
|
*
net: lwtunnel: Handle lwtunnel_fill_encap failure
David Ahern
2017-01-12
1
-1
/
+2
*
|
tcp: remove early retransmit
Yuchung Cheng
2017-01-14
1
-1
/
+0
*
|
tcp: add reordering timer in RACK loss detection
Yuchung Cheng
2017-01-14
1
-0
/
+1
*
|
ipv6: sr: static percpu allocation for hmac_ring
Eric Dumazet
2017-01-12
1
-40
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-11
2
-2
/
+3
|
\
|
|
*
gro: Disable frag0 optimization on IPv6 ext headers
Herbert Xu
2017-01-11
1
-0
/
+1
|
*
ipv6: fix typos
Alexander Alemayhu
2017-01-09
1
-2
/
+2
*
|
net: introduce keepalive function in struct proto
Ursula Braun
2017-01-09
1
-0
/
+1
*
|
net: for rate-limited ICMP replies save one atomic operation
Jesper Dangaard Brouer
2017-01-09
1
-9
/
+16
*
|
net: reduce cycles spend on ICMP replies that gets rate limited
Jesper Dangaard Brouer
2017-01-09
1
-15
/
+34
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-09
1
-1
/
+1
|
\
|
|
*
vti6: fix device register to report IFLA_INFO_KIND
David Forster
2017-01-06
1
-1
/
+1
*
|
syncookies: use SipHash in place of SHA1
Jason A. Donenfeld
2017-01-09
1
-22
/
+19
*
|
ipv6: do not send RTM_DELADDR for tentative addresses
Mahesh Bandewar
2017-01-06
1
-0
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-05
1
-1
/
+1
|
\
|
|
*
ipv6: Should use consistent conditional judgement for ip6 fragment between __...
Zheng Li
2016-12-29
1
-1
/
+1
*
|
ipmr, ip6mr: add RTNH_F_UNRESOLVED flag to unresolved cache entries
Nikolay Aleksandrov
2017-01-03
1
-1
/
+3
*
|
net: Allow IP_MULTICAST_IF to set index to L3 slave
David Ahern
2016-12-30
1
-4
/
+12
*
|
ipv6: remove unnecessary inet6_sk check
Dave Jones
2016-12-29
1
-7
/
+0
*
|
ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knob
Haishuang Yan
2016-12-29
1
-3
/
+4
|
/
*
ktime: Get rid of ktime_equal()
Thomas Gleixner
2016-12-25
1
-1
/
+1
*
ktime: Get rid of the union
Thomas Gleixner
2016-12-25
1
-1
/
+1
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
11
-11
/
+11
*
ipv6: handle -EFAULT from skb_copy_bits
Dave Jones
2016-12-23
1
-1
/
+5
*
inet: fix IP(V6)_RECVORIGDSTADDR for udp sockets
Willem de Bruijn
2016-12-23
1
-1
/
+1
*
net: ipv6: check route protocol when deleting routes
Mantas M
2016-12-18
1
-0
/
+2
*
inet: Fix get port to handle zero port number with soreuseport set
Tom Herbert
2016-12-17
1
-3
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2016-12-08
7
-33
/
+124
|
\
|
*
netfilter: nft_fib: convert htonl to ntohl properly
Liping Zhang
2016-12-06
1
-1
/
+1
|
*
netfilter: x_tables: pack percpu counter allocations
Florian Westphal
2016-12-06
1
-3
/
+6
|
*
netfilter: x_tables: pass xt_counters struct to counter allocator
Florian Westphal
2016-12-06
1
-4
/
+1
|
*
netfilter: x_tables: pass xt_counters struct instead of packet counter
Florian Westphal
2016-12-06
1
-3
/
+2
|
*
netfilter: defrag: only register defrag functionality if needed
Florian Westphal
2016-12-06
2
-5
/
+44
|
*
netfilter: conntrack: register hooks in netns when needed by ruleset
Florian Westphal
2016-12-04
1
-12
/
+42
|
*
netfilter: nf_tables: add conntrack dependencies for nat/masq/redir expressions
Florian Westphal
2016-12-04
2
-0
/
+14
|
*
netfilter: add and use nf_ct_netns_get/put
Florian Westphal
2016-12-04
1
-2
/
+2
|
*
netfilter: conntrack: built-in support for UDPlite
Davide Caratti
2016-12-04
1
-0
/
+3
|
*
netfilter: conntrack: built-in support for SCTP
Davide Caratti
2016-12-04
1
-0
/
+3
[next]