summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | net: ipv6: add skb drop reasons to ip6_pkt_drop()Menglong Dong2022-04-131-1/+5
| * | | | | | ipv6: exthdrs: use swap() instead of open coding itGuo Zhengkui2022-04-131-4/+1
| * | | | | | net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-124-9/+7
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller2022-04-111-0/+4
| |\ \ \ \ \ \
| | * | | | | | netfilter: nft_fib: reverse path filter for policy-based routing on iifPablo Neira Ayuso2022-04-111-0/+4
| * | | | | | | net: icmp: add skb drop reasons to icmp protocolMenglong Dong2022-04-111-9/+15
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-072-2/+2
| |\ \ \ \ \ \ \
| * | | | | | | | 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
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-05-241-2/+0
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | random32: use real rng for non-deterministic randomnessJason A. Donenfeld2022-05-181-2/+0
| | |_|_|_|_|/ | |/| | | | |
* / | | | | | Revert "tcp/dccp: get rid of inet_twsk_purge()"Eric Dumazet2022-05-131-0/+6
|/ / / / / /
* | | | | | secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau2022-05-041-2/+2
* | | | | | mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter()Eric Dumazet2022-04-301-4/+4
| |_|_|_|/ |/| | | |
* | | | | 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