summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2020-07-24icmp6: support rfc 4884Willem de Bruijn
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-24net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig
2020-07-24net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig
2020-07-24net/ipv6: switch do_ipv6_setsockopt to sockptr_tChristoph Hellwig
2020-07-24net/ipv6: factor out a ipv6_set_opt_hdr helperChristoph Hellwig
2020-07-24net/ipv6: switch ipv6_flowlabel_opt to sockptr_tChristoph Hellwig
2020-07-24net/ipv6: split up ipv6_flowlabel_optChristoph Hellwig
2020-07-24net/ipv6: switch ip6_mroute_setsockopt to sockptr_tChristoph Hellwig
2020-07-24netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig
2020-07-24netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig
2020-07-24net/xfrm: switch xfrm_user_policy to sockptr_tChristoph Hellwig
2020-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-21bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song
2020-07-19net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig
2020-07-19net/ipv6: factor out mcast join/leave setsockopt helpersChristoph Hellwig
2020-07-19net/ipv6: factor out MCAST_MSFILTER setsockopt helpersChristoph Hellwig
2020-07-19net/ipv6: factor out MCAST_MSFILTER getsockopt helpersChristoph Hellwig
2020-07-19netfilter: remove the compat argument to xt_copy_counters_from_userChristoph Hellwig
2020-07-19netfilter: remove the compat_{get,set} methodsChristoph Hellwig
2020-07-19netfilter/ip6_tables: clean up compat {get, set}sockopt handlingChristoph Hellwig
2020-07-19net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig
2020-07-17udp6: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki
2020-07-17udp6: Extract helper for selecting socket from reuseport groupJakub Sitnicki
2020-07-17inet6: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki
2020-07-17inet6: Extract helper for selecting socket from reuseport groupJakub Sitnicki
2020-07-13net: ipv6: kerneldoc fixesAndrew Lunn
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-07-07ipv6: Fix use of anycast address with loopbackDavid Ahern
2020-07-06ipv6: fib6_select_path can not use out path for nexthop objectsDavid Ahern
2020-07-06Replace HTTP links with HTTPS ones: IPv*Alexander A. Klimov
2020-07-03ipv6/ping: set skb->mark on icmpv6 socketsWillem de Bruijn
2020-07-01ip: Fix SO_MARK in RST, ACK and ICMP packetsWillem de Bruijn
2020-06-30net: sit: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld
2020-06-30net: vti: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld
2020-06-30net: ipip: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld
2020-06-30netfilter: introduce support for reject at prerouting stageLaura Garcia Liebana
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-06-25netfilter: ip6tables: Add a .pre_exit hook in all ip6table_foo.c.David Wilder
2020-06-25netfilter: ip6tables: Split ip6t_unregister_table() into pre_exit and exit he...David Wilder
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill
2020-06-23net: ipv6: Use struct_size() helper and kcalloc()Gustavo A. R. Silva
2020-06-23udp: move gro declarations to net/udp.hEric Dumazet
2020-06-23net: move tcp gro declarations to net/tcp.hEric Dumazet
2020-06-23ipv6: fib6: avoid indirect calls from fib6_rule_lookupBrian Vazquez
2020-06-20net: Add MODULE_DESCRIPTION entries to network modulesRob Gill
2020-06-20tcp: remove indirect calls for icsk->icsk_af_ops->send_checkEric Dumazet
2020-06-19ipv6: icmp6: avoid indirect call for icmpv6_send()Eric Dumazet
2020-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller