summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2020-07-14net: ipv6: kerneldoc fixesAndrew Lunn4-7/+13
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-4/+10
2020-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+26
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-06Replace HTTP links with HTTPS ones: IPv*Alexander A. Klimov1-1/+1
2020-07-04ipv6/ping: set skb->mark on icmpv6 socketsWillem de Bruijn1-0/+1
2020-07-02ip: 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-30netfilter: introduce support for reject at prerouting stageLaura Garcia Liebana1-0/+26
2020-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller16-26/+90
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 he...David Wilder1-1/+14
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill5-0/+5
2020-06-24net: ipv6: Use struct_size() helper and kcalloc()Gustavo A. R. Silva2-3/+2
2020-06-24udp: move gro declarations to net/udp.hEric Dumazet1-3/+1
2020-06-24net: move tcp gro declarations to net/tcp.hEric Dumazet1-3/+1
2020-06-24ipv6: fib6: avoid indirect calls from fib6_rule_lookupBrian Vazquez3-8/+12
2020-06-21net: Add MODULE_DESCRIPTION entries to network modulesRob Gill3-0/+3
2020-06-21tcp: remove indirect calls for icsk->icsk_af_ops->send_checkEric Dumazet1-0/+7
2020-06-19ipv6: icmp6: avoid indirect call for icmpv6_send()Eric Dumazet2-7/+8
2020-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-16/+18
2020-06-19ip6_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-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-25/+25
2020-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-11/+15
2020-06-05seg6: 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/eb...Linus Torvalds1-1/+1
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds28-771/+1581
2020-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2020-06-02crypto/chtls: IPv6 support for inline TLSVinay Kumar Yadav1-0/+1
2020-06-02ipv6: fix IPV6_ADDRFORM operation logicHangbin Liu1-6/+7
2020-06-02net: 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...Linus Torvalds2-6/+5
2020-06-01Merge 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/klasse...David S. Miller1-12/+25
2020-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David 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-26tcp: 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-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+6
2020-05-23ip6_tunnel: add generic MPLS receive supportVadim Fedorenko1-0/+59
2020-05-23tunnel6: support for IPPROTO_MPLSVadim Fedorenko1-4/+83