summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_output.c
AgeCommit message (Expand)AuthorFilesLines
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-24ip6, 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-22neighbour: 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-08ipv6: avoid use-after-free in ip6_fragment()Eric Dumazet1-0/+5
2022-09-29net: shrink struct ubuf_infoPavel Begunkov1-1/+1
2022-08-30net: unify alloclen calculation for paged requestsPavel Begunkov1-4/+1
2022-08-10ipv6: do not use RT_TOS for IPv6 flowlabelMatthias May1-2/+1
2022-07-20ipv6/udp: support externally provided ubufsPavel Begunkov1-13/+31
2022-07-19ipv6: 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-16net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern1-2/+1
2022-03-12net: 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-25Merge 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-28ipv6: optimise dst refcounting on cork initPavel Begunkov1-4/+9
2022-01-28udp6: pass flow in ip6_make_skb together with corkPavel Begunkov1-11/+9
2022-01-28ipv6: pass full cork into __ip6_append_data()Pavel Begunkov1-3/+4
2022-01-28ipv6: don't zero inet_cork_full::fl after usePavel Begunkov1-1/+0
2022-01-28ipv6: clean up cork setup/releasePavel Begunkov1-23/+21
2022-01-28ipv6: remove daddr temp buffer in __ip6_make_skbPavel Begunkov1-4/+3
2022-01-28ipv6: optimise dst refcounting on skb initPavel Begunkov1-1/+10
2022-01-24xfrm: fix MTU regressionJiri Bohac1-4/+7
2021-11-27Merge 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-16ipv6: 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