summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* tcp: make sure treq->af_specific is initializedEric Dumazet2022-04-251-1/+2
* ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye2022-04-251-3/+4
* ip6_gre: Make o_seqno start from 0 in native modePeilin Ye2022-04-251-6/+5
* netfilter: Update ip6_route_me_harder to consider L3 domainMartin Willi2022-04-251-2/+8
* ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet2022-04-151-5/+6
* ip6_gre: Fix skb_under_panic in __gre6_xmit()Peilin Ye2022-04-151-3/+6
* ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit()Peilin Ye2022-04-151-2/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-04-151-3/+2
|\
| * esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca2022-04-131-3/+2
* | ipv6: fix panic when forwarding a pkt with no in6 devNicolas Dichtel2022-04-111-1/+1
* | net: ipv6mr: fix unused variable warning with CONFIG_IPV6_PIMSM_V2=nFlorian Westphal2022-04-061-1/+1
* | ipv6: Fix stats accounting in ip6_pkt_dropDavid Ahern2022-04-051-1/+1
|/
* netfilter: nft_fib: add reduce supportFlorian Westphal2022-03-201-0/+2
* netfilter: nf_tables: do not reduce read-only expressionsPablo Neira Ayuso2022-03-202-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-172-4/+3
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2022-03-161-2/+1
| |\
| | * esp6: fix check on ipv6_skip_exthdr's return valueSabrina Dubroca2022-03-141-2/+1
| * | net: ipv6: fix skb_over_panic in __ip6_append_dataTadeusz Struk2022-03-111-2/+2
| |/
* | net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern2022-03-153-16/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-103-2/+25
|\|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-03-093-2/+25
| |\
| | * net: Fix esp GSO on inter address family tunnels.Steffen Klassert2022-03-071-2/+1
| | * esp: Fix BEET mode inter address family tunneling on GSOSteffen Klassert2022-03-071-0/+3
| | * esp: Fix possible buffer overflow in ESP transformationSteffen Klassert2022-03-071-0/+5
| | * xfrm: fix tunnel model fragmentation behaviorLina Wang2022-03-011-0/+16
* | | skb: make drop reason booleanableJakub Kicinski2022-03-091-4/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-034-27/+26
|\| |
| * | ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()Eric Dumazet2022-03-031-20/+12
| * | net: ipv6: ensure we call ipv6_mc_down() at most oncej.nixdorf@avm.de2022-02-281-2/+6
| |/
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-02-252-5/+8
| |\
| | * Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"Jiri Bohac2022-01-271-1/+1
| | * xfrm: fix MTU regressionJiri Bohac2022-01-241-4/+7
* | | net: Postpone skb_clear_delivery_time() until knowing the skb is delivered lo...Martin KaFai Lau2022-03-031-0/+1
* | | 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