summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12 days1-2/+2
|\
| * ipv6: prevent NULL dereference in ip6_output()Eric Dumazet13 days1-1/+1
| * ipv6: Fix potential uninit-value access in __ip6_make_skb()Shigeru Yoshida13 days1-1/+1
* | ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-291-9/+9
|/
* Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"Abhishek Chauhan2024-03-181-1/+1
* net: Re-use and set mono_delivery_time bit for userspace tstamp packetsAbhishek Chauhan2024-03-051-1/+1
* ipv6: annotate data-races around devconf->disable_policyEric Dumazet2024-03-011-2/+2
* ipv6: annotate data-races around devconf->proxy_ndpEric Dumazet2024-03-011-1/+1
* ipv6: annotate data-races around cnf.forwardingEric Dumazet2024-03-011-1/+1
* ipv6: annotate data-races around cnf.disable_ipv6Eric Dumazet2024-03-011-1/+1
* net-timestamp: make sk_tskey more predictable in error pathVadim Fedorenko2024-02-151-5/+8
* 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
|\