summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_output.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-13net: devmem: Implement TX pathMina Almasry1-1/+2
2025-04-11net: Retire DCCP socket.Kuniyuki Iwashima1-1/+1
2025-03-10ipv6: save dontfrag in corkWillem de Bruijn1-4/+5
2025-03-10ipv6: remove leftover ip6 cookie initializerWillem de Bruijn1-2/+0
2024-12-17inetpeer: do not get a refcount in inet_getpeer()Eric Dumazet1-2/+2
2024-12-17inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet1-1/+1
2024-12-16sock: support SO_PRIORITY cmsgAnna Emese Nyiri1-1/+2
2024-12-04inet: add indirect call wrapper for getfrag() callsEric Dumazet1-5/+8
2024-10-09ipv6: Remove redundant unlikely()Tobias Klauser1-1/+1
2024-10-04net_tstamp: add SCM_TS_OPT_ID for RAW socketsVadim Fedorenko1-1/+1
2024-10-04net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control messageVadim Fedorenko1-6/+14
2024-08-21ipv6: prevent possible UAF in ip6_xmit()Eric Dumazet1-0/+4
2024-08-21ipv6: fix possible UAF in ip6_finish_output2()Eric Dumazet1-0/+4
2024-08-21ipv6: prevent UAF in ip6_send_skb()Eric Dumazet1-0/+2
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-07-14ipv6: fix source address selection with route leakNicolas Dichtel1-0/+1
2024-05-23net: Add additional bit to support clockid_t timestamp typeAbhishek Chauhan1-1/+4
2024-05-23net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan1-3/+3
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