summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2019-06-19inet: fix various use-after-free in defrags unitsEric Dumazet2-4/+16
2019-06-18ipv6: Stop sending in-kernel notifications for each nexthopIdo Schimmel1-12/+17
2019-06-18ipv6: Add IPv6 multipath notification for route deleteIdo Schimmel1-0/+6
2019-06-18ipv6: Add IPv6 multipath notifications for add / replaceIdo Schimmel1-0/+15
2019-06-18ipv6: Extend notifier info for multipath routesIdo Schimmel1-0/+17
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-35/+27
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-14/+24
2019-06-15udp: Remove unused variable/function (exact_dif)Tim Beale1-11/+0
2019-06-15udp: Remove unused parameter (exact_dif)Tim Beale1-7/+6
2019-06-15ipv4: tcp: fix ACK/RST sent with a transmit delayEric Dumazet1-1/+1
2019-06-12tcp: add optional per socket transmit delayEric Dumazet1-0/+1
2019-06-12vrf: Increment Icmp6InMsgs on the original netdevStephen Suryaputra2-8/+13
2019-06-11net: correct udp zerocopy refcnt also when zerocopy only on appendWillem de Bruijn1-1/+1
2019-06-10ipv6: Allow routes to use nexthop objectsDavid Ahern1-8/+81
2019-06-10ipv6: Handle all fib6_nh in a nexthop in mtu updatesDavid Ahern1-1/+28
2019-06-10ipv6: Handle all fib6_nh in a nexthop in rt6_do_redirectDavid Ahern1-1/+19
2019-06-10ipv6: Handle all fib6_nh in a nexthop in __ip6_route_redirectDavid Ahern1-4/+35
2019-06-10ipv6: Handle all fib6_nh in a nexthop in exception handlingDavid Ahern1-3/+108
2019-06-10ipv6: Handle all fib6_nh in a nexthop in fib6_info_uses_devDavid Ahern1-0/+18
2019-06-10ipv6: Handle all fib6_nh in a nexthop in rt6_nlmsg_sizeDavid Ahern1-12/+37
2019-06-10ipv6: Handle all fib6_nh in a nexthop in __find_rr_leafDavid Ahern1-2/+47
2019-06-10ipv6: Handle all fib6_nh in a nexthop in rt6_device_matchDavid Ahern1-2/+52
2019-06-10ipv6: Handle all fib6_nh in a nexthop in fib6_drop_pcpu_fromDavid Ahern1-4/+27
2019-06-10ipv6: tcp: send consistent autoflowlabel in TIME_WAIT stateEric Dumazet1-3/+10
2019-06-10ipv6: tcp: fix potential NULL deref in tcp_v6_send_reset()Eric Dumazet1-1/+1
2019-06-09ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet1-3/+4
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-21/+3
2019-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+6
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller45-241/+63
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-7/+18
2019-06-07bpf: fix unconnected udp hooksDaniel Borkmann1-0/+4
2019-06-06ipv6: fix spelling mistake: "wtih" -> "with"Colin Ian King1-1/+1
2019-06-06ipv6: fix EFAULT on sendto with icmpv6 and hdrinclOlivier Matz1-5/+8
2019-06-06ipv6: use READ_ONCE() for inet->hdrincl as in ipv4Olivier Matz1-2/+10
2019-06-06ipv6: tcp: send consistent flowlabel in TIME_WAIT stateEric Dumazet1-0/+2
2019-06-06ipv6: tcp: enable flowlabel reflection in some RST packetsEric Dumazet3-4/+14
2019-06-06net: ipv6: drop unneeded likely() call around IS_ERR()Enrico Weigelt2-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 343Thomas Gleixner1-13/+1
2019-06-05ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern4-28/+150
2019-06-05ipv6: Always allocate pcpu memory in a fib6_nhDavid Ahern1-6/+7
2019-06-04net: fix use-after-free in kfree_skb_listEric Dumazet2-4/+3
2019-06-04ipv6: use this_cpu_read() in rt6_get_pcpu_route()Eric Dumazet1-3/+2
2019-06-04ipv6: icmp: use this_cpu_read() in icmpv6_sk()Eric Dumazet1-2/+2
2019-06-03bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau1-1/+1
2019-06-03bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_errMartin KaFai Lau1-1/+1
2019-06-03net: use new in_dev_ifa iteratorsFlorian Westphal1-3/+1
2019-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-9/+17
2019-06-01bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS callsbrakmo1-9/+17