summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-174-13/+16
|\
| * ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet2022-02-171-9/+10
| * ipv6: per-netns exclusive flowlabel checksWillem de Bruijn2022-02-161-1/+3
| * ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()Ignat Korchagin2022-02-142-3/+3
* | ipv6/addrconf: ensure addrconf_verify_rtnl() has completedEric Dumazet2022-02-171-1/+1
* | net: ping6: support setting basic SOL_IPV6 options via cmsgJakub Kicinski2022-02-172-5/+17
* | ipv6: blackhole_netdev needs snmp6 countersIdo Schimmel2022-02-141-9/+9
* | ipv6: Add reasons for skb drops to __udp6_lib_rcvDavid Ahern2022-02-141-2/+9
* | Generate netlink notification when default IPv6 route preference changesKalash Nainwal2022-02-141-1/+5
* | ipv6: add (struct uncached_list)->quarantine listEric Dumazet2022-02-111-3/+14
* | ipv6: give an IPv6 dev to blackhole_netdevEric Dumazet2022-02-112-59/+40
* | ipv6: get rid of net->ipv6.rt6_stats->fib_rt_uncacheEric Dumazet2022-02-112-5/+0
* | ipv6: Reject routes configurations that specify dsfield (tos)Guillaume Nault2022-02-111-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-101-0/+2
|\|
| * ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathEric Dumazet2022-02-081-0/+2
* | net: ping6: support setting socket options via cmsgJakub Kicinski2022-02-101-4/+9
* | net: ping6: support packet timestampingJakub Kicinski2022-02-101-0/+1
* | net: ping6: remove a pr_debug() statementJakub Kicinski2022-02-101-2/+0
* | tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.Sebastian Andrzej Siewior2022-02-091-4/+1
* | ip6_tunnel: fix possible NULL deref in ip6_tnl_xmitEric Dumazet2022-02-091-1/+4
* | ip6mr: introduce ip6mr_net_exit_batch()Eric Dumazet2022-02-081-5/+15
* | ipv6: change fib6_rules_net_exit() to batch modeEric Dumazet2022-02-081-3/+8
* | ipv6/addrconf: switch to per netns inet6_addr_lst hash tableEric Dumazet2022-02-081-54/+23
* | ipv6/addrconf: use one delayed work per netnsEric Dumazet2022-02-081-20/+24
* | ipv6/addrconf: allocate a per netns hash tableEric Dumazet2022-02-081-0/+20
* | ipv6: Define dscp_t and stop taking ECN bits into account in fib6-rulesGuillaume Nault2022-02-071-6/+13
* | ip6mr: fix use-after-free in ip6mr_sk_done()Eric Dumazet2022-02-072-3/+7
* | ip6mr: ip6mr_sk_done() can exit early in common casesEric Dumazet2022-02-051-0/+3
* | ipv6: make mc_forwarding atomicEric Dumazet2022-02-053-7/+7
* | ipv6: ioam: Insertion frequency in lwtunnel outputJustin Iurman2022-02-041-2/+57
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-033-7/+0
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2022-01-273-7/+0
| |\
| | * netfilter: Remove flowtable relicsGeert Uytterhoeven2022-01-273-7/+0
* | | ipv6: partially inline ipv6_fixup_optionsPavel Begunkov2022-01-271-4/+4
* | | ipv6: optimise dst refcounting on cork initPavel Begunkov2022-01-272-5/+11
* | | udp6: don't make extra copies of iflowPavel Begunkov2022-01-271-43/+42
* | | udp6: pass flow in ip6_make_skb together with corkPavel Begunkov2022-01-272-12/+12
* | | ipv6: pass full cork into __ip6_append_data()Pavel Begunkov2022-01-271-3/+4
* | | ipv6: don't zero inet_cork_full::fl after usePavel Begunkov2022-01-272-9/+2
* | | ipv6: clean up cork setup/releasePavel Begunkov2022-01-271-23/+21
* | | ipv6: remove daddr temp buffer in __ip6_make_skbPavel Begunkov2022-01-271-4/+3
* | | udp6: shuffle up->pending AF_INET bitsPavel Begunkov2022-01-271-3/+2
* | | ipv6: optimise dst refcounting on skb initPavel Begunkov2022-01-271-1/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-271-7/+20
|\| |
| * | Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"Guillaume Nault2022-01-271-7/+20
| |/
* | tcp: allocate tcp_death_row outside of struct netns_ipv4Eric Dumazet2022-01-261-1/+2
* | ipv6: gro: flush instead of assuming different flows on hop_limit mismatchJakub Kicinski2022-01-251-2/+3
* | ipv6: do not use per netns icmp socketsEric Dumazet2022-01-251-52/+10
* | tcp/dccp: get rid of inet_twsk_purge()Eric Dumazet2022-01-251-6/+0
* | ip6_tunnel: allow routing IPv4 traffic in NBMA modeQing Deng2022-01-251-0/+5
|/