summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2019-06-05ipv6: tcp: enable flowlabel reflection in some RST packetsEric Dumazet
2019-06-05net: ipv6: drop unneeded likely() call around IS_ERR()Enrico Weigelt
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 343Thomas Gleixner
2019-06-05xfrm: remove init_temprop indirection from xfrm_state_afinfoFlorian Westphal
2019-06-05xfrm: remove init_tempsel indirection from xfrm_state_afinfoFlorian Westphal
2019-06-04ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern
2019-06-04ipv6: Always allocate pcpu memory in a fib6_nhDavid Ahern
2019-06-04netfilter: ipv6: nf_defrag: fix leakage of unqueued fragmentsGuillaume Nault
2019-06-03net: fix use-after-free in kfree_skb_listEric Dumazet
2019-06-03ipv6: use this_cpu_read() in rt6_get_pcpu_route()Eric Dumazet
2019-06-03ipv6: icmp: use this_cpu_read() in icmpv6_sk()Eric Dumazet
2019-06-03bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau
2019-06-03bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_errMartin KaFai Lau
2019-06-02net: use new in_dev_ifa iteratorsFlorian Westphal
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-05-31bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS callsbrakmo
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-31netfilter: nf_conntrack_bridge: fix CONFIG_IPV6=yPablo Neira Ayuso
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-05-30net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn
2019-05-30netfilter: nf_conntrack_bridge: add support for IPv6Pablo Neira Ayuso
2019-05-30net: ipv6: split skbuff into fragments transformerPablo Neira Ayuso
2019-05-30net: ipv6: add skbuff fraglist splitterPablo Neira Ayuso
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-28inet: frags: call inet_frags_fini() after unregister_pernet_subsys()Eric Dumazet
2019-05-26net: dynamically allocate fqdir structuresEric Dumazet
2019-05-26net: add a net pointer to struct fqdirEric Dumazet
2019-05-26net: rename inet_frags_init_net() to fdir_init()Eric Dumazet
2019-05-26netfilter: ipv6: nf_defrag: no longer reference init_net in nf_ct_frag6_sysct...Eric Dumazet
2019-05-26ipv6: no longer reference init_net in ip6_frags_ns_ctl_table[]Eric Dumazet
2019-05-26net: rename struct fqdir fieldsEric Dumazet
2019-05-26net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet
2019-05-26inet: rename netns_frags to fqdirEric Dumazet
2019-05-25ipv6_sockglue: Fix a missing-check bug in ip6_ra_control()Gen Zhang
2019-05-24ipv6: Refactor ip6_route_del for cached routesDavid Ahern
2019-05-24ipv6: Make fib6_nh optional at the end of fib6_infoDavid Ahern
2019-05-24ipv6: Move exception bucket to fib6_nhDavid Ahern
2019-05-24ipv6: Refactor exception functionsDavid Ahern
2019-05-24ipv6: Refactor fib6_drop_pcpu_fromDavid Ahern
2019-05-24ipv6: Move pcpu cached routes to fib6_nhDavid Ahern
2019-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-05-22ipv6: Fix redirect with VRFDavid Ahern
2019-05-22net: Set strict_start_type for routes and rulesDavid Ahern
2019-05-22ipv6: export function to send route updatesDavid Ahern
2019-05-22ipv6: Add hook to bump sernum for a route to stubsDavid Ahern
2019-05-22ipv6: Add delete route hook to stubsDavid Ahern
2019-05-22Validate required parameters in inet6_validate_link_afMaxim Mikityanskiy
2019-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds