summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-188-35/+27Star
| | |\ \ \ \
| | * | | | | udp: Remove unused variable/function (exact_dif)Tim Beale2019-06-151-11/+0Star
| | * | | | | udp: Remove unused parameter (exact_dif)Tim Beale2019-06-151-7/+6Star
| | * | | | | ipv4: tcp: fix ACK/RST sent with a transmit delayEric Dumazet2019-06-151-1/+1
| | * | | | | tcp: add optional per socket transmit delayEric Dumazet2019-06-121-0/+1
| | * | | | | ipv6: Allow routes to use nexthop objectsDavid Ahern2019-06-101-8/+81
| | * | | | | ipv6: Handle all fib6_nh in a nexthop in mtu updatesDavid Ahern2019-06-101-1/+28
| | * | | | | ipv6: Handle all fib6_nh in a nexthop in rt6_do_redirectDavid Ahern2019-06-101-1/+19
| | * | | | | ipv6: Handle all fib6_nh in a nexthop in __ip6_route_redirectDavid Ahern2019-06-101-4/+35
| | * | | | | ipv6: Handle all fib6_nh in a nexthop in exception handlingDavid Ahern2019-06-101-3/+108
| | * | | | | ipv6: Handle all fib6_nh in a nexthop in fib6_info_uses_devDavid Ahern2019-06-101-0/+18
| | * | | | | ipv6: Handle all fib6_nh in a nexthop in rt6_nlmsg_sizeDavid Ahern2019-06-101-12/+37
| | * | | | | ipv6: Handle all fib6_nh in a nexthop in __find_rr_leafDavid Ahern2019-06-101-2/+47
| | * | | | | ipv6: Handle all fib6_nh in a nexthop in rt6_device_matchDavid Ahern2019-06-101-2/+52
| | * | | | | ipv6: Handle all fib6_nh in a nexthop in fib6_drop_pcpu_fromDavid Ahern2019-06-101-4/+27
| | * | | | | ipv6: tcp: send consistent autoflowlabel in TIME_WAIT stateEric Dumazet2019-06-101-3/+10
| | * | | | | ipv6: tcp: fix potential NULL deref in tcp_v6_send_reset()Eric Dumazet2019-06-101-1/+1
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-0745-241/+63Star
| | |\ \ \ \ \
| | * | | | | | 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
| * | | | | | | 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/+9Star
| * | | | | | | 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-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
| |\ \ \ \ \ \
| * | | | | | | 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