summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-2224-102/+35Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-222-11/+13
| |\
| | * ipv6: Default fib6_type to RTN_UNICAST when not setDavid Ahern2019-06-191-1/+1
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-06-191-10/+12
| | |\
| | | * netfilter: ipv6: nf_defrag: accept duplicate fragments againGuillaume Nault2019-06-071-3/+7
| | | * netfilter: ipv6: nf_defrag: fix leakage of unqueued fragmentsGuillaume Nault2019-06-041-7/+5Star
| * | | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-2122-91/+22Star
| |\ \ \ | | |/ / | |/| |
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1922-91/+22Star
* | | | inet: fix various use-after-free in defrags unitsEric Dumazet2019-06-192-4/+16
* | | | ipv6: Stop sending in-kernel notifications for each nexthopIdo Schimmel2019-06-181-12/+17
* | | | ipv6: Add IPv6 multipath notification for route deleteIdo Schimmel2019-06-181-0/+6
* | | | ipv6: Add IPv6 multipath notifications for add / replaceIdo Schimmel2019-06-181-0/+15
* | | | ipv6: Extend notifier info for multipath routesIdo Schimmel2019-06-181-0/+17
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-188-35/+27Star
|\| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-185-14/+24
| |\ \ \ | | |/ / | |/| |
| | * | vrf: Increment Icmp6InMsgs on the original netdevStephen Suryaputra2019-06-122-8/+13
| | * | net: correct udp zerocopy refcnt also when zerocopy only on appendWillem de Bruijn2019-06-111-1/+1
| | * | ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet2019-06-091-3/+4
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-071-2/+6
| | |\ \
| | | * | bpf: fix unconnected udp hooksDaniel Borkmann2019-06-071-0/+4
| | | * | bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau2019-06-031-1/+1
| | | * | bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_errMartin KaFai Lau2019-06-031-1/+1
| * | | | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-083-21/+3Star
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner2019-06-051-4/+1Star
| | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-051-4/+1Star
| | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 343Thomas Gleixner2019-06-051-13/+1Star
* | | | | 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
|\| | | |
| * | | | 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