- a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 6 months ago
- d4c19c4 net/tcp: switch ->md5_parse to sockptr_t by Christoph Hellwig · 4 years, 6 months ago
- 91ac1cc net/udp: switch udp_lib_setsockopt to sockptr_t by Christoph Hellwig · 4 years, 6 months ago
- 894cfbc net/ipv6: switch do_ipv6_setsockopt to sockptr_t by Christoph Hellwig · 4 years, 6 months ago
- b84d2b7 net/ipv6: factor out a ipv6_set_opt_hdr helper by Christoph Hellwig · 4 years, 6 months ago
- 8629828 net/ipv6: switch ipv6_flowlabel_opt to sockptr_t by Christoph Hellwig · 4 years, 6 months ago
- ff6a4cf net/ipv6: split up ipv6_flowlabel_opt by Christoph Hellwig · 4 years, 6 months ago
- b43c615 net/ipv6: switch ip6_mroute_setsockopt to sockptr_t by Christoph Hellwig · 4 years, 6 months ago
- c2f1263 netfilter: switch nf_setsockopt to sockptr_t by Christoph Hellwig · 4 years, 6 months ago
- ab214d1 netfilter: switch xt_copy_counters to sockptr_t by Christoph Hellwig · 4 years, 6 months ago
- c6d1b26 net/xfrm: switch xfrm_user_policy to sockptr_t by Christoph Hellwig · 4 years, 6 months ago
- dee72f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
- 951cf36 bpf: net: Use precomputed btf_id for bpf iterators by Yonghong Song · 4 years, 6 months ago
- 3021ad5 net/ipv6: remove compat_ipv6_{get,set}sockopt by Christoph Hellwig · 4 years, 6 months ago
- fdf5bdd net/ipv6: factor out mcast join/leave setsockopt helpers by Christoph Hellwig · 4 years, 6 months ago
- ca0e65e net/ipv6: factor out MCAST_MSFILTER setsockopt helpers by Christoph Hellwig · 4 years, 6 months ago
- d5541e8 net/ipv6: factor out MCAST_MSFILTER getsockopt helpers by Christoph Hellwig · 4 years, 6 months ago
- c34bc10 netfilter: remove the compat argument to xt_copy_counters_from_user by Christoph Hellwig · 4 years, 6 months ago
- 77d4df4 netfilter: remove the compat_{get,set} methods by Christoph Hellwig · 4 years, 6 months ago
- f415e76 netfilter/ip6_tables: clean up compat {get, set}sockopt handling by Christoph Hellwig · 4 years, 6 months ago
- 8c918ff net: remove compat_sock_common_{get,set}sockopt by Christoph Hellwig · 4 years, 6 months ago
- 6d4201b udp6: Run SK_LOOKUP BPF program on socket lookup by Jakub Sitnicki · 4 years, 6 months ago
- 2a08748 udp6: Extract helper for selecting socket from reuseport group by Jakub Sitnicki · 4 years, 6 months ago
- 1122702 inet6: Run SK_LOOKUP BPF program on socket lookup by Jakub Sitnicki · 4 years, 6 months ago
- 5df6531 inet6: Extract helper for selecting socket from reuseport group by Jakub Sitnicki · 4 years, 6 months ago
- b51cd7c net: ipv6: kerneldoc fixes by Andrew Lunn · 4 years, 6 months ago
- 71930d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
- e80a07b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 4 years, 6 months ago
- aea23c32 ipv6: Fix use of anycast address with loopback by David Ahern · 4 years, 6 months ago
- 34fe5a1 ipv6: fib6_select_path can not use out path for nexthop objects by David Ahern · 4 years, 6 months ago
- 7a6498e Replace HTTP links with HTTPS ones: IPv* by Alexander A. Klimov · 4 years, 6 months ago
- cd8700e ipv6/ping: set skb->mark on icmpv6 sockets by Willem de Bruijn · 4 years, 7 months ago
- 0da7536 ip: Fix SO_MARK in RST, ACK and ICMP packets by Willem de Bruijn · 4 years, 7 months ago
- 75ea1f4 net: sit: implement header_ops->parse_protocol for AF_PACKET by Jason A. Donenfeld · 4 years, 7 months ago
- ab59d2b net: vti: implement header_ops->parse_protocol for AF_PACKET by Jason A. Donenfeld · 4 years, 7 months ago
- e53ac93 net: ipip: implement header_ops->parse_protocol for AF_PACKET by Jason A. Donenfeld · 4 years, 7 months ago
- f53b9b0 netfilter: introduce support for reject at prerouting stage by Laura Garcia Liebana · 4 years, 8 months ago
- 7bed145 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
- 5f027bc netfilter: ip6tables: Add a .pre_exit hook in all ip6table_foo.c. by David Wilder · 4 years, 7 months ago
- 57ea5f18 netfilter: ip6tables: Split ip6t_unregister_table() into pre_exit and exit helpers. by David Wilder · 4 years, 7 months ago
- 4cacc39 netfilter: Add MODULE_DESCRIPTION entries to kernel modules by Rob Gill · 4 years, 7 months ago
- 6f39345 net: ipv6: Use struct_size() helper and kcalloc() by Gustavo A. R. Silva · 4 years, 7 months ago
- 6db6932 udp: move gro declarations to net/udp.h by Eric Dumazet · 4 years, 7 months ago
- 5521d95 net: move tcp gro declarations to net/tcp.h by Eric Dumazet · 4 years, 7 months ago
- 55cced4 ipv6: fib6: avoid indirect calls from fib6_rule_lookup by Brian Vazquez · 4 years, 7 months ago
- 67c20de net: Add MODULE_DESCRIPTION entries to network modules by Rob Gill · 4 years, 7 months ago
- dd2e0b8 tcp: remove indirect calls for icsk->icsk_af_ops->send_check by Eric Dumazet · 4 years, 7 months ago
- cc7a21b ipv6: icmp6: avoid indirect call for icmpv6_send() by Eric Dumazet · 4 years, 7 months ago
- 0e5f9d5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 4 years, 7 months ago
- dafabb6 ip6_gre: fix use-after-free in ip6gre_tunnel_lookup() by Taehee Yoo · 4 years, 7 months ago
- ea2fce8 mld: fix memory leak in ipv6_mc_destroy_dev() by Wang Hai · 4 years, 7 months ago
- be01369 esp, ah: modernize the crypto algorithm selections by Eric Biggers · 4 years, 7 months ago
- 7d4e391 esp, ah: consolidate the crypto algorithm selections by Eric Biggers · 4 years, 7 months ago
- a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
- af7b480 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 7 months ago
- bb986a5 seg6: fix seg6_validate_srh() to avoid slab-out-of-bounds by Ahmed Abdelsalam · 4 years, 8 months ago
- 9ff7258 Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 8 months ago
- cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 8 months ago
- 9a25c1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 8 months ago
- 6abde0b crypto/chtls: IPv6 support for inline TLS by Vinay Kumar Yadav · 4 years, 8 months ago
- 79a1f0c ipv6: fix IPV6_ADDRFORM operation logic by Hangbin Liu · 4 years, 8 months ago
- 8ea204c net: Make locking in sock_bindtoindex optional by Ferenc Fejes · 4 years, 8 months ago
- 81e8c10 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 8 months ago
- 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
- 942110f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 4 years, 8 months ago
- f26e9b2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 4 years, 8 months ago
- 18d5ad6 ipv6: add ip6_sock_set_addr_preferences by Christoph Hellwig · 4 years, 8 months ago
- 9b11574 ipv6: add ip6_sock_set_v6only by Christoph Hellwig · 4 years, 8 months ago
- 7594888 net: add sock_bindtoindex by Christoph Hellwig · 4 years, 8 months ago
- d292456 tcp: ipv6: support RFC 6069 (TCP-LD) by Eric Dumazet · 4 years, 8 months ago
- 45af29c tcp: allow traceroute -Mtcp for unpriv users by Eric Dumazet · 4 years, 8 months ago
- 13209a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
- a152b85 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 8 months ago
- f200e98d ip6_tunnel: add generic MPLS receive support by Vadim Fedorenko · 4 years, 8 months ago
- f234efa tunnel6: support for IPPROTO_MPLS by Vadim Fedorenko · 4 years, 8 months ago
- 6c11fbf ip6_tunnel: add MPLS transmit support by Vadim Fedorenko · 4 years, 8 months ago
- e7bb18e ip6_tunnel: simplify transmit path by Vadim Fedorenko · 4 years, 8 months ago
- 38428d6 nexthop: support for fdb ecmp nexthops by Roopa Prabhu · 4 years, 8 months ago
- 41b4bd9 net: don't return invalid table id error when we fall back to PF_UNSPEC by Sabrina Dubroca · 4 years, 8 months ago
- b212c32 handle the group_source_req options directly by Al Viro · 4 years, 9 months ago
- fcfa0b0 ipv6: take handling of group_source_req options into a helper by Al Viro · 4 years, 9 months ago
- 2f984f1 ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directly by Al Viro · 4 years, 9 months ago
- 168a2cc ipv6: do compat setsockopt for MCAST_MSFILTER directly by Al Viro · 4 years, 10 months ago
- d59eb17 ip6_mc_msfilter(): pass the address list separately by Al Viro · 4 years, 10 months ago
- 0dfe658 get rid of compat_mc_getsockopt() by Al Viro · 4 years, 10 months ago
- 931ca7a ip*_mc_gsfget(): lift copyout of struct group_filter into callers by Al Viro · 4 years, 10 months ago
- e9c375f compat_ip{,v6}_setsockopt(): enumerate MCAST_... options explicitly by Al Viro · 4 years, 8 months ago
- 8e3db0b ipv6: use ->ndo_tunnel_ctl in addrconf_set_dstaddr by Christoph Hellwig · 4 years, 8 months ago
- 68ad688 ipv6: streamline addrconf_set_dstaddr by Christoph Hellwig · 4 years, 8 months ago
- f098846 ipv6: stub out even more of addrconf_set_dstaddr if SIT is disabled by Christoph Hellwig · 4 years, 8 months ago
- f60fe2d sit: impement ->ndo_tunnel_ctl by Christoph Hellwig · 4 years, 8 months ago
- fd5d687 sit: refactor ipip6_tunnel_ioctl by Christoph Hellwig · 4 years, 8 months ago
- 1b66d25 bpf: Add get{peer, sock}name attach types for sock_addr by Daniel Borkmann · 4 years, 8 months ago
- 9d78ede proc: proc_pid_ns takes super_block as an argument by Alexey Gladkov · 4 years, 8 months ago
- 3986912 ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl by Christoph Hellwig · 4 years, 8 months ago
- 7c1552da ipv6: lift copy_from_user out of ipv6_route_ioctl by Christoph Hellwig · 4 years, 8 months ago
- 9efd6a3 netns: enable to inherit devconf from current netns by Nicolas Dichtel · 4 years, 8 months ago
- b6dd5ac ipv6: Fix suspicious RCU usage warning in ip6mr by Madhuparna Bhowmik · 4 years, 8 months ago
- da07f52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
- d00f26b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 8 months ago