summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-072-2/+2
|\
| * 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
* | net-core: rx_otherhost_dropped to core_statsJeffrey Ji2022-04-071-0/+1
* | ipv6: fix locking issues with loops over idev->addr_listNiels Dossche2022-04-061-6/+24
* | tcp: add accessors to read/set tp->snd_cwndEric Dumazet2022-04-061-1/+1
* | ip6_tunnel: Remove duplicate assignmentsHongbin Wang2022-04-061-2/+0
* | net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-061-1/+2
|/
* 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
* | | 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