summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_output.c
AgeCommit message (Expand)Author
2024-02-15net-timestamp: make sk_tskey more predictable in error pathVadim Fedorenko
2023-10-25ipv6: avoid atomic fragment on GSO packetsYan Zhai
2023-10-25ipv6: refactor ip6_finish_output for GSO handlingYan Zhai
2023-10-25ipv6: drop feature RTAX_FEATURE_ALLFRAGYan Zhai
2023-10-23ipv6: rename and move ip6_dst_lookup_tunnel()Beniamino Galvani
2023-10-20net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.Heng Guo
2023-10-13net: fix IPSTATS_MIB_OUTFORWDATAGRAMS increment after fragment checkHeng Guo
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet
2023-09-19ipv6: lockless IPV6_ADDR_PREFERENCES implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_AUTOFLOWLABEL implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MTU implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_UNICAST_HOPS implementationEric Dumazet
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet
2023-08-30net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicatedHeng Guo
2023-08-18lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet
2023-08-03udp6: Fix __ip6_append_data()'s handling of MSG_SPLICE_PAGESDavid Howells
2023-06-16ip, ip6: Fix splice to raw and ping socketsDavid Howells
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2023-05-23ip6, udp6: Support MSG_SPLICE_PAGESDavid Howells
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-03ipv6: Fix an uninit variable access bug in __ip6_make_skb()Ziyang Xuan
2023-03-21neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet
2023-03-08net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestampsVadim Fedorenko
2023-01-23ipv6: fix reachability confirmation with proxy_ndpGergely Risko
2022-12-07ipv6: avoid use-after-free in ip6_fragment()Eric Dumazet
2022-09-28net: shrink struct ubuf_infoPavel Begunkov
2022-08-30net: unify alloclen calculation for paged requestsPavel Begunkov
2022-08-09ipv6: do not use RT_TOS for IPv6 flowlabelMatthias May
2022-07-19ipv6/udp: support externally provided ubufsPavel Begunkov
2022-07-18ipv6: avoid partial copy for zcPavel Begunkov
2022-06-08ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen
2022-05-16ipv6: Add hop-by-hop header to jumbograms in ip6_outputCoco Li
2022-04-30ipv6: refactor ip6_finish_output2()Pavel Begunkov
2022-04-30ipv6: help __ip6_finish_output() inliningPavel Begunkov
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-04-13net: ip: add skb drop reasons to ip forwardingMenglong Dong
2022-04-11ipv6: fix panic when forwarding a pkt with no in6 devNicolas Dichtel
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-15net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern
2022-03-11net: ipv6: fix skb_over_panic in __ip6_append_dataTadeusz Struk
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-03net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau
2022-03-03net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv)...Martin KaFai Lau
2022-02-26net: ip: add skb drop reasons for ip egress pathMenglong Dong
2022-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller