index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in __find_rr_leaf
David Ahern
1
-2
/
+47
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in rt6_device_match
David Ahern
1
-2
/
+52
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in fib6_drop_pcpu_from
David Ahern
1
-4
/
+27
2019-06-10
Update my email address
Jozsef Kadlecsik
1
-1
/
+1
2019-06-09
ipv6: tcp: send consistent autoflowlabel in TIME_WAIT state
Eric Dumazet
1
-3
/
+10
2019-06-09
ipv6: tcp: fix potential NULL deref in tcp_v6_send_reset()
Eric Dumazet
1
-1
/
+1
2019-06-09
ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zero
Eric Dumazet
1
-3
/
+4
2019-06-08
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
3
-21
/
+3
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-2
/
+6
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
45
-241
/
+63
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-7
/
+18
2019-06-07
netfilter: ipv6: nf_defrag: accept duplicate fragments again
Guillaume Nault
1
-3
/
+7
2019-06-06
bpf: fix unconnected udp hooks
Daniel Borkmann
1
-0
/
+4
2019-06-06
ipv6: fix spelling mistake: "wtih" -> "with"
Colin Ian King
1
-1
/
+1
2019-06-06
ipv6: fix EFAULT on sendto with icmpv6 and hdrincl
Olivier Matz
1
-5
/
+8
2019-06-06
ipv6: use READ_ONCE() for inet->hdrincl as in ipv4
Olivier Matz
1
-2
/
+10
2019-06-06
netfilter: ipv6: Fix undefined symbol nf_ct_frag6_gather
wenxu
1
-1
/
+3
2019-06-06
xfrm: remove type and offload_type map from xfrm_state_afinfo
Florian Westphal
5
-14
/
+6
2019-06-06
xfrm: remove eth_proto value from xfrm_state_afinfo
Florian Westphal
1
-2
/
+0
2019-06-06
xfrm: remove state and template sort indirections from xfrm_state_afinfo
Florian Westphal
1
-98
/
+0
2019-06-05
ipv6: tcp: send consistent flowlabel in TIME_WAIT state
Eric Dumazet
1
-0
/
+2
2019-06-05
ipv6: tcp: enable flowlabel reflection in some RST packets
Eric Dumazet
3
-4
/
+14
2019-06-05
net: ipv6: drop unneeded likely() call around IS_ERR()
Enrico Weigelt
2
-2
/
+2
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422
Thomas Gleixner
1
-4
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372
Thomas Gleixner
1
-4
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 343
Thomas Gleixner
1
-13
/
+1
2019-06-05
xfrm: remove init_temprop indirection from xfrm_state_afinfo
Florian Westphal
1
-16
/
+0
2019-06-05
xfrm: remove init_tempsel indirection from xfrm_state_afinfo
Florian Westphal
1
-21
/
+0
2019-06-04
ipv6: Plumb support for nexthop object in a fib6_info
David Ahern
4
-28
/
+150
2019-06-04
ipv6: Always allocate pcpu memory in a fib6_nh
David Ahern
1
-6
/
+7
2019-06-04
netfilter: ipv6: nf_defrag: fix leakage of unqueued fragments
Guillaume Nault
1
-7
/
+5
2019-06-03
net: fix use-after-free in kfree_skb_list
Eric Dumazet
2
-4
/
+3
2019-06-03
ipv6: use this_cpu_read() in rt6_get_pcpu_route()
Eric Dumazet
1
-3
/
+2
2019-06-03
ipv6: icmp: use this_cpu_read() in icmpv6_sk()
Eric Dumazet
1
-2
/
+2
2019-06-03
bpf: udp: Avoid calling reuseport's bpf_prog from udp_gro
Martin KaFai Lau
1
-1
/
+1
2019-06-03
bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_err
Martin KaFai Lau
1
-1
/
+1
2019-06-02
net: use new in_dev_ifa iterators
Florian Westphal
1
-3
/
+1
2019-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-9
/
+17
2019-05-31
bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS calls
brakmo
1
-9
/
+17
2019-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-38
/
+47
2019-05-31
netfilter: nf_conntrack_bridge: fix CONFIG_IPV6=y
Pablo Neira Ayuso
1
-1
/
+1
2019-05-31
Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
45
-234
/
+45
2019-05-30
net: correct zerocopy refcnt with udp MSG_MORE
Willem de Bruijn
1
-2
/
+2
2019-05-30
netfilter: nf_conntrack_bridge: add support for IPv6
Pablo Neira Ayuso
1
-0
/
+123
2019-05-30
net: ipv6: split skbuff into fragments transformer
Pablo Neira Ayuso
1
-76
/
+107
2019-05-30
net: ipv6: add skbuff fraglist splitter
Pablo Neira Ayuso
1
-55
/
+77
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
45
-234
/
+45
2019-05-28
inet: frags: call inet_frags_fini() after unregister_pernet_subsys()
Eric Dumazet
1
-1
/
+1
2019-05-26
net: dynamically allocate fqdir structures
Eric Dumazet
3
-27
/
+28
2019-05-26
net: add a net pointer to struct fqdir
Eric Dumazet
2
-9
/
+5
[prev]
[next]