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
2019-06-06
ipv6: fix EFAULT on sendto with icmpv6 and hdrincl
Olivier Matz
-5
/
+8
2019-06-06
ipv6: use READ_ONCE() for inet->hdrincl as in ipv4
Olivier Matz
-2
/
+10
2019-06-06
netfilter: ipv6: Fix undefined symbol nf_ct_frag6_gather
wenxu
-1
/
+3
2019-06-06
xfrm: remove type and offload_type map from xfrm_state_afinfo
Florian Westphal
-14
/
+6
2019-06-06
xfrm: remove eth_proto value from xfrm_state_afinfo
Florian Westphal
-2
/
+0
2019-06-06
xfrm: remove state and template sort indirections from xfrm_state_afinfo
Florian Westphal
-98
/
+0
2019-06-05
ipv6: tcp: send consistent flowlabel in TIME_WAIT state
Eric Dumazet
-0
/
+2
2019-06-05
ipv6: tcp: enable flowlabel reflection in some RST packets
Eric Dumazet
-4
/
+14
2019-06-05
net: ipv6: drop unneeded likely() call around IS_ERR()
Enrico Weigelt
-2
/
+2
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422
Thomas Gleixner
-4
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372
Thomas Gleixner
-4
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 343
Thomas Gleixner
-13
/
+1
2019-06-05
xfrm: remove init_temprop indirection from xfrm_state_afinfo
Florian Westphal
-16
/
+0
2019-06-05
xfrm: remove init_tempsel indirection from xfrm_state_afinfo
Florian Westphal
-21
/
+0
2019-06-04
ipv6: Plumb support for nexthop object in a fib6_info
David Ahern
-28
/
+150
2019-06-04
ipv6: Always allocate pcpu memory in a fib6_nh
David Ahern
-6
/
+7
2019-06-04
netfilter: ipv6: nf_defrag: fix leakage of unqueued fragments
Guillaume Nault
-7
/
+5
2019-06-03
net: fix use-after-free in kfree_skb_list
Eric Dumazet
-4
/
+3
2019-06-03
ipv6: use this_cpu_read() in rt6_get_pcpu_route()
Eric Dumazet
-3
/
+2
2019-06-03
ipv6: icmp: use this_cpu_read() in icmpv6_sk()
Eric Dumazet
-2
/
+2
2019-06-03
bpf: udp: Avoid calling reuseport's bpf_prog from udp_gro
Martin KaFai Lau
-1
/
+1
2019-06-03
bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_err
Martin KaFai Lau
-1
/
+1
2019-06-02
net: use new in_dev_ifa iterators
Florian Westphal
-3
/
+1
2019-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
-9
/
+17
2019-05-31
bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS calls
brakmo
-9
/
+17
2019-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-38
/
+47
2019-05-31
netfilter: nf_conntrack_bridge: fix CONFIG_IPV6=y
Pablo Neira Ayuso
-1
/
+1
2019-05-31
Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
-234
/
+45
2019-05-30
net: correct zerocopy refcnt with udp MSG_MORE
Willem de Bruijn
-2
/
+2
2019-05-30
netfilter: nf_conntrack_bridge: add support for IPv6
Pablo Neira Ayuso
-0
/
+123
2019-05-30
net: ipv6: split skbuff into fragments transformer
Pablo Neira Ayuso
-76
/
+107
2019-05-30
net: ipv6: add skbuff fraglist splitter
Pablo Neira Ayuso
-55
/
+77
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
-234
/
+45
2019-05-28
inet: frags: call inet_frags_fini() after unregister_pernet_subsys()
Eric Dumazet
-1
/
+1
2019-05-26
net: dynamically allocate fqdir structures
Eric Dumazet
-27
/
+28
2019-05-26
net: add a net pointer to struct fqdir
Eric Dumazet
-9
/
+5
2019-05-26
net: rename inet_frags_init_net() to fdir_init()
Eric Dumazet
-4
/
+2
2019-05-26
netfilter: ipv6: nf_defrag: no longer reference init_net in nf_ct_frag6_sysct...
Eric Dumazet
-12
/
+7
2019-05-26
ipv6: no longer reference init_net in ip6_frags_ns_ctl_table[]
Eric Dumazet
-10
/
+5
2019-05-26
net: rename struct fqdir fields
Eric Dumazet
-42
/
+42
2019-05-26
net: rename inet_frags_exit_net() to fqdir_exit()
Eric Dumazet
-4
/
+4
2019-05-26
inet: rename netns_frags to fqdir
Eric Dumazet
-5
/
+5
2019-05-25
ipv6_sockglue: Fix a missing-check bug in ip6_ra_control()
Gen Zhang
-0
/
+2
2019-05-24
ipv6: Refactor ip6_route_del for cached routes
David Ahern
-15
/
+21
2019-05-24
ipv6: Make fib6_nh optional at the end of fib6_info
David Ahern
-81
/
+85
2019-05-24
ipv6: Move exception bucket to fib6_nh
David Ahern
-68
/
+123
2019-05-24
ipv6: Refactor exception functions
David Ahern
-48
/
+86
2019-05-24
ipv6: Refactor fib6_drop_pcpu_from
David Ahern
-10
/
+25
2019-05-24
ipv6: Move pcpu cached routes to fib6_nh
David Ahern
-33
/
+36
2019-05-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
-14
/
+2
[prev]
[next]