summaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
Commit message (Expand)AuthorAgeFilesLines
* udp: Remove unused variable/function (exact_dif)Tim Beale2019-06-151-11/+0
* udp: Remove unused parameter (exact_dif)Tim Beale2019-06-151-7/+6
* 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/+63
|\
| * 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/+45
| |\ \ | | |/ | |/|
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3045-234/+45
* | | 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/+3
* | | ipv6: use this_cpu_read() in rt6_get_pcpu_route()Eric Dumazet2019-06-041-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-031-3/+1
* | | 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/+2
| |\ \ \
| | * | | netfilter: nft_fib: Fix existence check supportPhil Sutter2019-05-211-14/+2
| * | | | 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/+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