summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: avoid atomic fragment on GSO packetsYan Zhai2023-10-251-1/+7
* ipv6: refactor ip6_finish_output for GSO handlingYan Zhai2023-10-251-7/+15
* ipv6: drop feature RTAX_FEATURE_ALLFRAGYan Zhai2023-10-251-13/+2
* ipv6: rename and move ip6_dst_lookup_tunnel()Beniamino Galvani2023-10-231-68/+0
* net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.Heng Guo2023-10-201-2/+4
* net: fix IPSTATS_MIB_OUTFORWDATAGRAMS increment after fragment checkHeng Guo2023-10-131-4/+2
* net: implement lockless SO_PRIORITYEric Dumazet2023-10-011-1/+1
* ipv6: lockless IPV6_ADDR_PREFERENCES implementationEric Dumazet2023-09-191-1/+1
* ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet2023-09-151-2/+2
* ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementationEric Dumazet2023-09-151-2/+1
* ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet2023-09-151-1/+1
* ipv6: lockless IPV6_AUTOFLOWLABEL implementationEric Dumazet2023-09-151-7/+5
* ipv6: lockless IPV6_MTU implementationEric Dumazet2023-09-151-8/+11
* ipv6: lockless IPV6_UNICAST_HOPS implementationEric Dumazet2023-09-151-1/+1
* net: annotate data-races around sk->sk_tsflagsEric Dumazet2023-09-011-1/+1
* net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicatedHeng Guo2023-08-301-1/+0
* lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai2023-08-181-1/+1
* inet: move inet->hdrincl to inet->inet_flagsEric Dumazet2023-08-161-2/+3
* udp6: Fix __ip6_append_data()'s handling of MSG_SPLICE_PAGESDavid Howells2023-08-031-1/+10
* ip, ip6: Fix splice to raw and ping socketsDavid Howells2023-06-161-1/+2
* net: move gso declarations and functions to their own filesEric Dumazet2023-06-101-0/+1
* ip6, udp6: Support MSG_SPLICE_PAGESDavid Howells2023-05-231-0/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-061-1/+6
|\
| * ipv6: Fix an uninit variable access bug in __ip6_make_skb()Ziyang Xuan2023-04-031-1/+6
* | neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet2023-03-211-5/+5
* | neighbour: annotate lockless accesses to n->nud_stateEric Dumazet2023-03-151-1/+1
* | net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestampsVadim Fedorenko2023-03-081-1/+1
|/
* ipv6: fix reachability confirmation with proxy_ndpGergely Risko2023-01-231-1/+14
* ipv6: avoid use-after-free in ip6_fragment()Eric Dumazet2022-12-071-0/+5
* net: shrink struct ubuf_infoPavel Begunkov2022-09-281-1/+1
* net: unify alloclen calculation for paged requestsPavel Begunkov2022-08-301-4/+1
* ipv6: do not use RT_TOS for IPv6 flowlabelMatthias May2022-08-091-2/+1
* ipv6/udp: support externally provided ubufsPavel Begunkov2022-07-191-13/+31
* ipv6: avoid partial copy for zcPavel Begunkov2022-07-181-1/+6
* ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen2022-06-081-3/+3
* ipv6: Add hop-by-hop header to jumbograms in ip6_outputCoco Li2022-05-161-2/+20
* ipv6: refactor ip6_finish_output2()Pavel Begunkov2022-04-301-11/+13
* ipv6: help __ip6_finish_output() inliningPavel Begunkov2022-04-301-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-151-1/+1
|\
| * ipv6: fix panic when forwarding a pkt with no in6 devNicolas Dichtel2022-04-111-1/+1
* | net: ip: add skb drop reasons to ip forwardingMenglong Dong2022-04-131-3/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-171-2/+2
|\
| * 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-151-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-4/+7
|\|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-02-251-4/+7
| |\
| | * xfrm: fix MTU regressionJiri Bohac2022-01-241-4/+7
* | | 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-031-2/+3
* | | net: ip: add skb drop reasons for ip egress pathMenglong Dong2022-02-261-3/+3