summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-0745-241/+63Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-071-7/+18
| |\
| | * ipv6: fix EFAULT on sendto with icmpv6 and hdrinclOlivier Matz2019-06-061-5/+8
| | * ipv6: use READ_ONCE() for inet->hdrincl as in ipv4Olivier Matz2019-06-061-2/+10
| * | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-3145-234/+45Star
| |\ \ | | |/ | |/|
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3045-234/+45Star
* | | ipv6: fix spelling mistake: "wtih" -> "with"Colin Ian King2019-06-061-1/+1
* | | ipv6: tcp: send consistent flowlabel in TIME_WAIT stateEric Dumazet2019-06-061-0/+2
* | | ipv6: tcp: enable flowlabel reflection in some RST packetsEric Dumazet2019-06-063-4/+14
* | | net: ipv6: drop unneeded likely() call around IS_ERR()Enrico Weigelt2019-06-062-2/+2
* | | ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern2019-06-054-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-042-4/+3Star
* | | ipv6: use this_cpu_read() in rt6_get_pcpu_route()Eric Dumazet2019-06-041-3/+2Star
* | | ipv6: icmp: use this_cpu_read() in icmpv6_sk()Eric Dumazet2019-06-031-2/+2
* | | net: use new in_dev_ifa iteratorsFlorian Westphal2019-06-031-3/+1Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-011-9/+17
|\ \ \
| * | | bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS callsbrakmo2019-06-011-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-311-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/+2Star
| |\ \ \
| | * | | netfilter: nft_fib: Fix existence check supportPhil Sutter2019-05-211-14/+2Star
| * | | | ipv6: Fix redirect with VRFDavid Ahern2019-05-231-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-291-1/+1
* | | | net: dynamically allocate fqdir structuresEric Dumazet2019-05-263-27/+28
* | | | net: add a net pointer to struct fqdirEric Dumazet2019-05-262-9/+5Star
* | | | net: rename inet_frags_init_net() to fdir_init()Eric Dumazet2019-05-262-4/+2Star
* | | | netfilter: ipv6: nf_defrag: no longer reference init_net in nf_ct_frag6_sysct...Eric Dumazet2019-05-261-12/+7Star
* | | | ipv6: no longer reference init_net in ip6_frags_ns_ctl_table[]Eric Dumazet2019-05-261-10/+5Star
* | | | 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-231-0/+1
* | | ipv6: export function to send route updatesDavid Ahern2019-05-233-4/+37
* | | ipv6: Add hook to bump sernum for a route to stubsDavid Ahern2019-05-232-0/+9
* | | ipv6: Add delete route hook to stubsDavid Ahern2019-05-232-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