summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)AuthorLines
2019-06-26ipv6: fix neighbour resolution with raw socketNicolas Dichtel-1/+2
2019-06-26ipv6: constify rt6_nexthop()Nicolas Dichtel-1/+1
2019-06-25net/ipv6: Fix misuse of proc_dointvec "skip_notify_on_dev_down"Eiichi Tsukata-1/+1
2019-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-11/+13
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-91/+22
2019-06-19ipv6: Default fib6_type to RTN_UNICAST when not setDavid Ahern-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-91/+22
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-10/+12
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-14/+24
2019-06-12vrf: Increment Icmp6InMsgs on the original netdevStephen Suryaputra-8/+13
2019-06-11net: correct udp zerocopy refcnt also when zerocopy only on appendWillem de Bruijn-1/+1
2019-06-09ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet-3/+4
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-21/+3
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-2/+6
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-7/+18
2019-06-07netfilter: ipv6: nf_defrag: accept duplicate fragments againGuillaume Nault-3/+7
2019-06-06bpf: fix unconnected udp hooksDaniel Borkmann-0/+4
2019-06-06ipv6: fix EFAULT on sendto with icmpv6 and hdrinclOlivier Matz-5/+8
2019-06-06ipv6: use READ_ONCE() for inet->hdrincl as in ipv4Olivier Matz-2/+10
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 343Thomas Gleixner-13/+1
2019-06-04netfilter: ipv6: nf_defrag: fix leakage of unqueued fragmentsGuillaume Nault-7/+5
2019-06-03bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau-1/+1
2019-06-03bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_errMartin KaFai Lau-1/+1
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds-234/+45
2019-05-30net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-234/+45
2019-05-25ipv6_sockglue: Fix a missing-check bug in ip6_ra_control()Gen Zhang-0/+2
2019-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-14/+2
2019-05-22ipv6: Fix redirect with VRFDavid Ahern-0/+6
2019-05-22Validate required parameters in inet6_validate_link_afMaxim Mikityanskiy-22/+35
2019-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-0/+2
2019-05-21ipv6: Consider sk_bound_dev_if when binding a raw socket to an addressMike Manning-0/+2
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-98/+19
2019-05-21netfilter: nft_fib: Fix existence check supportPhil Sutter-14/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner-94/+7
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3Thomas Gleixner-4/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+3
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+5
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+3
2019-05-19net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert-1/+1
2019-05-16ipv6: fix src addr routing with the exception tableWei Wang-24/+27
2019-05-16ipv6: prevent possible fib6 leaksEric Dumazet-3/+16
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2019-05-07vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra-1/+1
2019-05-05net: use indirect calls helpers at early demux stagePaolo Abeni-3/+6
2019-05-05net: use indirect calls helpers for L3 handler hooksPaolo Abeni-3/+10
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-48/+62
2019-05-01ipv6: A few fixes on dereferencing rt->fromMartin KaFai Lau-20/+18