aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv6/ip6_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-05-08ipv6: prevent NULL dereference in ip6_output()Eric Dumazet1-1/+1
2024-05-08ipv6: Fix potential uninit-value access in __ip6_make_skb()Shigeru Yoshida1-1/+1
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet1-9/+9
2024-03-18Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"Abhishek Chauhan1-1/+1
2024-03-05net: Re-use and set mono_delivery_time bit for userspace tstamp packetsAbhishek Chauhan1-1/+1
2024-03-01ipv6: annotate data-races around devconf->disable_policyEric Dumazet1-2/+2
2024-03-01ipv6: annotate data-races around devconf->proxy_ndpEric Dumazet1-1/+1
2024-03-01ipv6: annotate data-races around cnf.forwardingEric Dumazet1-1/+1
2024-03-01ipv6: annotate data-races around cnf.disable_ipv6Eric Dumazet1-1/+1
2024-02-15net-timestamp: make sk_tskey more predictable in error pathVadim Fedorenko1-5/+8
2023-10-25ipv6: avoid atomic fragment on GSO packetsYan Zhai1-1/+7
2023-10-25ipv6: refactor ip6_finish_output for GSO handlingYan Zhai1-7/+15
2023-10-25ipv6: drop feature RTAX_FEATURE_ALLFRAGYan Zhai1-13/+2
2023-10-23ipv6: rename and move ip6_dst_lookup_tunnel()Beniamino Galvani1-68/+0
2023-10-20net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.Heng Guo1-2/+4
2023-10-13net: fix IPSTATS_MIB_OUTFORWDATAGRAMS increment after fragment checkHeng Guo1-4/+2
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet1-1/+1
2023-09-19ipv6: lockless IPV6_ADDR_PREFERENCES implementationEric Dumazet1-1/+1
2023-09-15ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet1-2/+2
2023-09-15ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementationEric Dumazet1-2/+1
2023-09-15ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet1-1/+1
2023-09-15ipv6: lockless IPV6_AUTOFLOWLABEL implementationEric Dumazet1-7/+5
2023-09-15ipv6: lockless IPV6_MTU implementationEric Dumazet1-8/+11
2023-09-15ipv6: lockless IPV6_UNICAST_HOPS implementationEric Dumazet1-1/+1
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet1-1/+1
2023-08-30net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicatedHeng Guo1-1/+0
2023-08-18lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai1-1/+1
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet1-2/+3
2023-08-03udp6: Fix __ip6_append_data()'s handling of MSG_SPLICE_PAGESDavid Howells1-1/+10
2023-06-16ip, ip6: Fix splice to raw and ping socketsDavid Howells1-1/+2
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet1-0/+1
2023-05-23ip6, udp6: Support MSG_SPLICE_PAGESDavid Howells1-0/+17
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2023-04-03ipv6: Fix an uninit variable access bug in __ip6_make_skb()Ziyang Xuan1-1/+6
2023-03-21neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet1-5/+5
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet1-1/+1
2023-03-08net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestampsVadim Fedorenko1-1/+1
2023-01-23ipv6: fix reachability confirmation with proxy_ndpGergely Risko1-1/+14
2022-12-07ipv6: avoid use-after-free in ip6_fragment()Eric Dumazet1-0/+5
2022-09-28net: shrink struct ubuf_infoPavel Begunkov1-1/+1
2022-08-30net: unify alloclen calculation for paged requestsPavel Begunkov1-4/+1
2022-08-09ipv6: do not use RT_TOS for IPv6 flowlabelMatthias May1-2/+1
2022-07-19ipv6/udp: support externally provided ubufsPavel Begunkov1-13/+31
2022-07-18ipv6: avoid partial copy for zcPavel Begunkov1-1/+6
2022-06-08ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen1-3/+3
2022-05-16ipv6: Add hop-by-hop header to jumbograms in ip6_outputCoco Li1-2/+20
2022-04-30ipv6: refactor ip6_finish_output2()Pavel Begunkov1-11/+13
2022-04-30ipv6: help __ip6_finish_output() inliningPavel Begunkov1-1/+0
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+1