summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
* | | net: ipv6: Get rcv timestamp if needed when handling hop-by-hop IOAM optionMartin KaFai Lau2022-03-031-10/+9
* | | net: ipv6: Handle delivery_time in ipv6 defragMartin KaFai Lau2022-03-032-0/+2
* | | net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau2022-03-031-1/+1
* | | net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv)...Martin KaFai Lau2022-03-033-5/+7
* | | net: ip: add skb drop reasons for ip egress pathMenglong Dong2022-02-261-3/+3
* | | net/tcp: Merge TCP-MD5 inbound callbacksDmitry Safonov2022-02-241-58/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-243-1/+5
|\| |
| * | ipv6: prevent a possible race condition with lifetimesNiels Dossche2022-02-241-0/+2
| * | gso: do not skip outer ip header in case of ipip and net_failoverTao Liu2022-02-211-0/+2
| * | net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet2022-02-181-1/+1
* | | ipv6: tcp: consistently use MAX_TCP_HEADEREric Dumazet2022-02-221-3/+2
* | | ipv6: separate ndisc_ns_create() from ndisc_send_ns()Hangbin Liu2022-02-211-17/+32
* | | net: tcp: use kfree_skb_reason() for tcp_v{4,6}_do_rcv()Menglong Dong2022-02-201-1/+4
* | | net: tcp: add skb drop reasons to tcp_add_backlog()Menglong Dong2022-02-201-1/+1
* | | net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash()Menglong Dong2022-02-201-3/+8
* | | net: tcp: use kfree_skb_reason() for tcp_v6_rcv()Menglong Dong2022-02-201-4/+17
* | | net: ip6mr: add support for passing full packet on wrong mifMobashshera Rasool2022-02-191-4/+14
* | | net: Add new protocol attribute to IP addressesJacques de Laval2022-02-181-6/+21
* | | ipv6: annotate some data-races around sk->sk_protEric Dumazet2022-02-182-8/+22
* | | 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
|\| |