summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Remove redundant unlikely()Tobias Klauser2024-10-101-1/+1
* net_tstamp: add SCM_TS_OPT_ID for RAW socketsVadim Fedorenko2024-10-041-1/+1
* net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control messageVadim Fedorenko2024-10-041-6/+14
* ipv6: prevent possible UAF in ip6_xmit()Eric Dumazet2024-08-221-0/+4
* ipv6: fix possible UAF in ip6_finish_output2()Eric Dumazet2024-08-221-0/+4
* ipv6: prevent UAF in ip6_send_skb()Eric Dumazet2024-08-221-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-151-0/+1
|\
| * ipv6: fix source address selection with route leakNicolas Dichtel2024-07-141-0/+1
* | net: Add additional bit to support clockid_t timestamp typeAbhishek Chauhan2024-05-231-1/+4
* | net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan2024-05-231-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-091-2/+2
|\
| * ipv6: prevent NULL dereference in ip6_output()Eric Dumazet2024-05-091-1/+1
| * ipv6: Fix potential uninit-value access in __ip6_make_skb()Shigeru Yoshida2024-05-081-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-261-1/+7
* ipv6: refactor ip6_finish_output for GSO handlingYan Zhai2023-10-261-7/+15
* ipv6: drop feature RTAX_FEATURE_ALLFRAGYan Zhai2023-10-261-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-241-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-221-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-081-0/+5