summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-07-311-3/+10
|\
| * xfrm: esp6: fix the location of the transport header with encapsulationSabrina Dubroca2020-07-281-0/+1
| * xfrm: esp6: fix encapsulation header offset computationSabrina Dubroca2020-07-071-3/+9
* | ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang2020-07-302-5/+13
* | ipv6: Fix nexthop refcnt leak when creating ipv6 route infoXiyu Yang2020-07-281-4/+4
* | net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin2020-07-211-1/+1
* | udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima2020-07-211-6/+9
* | ip6_gre: fix null-ptr-deref in ip6gre_init_net()Wei Yongjun2020-07-131-5/+6
* | ipv6: Fix use of anycast address with loopbackDavid Ahern2020-07-071-1/+1
* | ipv6: fib6_select_path can not use out path for nexthop objectsDavid Ahern2020-07-061-1/+4
* | ip: Fix SO_MARK in RST, ACK and ICMP packetsWillem de Bruijn2020-07-011-2/+2
* | net: sit: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld2020-06-301-0/+1
* | net: vti: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld2020-06-301-0/+1
* | net: ipip: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld2020-06-301-0/+1
* | netfilter: ip6tables: Add a .pre_exit hook in all ip6table_foo.c.David Wilder2020-06-255-6/+44
* | netfilter: ip6tables: Split ip6t_unregister_table() into pre_exit and exit he...David Wilder2020-06-251-1/+14
* | netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill2020-06-255-0/+5
|/
* net: Add MODULE_DESCRIPTION entries to network modulesRob Gill2020-06-203-0/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-06-191-16/+18
|\
| * esp, ah: modernize the crypto algorithm selectionsEric Biggers2020-06-151-2/+16
| * esp, ah: consolidate the crypto algorithm selectionsEric Biggers2020-06-151-14/+2
* | ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()Taehee Yoo2020-06-181-3/+6
* | mld: fix memory leak in ipv6_mc_destroy_dev()Wang Hai2020-06-151-0/+1
* | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-142-25/+25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-074-11/+15
|\ \
| * | seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsAhmed Abdelsalam2020-06-044-11/+15
| |/
* | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-1/+1
|\ \ | |/ |/|
| * proc: proc_pid_ns takes super_block as an argumentAlexey Gladkov2020-05-191-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-0328-771/+1581
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-06-011-1/+1
| |\ \
| | * | net: Make locking in sock_bindtoindex optionalFerenc Fejes2020-06-011-1/+1
| * | | crypto/chtls: IPv6 support for inline TLSVinay Kumar Yadav2020-06-011-0/+1
| * | | ipv6: fix IPV6_ADDRFORM operation logicHangbin Liu2020-06-011-6/+7
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-12/+25
| |\ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-05-2911-160/+580
| |\ \ \
| | * | | xfrm: remove output_finish indirection from xfrm_state_afinfoFlorian Westphal2020-05-062-33/+2
| | * | | xfrm: remove extract_output indirection from xfrm_state_afinfoFlorian Westphal2020-05-062-59/+0
| | * | | xfrm: place xfrm6_local_dontfrag in xfrm.hFlorian Westphal2020-05-061-19/+2
| | * | | xfrm: expose local_rxpmtu via ipv6_stubsFlorian Westphal2020-05-062-1/+2
| | * | | xfrm: state: remove extract_input indirection from xfrm_state_afinfoFlorian Westphal2020-05-063-30/+16
| | * | | xfrm: add IPv6 support for espintcpSabrina Dubroca2020-04-283-1/+200
| | * | | xfrm: add support for UDPv6 encapsulation of ESPSabrina Dubroca2020-04-288-36/+375
| * | | | ipv6: add ip6_sock_set_addr_preferencesChristoph Hellwig2020-05-281-58/+1
| * | | | ipv6: add ip6_sock_set_v6onlyChristoph Hellwig2020-05-281-4/+1
| * | | | net: add sock_bindtoindexChristoph Hellwig2020-05-281-3/+1
| * | | | tcp: ipv6: support RFC 6069 (TCP-LD)Eric Dumazet2020-05-281-0/+9
| * | | | tcp: allow traceroute -Mtcp for unpriv usersEric Dumazet2020-05-251-0/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-242-3/+4
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-221-3/+6
| |\ \ \ \ \
| | * | | | | bpf: Add get{peer, sock}name attach types for sock_addrDaniel Borkmann2020-05-191-3/+6