summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| |\ \ \ \
| * \ \ \ \ 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
| |\ \ \ \ \
| * | | | | | 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
* | | | | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-042-2/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | treewide: Remove uninitialized_var() usageKees Cook2020-07-162-2/+2
| | |/ / / | |/| | |
* | | | | 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