index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
Lines
2020-05-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
-12
/
+25
2020-05-21
net: don't return invalid table id error when we fall back to PF_UNSPEC
Sabrina Dubroca
-2
/
+2
2020-05-16
ipv6: Fix suspicious RCU usage warning in ip6mr
Madhuparna Bhowmik
-1
/
+2
2020-05-14
esp6: calculate transport_header correctly when sel.family != AF_INET6
Xin Long
-12
/
+15
2020-05-12
netlabel: cope with NULL catmap
Paolo Abeni
-1
/
+2
2020-05-07
Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu"
Maciej Żenczykowski
-2
/
+4
2020-05-06
seg6: fix SRH processing to comply with RFC8754
Ahmed Abdelsalam
-2
/
+8
2020-05-01
ipv6: Use global sernum for dst validation with nexthop objects
David Ahern
-0
/
+25
2020-04-22
xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finish
David Ahern
-2
/
+0
2020-04-21
esp6: support ipv6 nexthdrs process for beet gso segment
Xin Long
-2
/
+7
2020-04-20
ipv6: fix restrict IPV6_ADDRFORM operation
John Haxby
-7
/
+6
2020-04-20
xfrm: remove the xfrm_state_put call becofe going to out_reset
Xin Long
-3
/
+1
2020-04-18
ipv6: rpl: fix full address compression
Alexander Aring
-3
/
+4
2020-04-15
ipv6: remove redundant assignment to variable err
Colin Ian King
-1
/
+1
2020-04-15
esp6: get the right proto for transport mode in esp6_gso_encap
Xin Long
-1
/
+8
2020-04-07
net: icmp6: do not select saddr from iif when route has prefsrc set
Tim Stallard
-1
/
+20
2020-04-06
ipv6: rpl: fix loop iteration
Alexander Aring
-3
/
+3
2020-04-02
neigh: support smaller retrans_time settting
Hangbin Liu
-5
/
+6
2020-04-02
net: ipv6: rpl_iptunnel: remove redundant assignments to variable err
Colin Ian King
-1
/
+1
2020-04-01
ipv6: don't auto-add link-local address to lag ports
Jarod Wilson
-0
/
+4
2020-03-31
net: ipv6: rpl_iptunnel: Fix potential memory leak in rpl_do_srh_inline
Gustavo A. R. Silva
-1
/
+3
2020-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
-4
/
+8
2020-03-30
net: Track socket refcounts in skb_steal_sock()
Joe Stringer
-3
/
+6
2020-03-30
bpf: Add socket assign support
Joe Stringer
-1
/
+2
2020-03-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
-16
/
+36
2020-03-29
net: ipv6: add rpl sr tunnel
Alexander Aring
-0
/
+398
2020-03-29
net: add net available in build_state
Alexander Aring
-5
/
+6
2020-03-29
net: ipv6: add support for rpl sr exthdr
Alexander Aring
-3
/
+333
2020-03-29
addrconf: add functionality to check on rpl requirements
Alexander Aring
-0
/
+53
2020-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-9
/
+27
2020-03-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
-9
/
+27
2020-03-26
ipv6: ndisc: add support for 'PREF64' dns64 prefix identifier
Maciej Żenczykowski
-0
/
+1
2020-03-26
esp6: add gso_segment for esp6 beet mode
Xin Long
-0
/
+36
2020-03-23
Remove DST_HOST
David Laight
-6
/
+0
2020-03-16
vti6: Fix memory leak of skb if input policy check fails
Torsten Hilbrich
-1
/
+1
2020-03-15
netfilter: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
-2
/
+2
2020-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-13
/
+42
2020-03-12
inet: Use fallthrough;
Joe Perches
-20
/
+18
2020-03-11
seg6: fix SRv6 L2 tunnels to use IANA-assigned protocol number
Paolo Lungaroni
-2
/
+2
2020-03-10
ipv6/addrconf: call ipv6_mc_up() for non-Ethernet interface
Hangbin Liu
-0
/
+4
2020-03-03
ipv6: Use math to point per net sysctls into the appropriate struct net
Cambda Zhu
-17
/
+4
2020-03-03
net/ipv6: remove the old peer route if change it to a new one
Hangbin Liu
-4
/
+17
2020-03-03
net/ipv6: need update peer route when modify metric
Hangbin Liu
-4
/
+16
2020-02-29
net/ipv6: use configured metric when add peer route
Hangbin Liu
-3
/
+3
2020-02-28
ipv6: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
-2
/
+2
2020-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-2
/
+8
2020-02-27
ipv6: xfrm6_tunnel.c: Use built-in RCU list checking
Madhuparna Bhowmik
-1
/
+1
2020-02-26
ipv6: restrict IPV6_ADDRFORM operation
Eric Dumazet
-2
/
+8
2020-02-24
net: UDP tunnel encapsulation module for tunnelling different protocols like ...
Martin Varghese
-0
/
+70
2020-02-24
ip6mr: Fix RCU list debugging warning
Amol Grover
-1
/
+2
[next]