summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-223-30/+140
|\
| * bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song2020-07-211-1/+6
| * udp6: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki2020-07-171-9/+51
| * udp6: Extract helper for selecting socket from reuseport groupJakub Sitnicki2020-07-171-11/+26
| * inet6: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki2020-07-171-0/+35
| * inet6: Extract helper for selecting socket from reuseport groupJakub Sitnicki2020-07-171-9/+22
* | net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-196-229/+51
* | net/ipv6: factor out mcast join/leave setsockopt helpersChristoph Hellwig2020-07-191-50/+53
* | net/ipv6: factor out MCAST_MSFILTER setsockopt helpersChristoph Hellwig2020-07-191-76/+83
* | net/ipv6: factor out MCAST_MSFILTER getsockopt helpersChristoph Hellwig2020-07-191-65/+74
* | netfilter: remove the compat argument to xt_copy_counters_from_userChristoph Hellwig2020-07-191-2/+1
* | netfilter: remove the compat_{get,set} methodsChristoph Hellwig2020-07-191-3/+2
* | netfilter/ip6_tables: clean up compat {get, set}sockopt handlingChristoph Hellwig2020-07-191-66/+21
* | net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2020-07-193-16/+2
|/
* 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