index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-31
udp: Improve load balancing for SO_REUSEPORT.
Kuniyuki Iwashima
1
-6
/
+9
2020-07-31
net: udp: Fix wrong clean up for IS_UDPLITE macro
Miaohe Lin
1
-1
/
+1
2020-07-31
ip6_gre: fix null-ptr-deref in ip6gre_init_net()
Wei Yongjun
1
-5
/
+6
2020-07-22
ip: Fix SO_MARK in RST, ACK and ICMP packets
Willem de Bruijn
1
-2
/
+2
2020-07-22
ipv6: Fix use of anycast address with loopback
David Ahern
1
-1
/
+1
2020-07-22
ipv6: fib6_select_path can not use out path for nexthop objects
David Ahern
1
-1
/
+4
2020-07-09
seg6: fix seg6_validate_srh() to avoid slab-out-of-bounds
Ahmed Abdelsalam
4
-11
/
+15
2020-06-30
ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()
Taehee Yoo
1
-3
/
+6
2020-06-30
mld: fix memory leak in ipv6_mc_destroy_dev()
Wang Hai
1
-0
/
+1
2020-06-17
ipv6: fix IPV6_ADDRFORM operation logic
Hangbin Liu
1
-6
/
+7
2020-05-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-12
/
+25
2020-05-21
net: don't return invalid table id error when we fall back to PF_UNSPEC
Sabrina Dubroca
2
-2
/
+2
2020-05-16
ipv6: Fix suspicious RCU usage warning in ip6mr
Madhuparna Bhowmik
1
-1
/
+2
2020-05-14
esp6: calculate transport_header correctly when sel.family != AF_INET6
Xin Long
1
-12
/
+15
2020-05-12
netlabel: cope with NULL catmap
Paolo Abeni
1
-1
/
+2
2020-05-07
Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu"
Maciej Żenczykowski
1
-2
/
+4
2020-05-06
seg6: fix SRH processing to comply with RFC8754
Ahmed Abdelsalam
1
-2
/
+8
2020-05-01
ipv6: Use global sernum for dst validation with nexthop objects
David Ahern
1
-0
/
+25
2020-04-22
xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finish
David Ahern
1
-2
/
+0
2020-04-21
esp6: support ipv6 nexthdrs process for beet gso segment
Xin Long
1
-2
/
+7
2020-04-20
ipv6: fix restrict IPV6_ADDRFORM operation
John Haxby
1
-7
/
+6
2020-04-20
xfrm: remove the xfrm_state_put call becofe going to out_reset
Xin Long
1
-3
/
+1
2020-04-18
ipv6: rpl: fix full address compression
Alexander Aring
1
-3
/
+4
2020-04-15
ipv6: remove redundant assignment to variable err
Colin Ian King
1
-1
/
+1
2020-04-15
esp6: get the right proto for transport mode in esp6_gso_encap
Xin Long
1
-1
/
+8
2020-04-07
net: icmp6: do not select saddr from iif when route has prefsrc set
Tim Stallard
1
-1
/
+20
2020-04-06
ipv6: rpl: fix loop iteration
Alexander Aring
1
-3
/
+3
2020-04-02
neigh: support smaller retrans_time settting
Hangbin Liu
2
-5
/
+6
2020-04-02
net: ipv6: rpl_iptunnel: remove redundant assignments to variable err
Colin Ian King
1
-1
/
+1
2020-04-01
ipv6: don't auto-add link-local address to lag ports
Jarod Wilson
1
-0
/
+4
2020-03-31
net: ipv6: rpl_iptunnel: Fix potential memory leak in rpl_do_srh_inline
Gustavo A. R. Silva
1
-1
/
+3
2020-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-4
/
+8
2020-03-30
net: Track socket refcounts in skb_steal_sock()
Joe Stringer
1
-3
/
+6
2020-03-30
bpf: Add socket assign support
Joe Stringer
1
-1
/
+2
2020-03-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2
-16
/
+36
2020-03-29
net: ipv6: add rpl sr tunnel
Alexander Aring
4
-0
/
+398
2020-03-29
net: add net available in build_state
Alexander Aring
4
-5
/
+6
2020-03-29
net: ipv6: add support for rpl sr exthdr
Alexander Aring
4
-3
/
+333
2020-03-29
addrconf: add functionality to check on rpl requirements
Alexander Aring
1
-0
/
+53
2020-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-9
/
+27
2020-03-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2
-9
/
+27
2020-03-26
ipv6: ndisc: add support for 'PREF64' dns64 prefix identifier
Maciej Żenczykowski
1
-0
/
+1
2020-03-26
esp6: add gso_segment for esp6 beet mode
Xin Long
1
-0
/
+36
2020-03-23
Remove DST_HOST
David Laight
1
-6
/
+0
2020-03-16
vti6: Fix memory leak of skb if input policy check fails
Torsten Hilbrich
1
-1
/
+1
2020-03-15
netfilter: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-2
/
+2
2020-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-13
/
+42
2020-03-12
inet: Use fallthrough;
Joe Perches
11
-20
/
+18
2020-03-11
seg6: fix SRv6 L2 tunnels to use IANA-assigned protocol number
Paolo Lungaroni
2
-2
/
+2
2020-03-10
ipv6/addrconf: call ipv6_mc_up() for non-Ethernet interface
Hangbin Liu
1
-0
/
+4
[next]