summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6: kerneldoc fixesAndrew Lunn2020-07-134-7/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-115-4/+10
|\
| * 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-07-081-0/+26
|\ \
| * | netfilter: introduce support for reject at prerouting stageLaura Garcia Liebana2020-06-301-0/+26
* | | Replace HTTP links with HTTPS ones: IPv*Alexander A. Klimov2020-07-061-1/+1
* | | ipv6/ping: set skb->mark on icmpv6 socketsWillem de Bruijn2020-07-031-0/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-2516-26/+90
|\|
| * 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
* | | net: ipv6: Use struct_size() helper and kcalloc()Gustavo A. R. Silva2020-06-232-3/+2
* | | udp: move gro declarations to net/udp.hEric Dumazet2020-06-231-3/+1
* | | net: move tcp gro declarations to net/tcp.hEric Dumazet2020-06-231-3/+1
* | | ipv6: fib6: avoid indirect calls from fib6_rule_lookupBrian Vazquez2020-06-233-8/+12
* | | tcp: remove indirect calls for icsk->icsk_af_ops->send_checkEric Dumazet2020-06-201-0/+7
* | | ipv6: icmp6: avoid indirect call for icmpv6_send()Eric Dumazet2020-06-192-7/+8
|/ /
* | 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