aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
9 daysipv6: prevent NULL dereference in ip6_output()Eric Dumazet1-1/+1
10 daysipv6: 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
2022-04-13net: ip: add skb drop reasons to ip forwardingMenglong Dong1-3/+6
2022-04-11ipv6: fix panic when forwarding a pkt with no in6 devNicolas Dichtel1-1/+1
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-03-15net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern1-2/+1
2022-03-11net: ipv6: fix skb_over_panic in __ip6_append_dataTadeusz Struk1-2/+2
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+7
2022-03-03net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau1-1/+1
2022-03-03net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv)...Martin KaFai Lau1-2/+3
2022-02-26net: ip: add skb drop reasons for ip egress pathMenglong Dong1-3/+3
2022-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-4/+7
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-02-18net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet1-1/+1
2022-02-17net: ping6: support setting basic SOL_IPV6 options via cmsgJakub Kicinski1-0/+1
2022-01-27ipv6: optimise dst refcounting on cork initPavel Begunkov1-4/+9
2022-01-27udp6: pass flow in ip6_make_skb together with corkPavel Begunkov1-11/+9
2022-01-27ipv6: pass full cork into __ip6_append_data()Pavel Begunkov1-3/+4
2022-01-27ipv6: don't zero inet_cork_full::fl after usePavel Begunkov1-1/+0
2022-01-27ipv6: clean up cork setup/releasePavel Begunkov1-23/+21
2022-01-27ipv6: remove daddr temp buffer in __ip6_make_skbPavel Begunkov1-4/+3
2022-01-27ipv6: optimise dst refcounting on skb initPavel Begunkov1-1/+10
2022-01-24xfrm: fix MTU regressionJiri Bohac1-4/+7
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-11-22ipv6: fix typos in __ip6_finish_output()Eric Dumazet1-1/+1
2021-11-16net: remove sk_route_nocapsEric Dumazet1-1/+1
2021-10-15ipv6: When forwarding count rx stats on the orig netdevStephen Suryaputra1-1/+2
2021-08-03ipv6: use skb_expand_head in ip6_xmitVasily Averin1-16/+11
2021-08-03ipv6: use skb_expand_head in ip6_finish_output2Vasily Averin1-35/+16
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2021-07-23ipv6: decrease hop limit counter in ip6_forward()Kangmin Park1-2/+3
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2021-07-21net: ipv6: introduce ip6_dst_mtu_maybe_forwardVadim Fedorenko1-1/+1
2021-07-20ipv6: ip6_finish_output2: set sk into newly allocated nskbVasily Averin1-1/+1
2021-07-12ipv6: allocate enough headroom in ip6_finish_output2()Vasily Averin1-0/+28
2021-07-06ipv6: fix 'disable_policy' for fwd packetsNicolas Dichtel1-1/+3
2021-06-24ipv6: delete useless dst check in ip6_dst_lookup_tailzhang kai1-5/+3
2021-06-24net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski1-15/+17
2021-02-03net: use indirect call helpers for dst_outputBrian Vazquez1-0/+1
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+40
2021-01-09net: ipv6: Validate GSO SKB before finish IPv6 processingAya Levin1-1/+40
2021-01-07skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}Jonathan Lemon1-1/+1
2021-01-07skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon1-1/+1
2021-01-07skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abortJonathan Lemon1-2/+1
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-3/+1
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+0
2020-10-14ipv6/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers1-2/+0
2020-09-18net: ipv6: delete duplicated wordsRandy Dunlap1-1/+1
2020-08-20skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro1-1/+1
2020-07-13net: ipv6: kerneldoc fixesAndrew Lunn1-2/+4
2020-02-24net: UDP tunnel encapsulation module for tunnelling different protocols like ...Martin Varghese1-0/+70
2019-12-04net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca1-4/+4
2019-11-15netfilter: Support iif matches in POSTROUTINGPhil Sutter1-2/+2
2019-10-18net: ensure correct skb->tstamp in various fragmentersEric Dumazet1-0/+3
2019-09-27ipv6: add priority parameter to ip6_xmit()Eric Dumazet1-2/+2
2019-09-13ip: support SO_MARK cmsgWillem de Bruijn1-1/+2
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-06-26ipv6: constify rt6_nexthop()Nicolas Dichtel1-1/+1
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-06-11net: correct udp zerocopy refcnt also when zerocopy only on appendWillem de Bruijn1-1/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-06-03net: fix use-after-free in kfree_skb_listEric Dumazet1-3/+2
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-9/+17
2019-05-31bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS callsbrakmo1-9/+17
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds1-5/+1
2019-05-30net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn1-2/+2
2019-05-30net: ipv6: split skbuff into fragments transformerPablo Neira Ayuso1-76/+107
2019-05-30net: ipv6: add skbuff fraglist splitterPablo Neira Ayuso1-55/+77
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-08neighbor: Add skip_cache argument to neigh_outputDavid Ahern1-1/+1
2019-04-03ipv6: Fix dangling pointer when ipv6 fragmentJunwei Hu1-1/+3
2019-03-03net: ipv6: add socket option IPV6_ROUTER_ALERT_ISOLATEFrancesco Ruggeri1-0/+6
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-12-19sk_buff: add skb extension infrastructureFlorian Westphal1-0/+1
2018-12-15net: clear skb->tstamp in forwarding pathsEric Dumazet1-0/+1
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-21/+21
2018-12-08ip: silence udp zerocopy smatch false positiveWillem de Bruijn1-1/+2
2018-12-07ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio1-21/+21
2018-12-04net: Do not route unicast IP packets twiceIdo Schimmel1-0/+7
2018-12-03udp: elide zerocopy operation in hot pathWillem de Bruijn1-11/+11
2018-12-03udp: msg_zerocopyWillem de Bruijn1-1/+22
2018-11-24net: always initialize pagedlenWillem de Bruijn1-1/+2
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2018-09-17ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet1-4/+2
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller1-1/+1
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-07-23ip: hash fragments consistentlyPaolo Abeni1-0/+2
2018-07-07ip: unconditionally set cork gso_sizeWillem de Bruijn1-2/+1
2018-07-07ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn1-10/+8
2018-07-07ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn1-14/+10
2018-07-04net: ipv6: Hook into time based transmissionJesus Sanchez-Palencia1-3/+8
2018-06-20ip: limit use of gso_size to udpWillem de Bruijn1-1/+2
2018-06-04vrf: check the original netdevice for generating redirectStephen Suryaputra1-1/+2
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-05-17net: test tailroom before appending to linear skbWillem de Bruijn1-1/+2
2018-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-22/+0
2018-04-26udp: paged allocation with gsoWillem de Bruijn1-5/+14
2018-04-26udp: generate gso with UDP_SEGMENTWillem de Bruijn1-2/+4
2018-04-26udp: expose inet cork to udpWillem de Bruijn1-10/+10
2018-04-21net/ipv6: Make from in rt6_info rcu protectedDavid Ahern1-2/+7
2018-04-21ipv6: make ip6_dst_mtu_forward inlineFelix Fietkau1-22/+0
2018-04-17net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern1-1/+2
2018-04-17ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra1-11/+7
2018-04-05net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill1-2/+5
2018-04-04net: avoid unneeded atomic operation in ip*_append_data()Paolo Abeni1-1/+2
2018-04-04ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow()Alexey Kodanev1-3/+12
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+9
2018-04-01ipv6: factorize sk_wmem_alloc updates done by __ip6_append_data()Eric Dumazet1-5/+12
2018-03-25ipv6: the entire IPv6 header chain must fit the first fragmentPaolo Abeni1-4/+9
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-03-04net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens1-1/+1
2018-03-01ip6mr: Make mroute_sk rcu-basedYuval Mintz1-1/+1
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-01-23ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings1-1/+1
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2018-01-15ipv6: ip6_make_skb() needs to clear cork.base.dstEric Dumazet1-0/+1
2018-01-15ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney1-2/+4
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2018-01-10ipv6: fix possible mem leaks in ipv6_make_skb()Eric Dumazet1-2/+3
2018-01-08netfilter: flow table support for IPv6Pablo Neira Ayuso1-1/+2
2017-12-26ipv6: Reinject IPv6 packets if IPsec policy matches after SNATTobias Brunner1-0/+8
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+10
2017-12-21net: reevalulate autoflowlabel setting after sysctl settingShaohua Li1-2/+10
2017-11-30xfrm: Move dst->path into struct xfrm_dstDavid Miller1-2/+2
2017-10-22ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet1-2/+2
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+0
2017-07-25ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()Stefano Brivio1-4/+0
2017-07-17inet: Stop generating UFO packets.David S. Miller1-76/+0
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-06-23net: account for current skb length when deciding about UFOMichal Kubeček1-1/+1
2017-06-17ipv6: remove unnecessary dst_hold() in ip6_fragment()Wei Wang1-4/+0
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-2/+2
2017-06-10Remove the redundant skb->dev initialization in ip6_fragmentChenbo Feng1-1/+0
2017-06-09ipv6: Initial skb->dev and skb->protocol in ip6_outputChenbo Feng1-3/+3
2017-05-22ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet1-7/+8
2017-05-17ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller1-4/+3
2017-05-17ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek1-0/+4
2017-03-13ipv6: avoid write to a possibly cloned skbFlorian Westphal1-1/+6
2017-03-09udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev1-1/+1
2017-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2017-02-18ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn1-2/+4
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2017-02-14ipv6: Inhibit IPv4-mapped src address on the wire.Jonathan T. Leighton1-0/+3
2017-02-11net: rename dst_neigh_output back to neigh_outputJulian Anastasov1-1/+1
2017-02-07net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov1-0/+6
2017-02-07net: add dst_pending_confirm flag to skbuffJulian Anastasov1-0/+1
2017-01-30ipv6: Paritially checksum full MTU framesVlad Yasevich1-1/+1
2017-01-27tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira1-2/+2
2016-12-29ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li1-1/+1
2016-11-25net: ipv4, ipv6: run cgroup eBPF egress programsDaniel Mack1-0/+9