index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
13
-34
/
+59
2017-01-27
tcp: don't annotate mark on control socket from tcp_v6_send_response()
Pablo Neira
3
-6
/
+5
2017-01-27
net/ipv6: support more tunnel interfaces for EUI64 link-local generation
Felix Jia
3
-0
/
+12
2017-01-27
net/ipv6: allow sysctl to change link-local address generation mode
Felix Jia
1
-20
/
+84
2017-01-26
net: ipv6: ignore null_entry on route dumps
David Ahern
1
-1
/
+5
2017-01-26
net: ipv6: remove skb_reserve in getroute
David Ahern
1
-6
/
+0
2017-01-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
4
-13
/
+12
2017-01-25
net/tcp-fastopen: Add new API support
Wei Wang
1
-0
/
+5
2017-01-25
net: Remove __sk_dst_reset() in tcp_v6_connect()
Wei Wang
1
-1
/
+0
2017-01-24
net: Specify the owning module for lwtunnel ops
Robert Shearman
2
-0
/
+2
2017-01-24
ipv6: fix ip6_tnl_parse_tlv_enc_lim()
Eric Dumazet
1
-12
/
+22
2017-01-24
ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit()
Eric Dumazet
2
-0
/
+5
2017-01-24
Introduce a sysctl that modifies the value of PROT_SOCK.
Krister Johansen
1
-1
/
+2
2017-01-22
ipv6: add NUMA awareness to seg6_hmac_init_algo()
Eric Dumazet
1
-1
/
+2
2017-01-20
gre6: Clean up unused struct ipv6_tel_txoption definition
Jakub Sitnicki
1
-5
/
+0
2017-01-20
ipv6: seg6_genl_set_tunsrc() must check kmemdup() return value
Eric Dumazet
1
-0
/
+2
2017-01-19
net: ipv6: Keep nexthop of multipath route on admin down
David Ahern
1
-2
/
+5
2017-01-19
ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lock
Kefeng Wang
1
-3
/
+1
2017-01-18
lwtunnel: fix autoload of lwt modules
David Ahern
1
-1
/
+11
2017-01-18
net: ipv6: remove prefix arg to rt6_fill_node
David Ahern
1
-15
/
+12
2017-01-18
net: ipv6: remove nowait arg to rt6_fill_node
David Ahern
2
-24
/
+12
2017-01-18
inet: drop ->bind_conflict
Josef Bacik
2
-42
/
+0
2017-01-18
inet: collapse ipv4/v6 rcv_saddr_equal functions into one
Josef Bacik
3
-48
/
+4
2017-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-25
/
+39
2017-01-16
ip6_tunnel: Account for tunnel header in tunnel MTU
Jakub Sitnicki
1
-2
/
+2
2017-01-16
mld: do not remove mld souce list info when set link down
Hangbin Liu
1
-21
/
+30
2017-01-16
netfilter: rpfilter: fix incorrect loopback packet judgment
Liping Zhang
2
-13
/
+8
2017-01-13
tcp: remove early retransmit
Yuchung Cheng
1
-1
/
+0
2017-01-13
tcp: add reordering timer in RACK loss detection
Yuchung Cheng
1
-0
/
+1
2017-01-13
ipv6: sr: fix several BUGs when preemption is enabled
David Lebrun
2
-1
/
+5
2017-01-12
ipv6: sr: static percpu allocation for hmac_ring
Eric Dumazet
1
-40
/
+3
2017-01-12
net: lwtunnel: Handle lwtunnel_fill_encap failure
David Ahern
1
-1
/
+2
2017-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+3
2017-01-10
gro: Disable frag0 optimization on IPv6 ext headers
Herbert Xu
1
-0
/
+1
2017-01-09
ipv6: fix typos
Alexander Alemayhu
1
-2
/
+2
2017-01-09
net: introduce keepalive function in struct proto
Ursula Braun
1
-0
/
+1
2017-01-09
net: for rate-limited ICMP replies save one atomic operation
Jesper Dangaard Brouer
1
-9
/
+16
2017-01-09
net: reduce cycles spend on ICMP replies that gets rate limited
Jesper Dangaard Brouer
1
-15
/
+34
2017-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-01-09
syncookies: use SipHash in place of SHA1
Jason A. Donenfeld
1
-22
/
+19
2017-01-09
tcp: fix mark propagation with fwmark_reflect enabled
Pau Espin Pedrol
1
-0
/
+1
2017-01-09
netfilter: use fwmark_reflect in nf_send_reset
Pau Espin Pedrol
1
-0
/
+3
2017-01-06
vti6: fix device register to report IFLA_INFO_KIND
David Forster
1
-1
/
+1
2017-01-06
ipv6: do not send RTM_DELADDR for tentative addresses
Mahesh Bandewar
1
-0
/
+7
2017-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-01-03
ipmr, ip6mr: add RTNH_F_UNRESOLVED flag to unresolved cache entries
Nikolay Aleksandrov
1
-1
/
+3
2016-12-30
net: Allow IP_MULTICAST_IF to set index to L3 slave
David Ahern
1
-4
/
+12
2016-12-29
ipv6: remove unnecessary inet6_sk check
Dave Jones
1
-7
/
+0
2016-12-29
ipv6: Should use consistent conditional judgement for ip6 fragment between __...
Zheng Li
1
-1
/
+1
2016-12-29
ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knob
Haishuang Yan
1
-3
/
+4
[next]