summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* netfilter: synproxy: fix building syncookie callsArnd Bergmann2019-06-201-0/+2
* netfilter: synproxy: extract SYNPROXY infrastructure from {ipt, ip6t}_SYNPROXYFernando Fernandez Mancera2019-06-171-411/+9
* netfilter: synproxy: remove module dependency on IPv6 SYNPROXYFernando Fernandez Mancera2019-06-171-0/+2
* Update my email addressJozsef Kadlecsik2019-06-101-1/+1
* netfilter: ipv6: Fix undefined symbol nf_ct_frag6_gatherwenxu2019-06-061-1/+3
* net: ipv6: drop unneeded likely() call around IS_ERR()Enrico Weigelt2019-06-052-2/+2
* ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern2019-06-044-28/+150
* ipv6: Always allocate pcpu memory in a fib6_nhDavid Ahern2019-06-041-6/+7
* net: fix use-after-free in kfree_skb_listEric Dumazet2019-06-032-4/+3
* ipv6: use this_cpu_read() in rt6_get_pcpu_route()Eric Dumazet2019-06-031-3/+2
* ipv6: icmp: use this_cpu_read() in icmpv6_sk()Eric Dumazet2019-06-031-2/+2
* net: use new in_dev_ifa iteratorsFlorian Westphal2019-06-021-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-05-311-9/+17
|\
| * bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS callsbrakmo2019-05-311-9/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-315-38/+47
|\ \
| * | net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn2019-05-301-2/+2
| * | ipv6_sockglue: Fix a missing-check bug in ip6_ra_control()Gen Zhang2019-05-251-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-05-231-14/+2
| |\ \
| | * | netfilter: nft_fib: Fix existence check supportPhil Sutter2019-05-211-14/+2
| * | | ipv6: Fix redirect with VRFDavid Ahern2019-05-221-0/+6
| * | | Validate required parameters in inet6_validate_link_afMaxim Mikityanskiy2019-05-221-22/+35
* | | | netfilter: nf_conntrack_bridge: fix CONFIG_IPV6=yPablo Neira Ayuso2019-05-311-1/+1
* | | | netfilter: nf_conntrack_bridge: add support for IPv6Pablo Neira Ayuso2019-05-301-0/+123
* | | | net: ipv6: split skbuff into fragments transformerPablo Neira Ayuso2019-05-301-76/+107
* | | | net: ipv6: add skbuff fraglist splitterPablo Neira Ayuso2019-05-301-55/+77
* | | | inet: frags: call inet_frags_fini() after unregister_pernet_subsys()Eric Dumazet2019-05-281-1/+1
* | | | net: dynamically allocate fqdir structuresEric Dumazet2019-05-263-27/+28
* | | | net: add a net pointer to struct fqdirEric Dumazet2019-05-262-9/+5
* | | | net: rename inet_frags_init_net() to fdir_init()Eric Dumazet2019-05-262-4/+2
* | | | netfilter: ipv6: nf_defrag: no longer reference init_net in nf_ct_frag6_sysct...Eric Dumazet2019-05-261-12/+7
* | | | ipv6: no longer reference init_net in ip6_frags_ns_ctl_table[]Eric Dumazet2019-05-261-10/+5
* | | | net: rename struct fqdir fieldsEric Dumazet2019-05-263-42/+42
* | | | net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet2019-05-262-4/+4
* | | | inet: rename netns_frags to fqdirEric Dumazet2019-05-262-5/+5
* | | | ipv6: Refactor ip6_route_del for cached routesDavid Ahern2019-05-241-15/+21
* | | | ipv6: Make fib6_nh optional at the end of fib6_infoDavid Ahern2019-05-244-81/+85
* | | | ipv6: Move exception bucket to fib6_nhDavid Ahern2019-05-242-68/+123
* | | | ipv6: Refactor exception functionsDavid Ahern2019-05-241-48/+86
* | | | ipv6: Refactor fib6_drop_pcpu_fromDavid Ahern2019-05-241-10/+25
* | | | ipv6: Move pcpu cached routes to fib6_nhDavid Ahern2019-05-243-33/+36
| |_|/ |/| |
* | | net: Set strict_start_type for routes and rulesDavid Ahern2019-05-221-0/+1
* | | ipv6: export function to send route updatesDavid Ahern2019-05-223-4/+37
* | | ipv6: Add hook to bump sernum for a route to stubsDavid Ahern2019-05-222-0/+9
* | | ipv6: Add delete route hook to stubsDavid Ahern2019-05-222-0/+7
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-221-0/+2
|\ \
| * | ipv6: Consider sk_bound_dev_if when binding a raw socket to an addressMike Manning2019-05-211-0/+2
* | | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-2119-98/+19
|\ \ \ | |/ / |/| |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-217-94/+7
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3Thomas Gleixner2019-05-211-4/+1
| * | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3