aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-21net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin1-1/+1
2020-07-21udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima1-6/+9
2020-07-13ip6_gre: fix null-ptr-deref in ip6gre_init_net()Wei Yongjun1-5/+6
2020-07-07ipv6: Fix use of anycast address with loopbackDavid Ahern1-1/+1
2020-07-06ipv6: fib6_select_path can not use out path for nexthop objectsDavid Ahern1-1/+4
2020-07-01ip: Fix SO_MARK in RST, ACK and ICMP packetsWillem de Bruijn1-2/+2
2020-06-30net: sit: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld1-0/+1
2020-06-30net: vti: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld1-0/+1
2020-06-30net: ipip: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld1-0/+1
2020-06-25netfilter: ip6tables: Add a .pre_exit hook in all ip6table_foo.c.David Wilder5-6/+44
2020-06-25netfilter: ip6tables: Split ip6t_unregister_table() into pre_exit and exit helpers.David Wilder1-1/+14
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill5-0/+5
2020-06-20net: Add MODULE_DESCRIPTION entries to network modulesRob Gill3-0/+3
2020-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-16/+18
2020-06-18ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()Taehee Yoo1-3/+6
2020-06-15mld: fix memory leak in ipv6_mc_destroy_dev()Wang Hai1-0/+1
2020-06-15esp, ah: modernize the crypto algorithm selectionsEric Biggers1-2/+16
2020-06-15esp, ah: consolidate the crypto algorithm selectionsEric Biggers1-14/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-25/+25
2020-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-11/+15
2020-06-04seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsAhmed Abdelsalam4-11/+15
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds28-771/+1581
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2020-06-01crypto/chtls: IPv6 support for inline TLSVinay Kumar Yadav1-0/+1
2020-06-01ipv6: fix IPV6_ADDRFORM operation logicHangbin Liu1-6/+7
2020-06-01net: Make locking in sock_bindtoindex optionalFerenc Fejes1-1/+1
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-6/+5
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-12/+25
2020-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-12/+25
2020-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller11-160/+580
2020-05-28ipv6: add ip6_sock_set_addr_preferencesChristoph Hellwig1-58/+1
2020-05-28ipv6: add ip6_sock_set_v6onlyChristoph Hellwig1-4/+1
2020-05-28net: add sock_bindtoindexChristoph Hellwig1-3/+1
2020-05-28tcp: ipv6: support RFC 6069 (TCP-LD)Eric Dumazet1-0/+9
2020-05-25tcp: allow traceroute -Mtcp for unpriv usersEric Dumazet1-0/+2
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+4
2020-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+6
2020-05-22ip6_tunnel: add generic MPLS receive supportVadim Fedorenko1-0/+59
2020-05-22tunnel6: support for IPPROTO_MPLSVadim Fedorenko1-4/+83
2020-05-22ip6_tunnel: add MPLS transmit supportVadim Fedorenko1-2/+6
2020-05-22ip6_tunnel: simplify transmit pathVadim Fedorenko1-103/+79
2020-05-22nexthop: support for fdb ecmp nexthopsRoopa Prabhu1-0/+5
2020-05-21net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca2-2/+2
2020-05-20handle the group_source_req options directlyAl Viro1-2/+21
2020-05-20ipv6: take handling of group_source_req options into a helperAl Viro1-29/+36
2020-05-20ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directlyAl Viro1-0/+28
2020-05-20ipv6: do compat setsockopt for MCAST_MSFILTER directlyAl Viro1-1/+47
2020-05-20ip6_mc_msfilter(): pass the address list separatelyAl Viro2-4/+5
2020-05-20get rid of compat_mc_getsockopt()Al Viro1-3/+38