summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* 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-211-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-071-0/+5
* net: shrink struct ubuf_infoPavel Begunkov2022-09-281-1/+1
* net: unify alloclen calculation for paged requestsPavel Begunkov2022-08-301-4/+1
* ipv6: do not use RT_TOS for IPv6 flowlabelMatthias May2022-08-091-2/+1
* ipv6/udp: support externally provided ubufsPavel Begunkov2022-07-191-13/+31
* ipv6: avoid partial copy for zcPavel Begunkov2022-07-181-1/+6
* ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen2022-06-081-3/+3
* ipv6: Add hop-by-hop header to jumbograms in ip6_outputCoco Li2022-05-161-2/+20
* ipv6: refactor ip6_finish_output2()Pavel Begunkov2022-04-301-11/+13
* ipv6: help __ip6_finish_output() inliningPavel Begunkov2022-04-301-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-151-1/+1
|\
| * ipv6: fix panic when forwarding a pkt with no in6 devNicolas Dichtel2022-04-111-1/+1
* | net: ip: add skb drop reasons to ip forwardingMenglong Dong2022-04-131-3/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-171-2/+2
|\
| * net: ipv6: fix skb_over_panic in __ip6_append_dataTadeusz Struk2022-03-111-2/+2
* | net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern2022-03-151-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-4/+7
|\|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-02-251-4/+7
| |\
| | * xfrm: fix MTU regressionJiri Bohac2022-01-241-4/+7
* | | net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau2022-03-031-1/+1
* | | net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv)...Martin KaFai Lau2022-03-031-2/+3
* | | net: ip: add skb drop reasons for ip egress pathMenglong Dong2022-02-261-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-241-1/+1
|\| |
| * | net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet2022-02-181-1/+1
| |/
* | net: ping6: support setting basic SOL_IPV6 options via cmsgJakub Kicinski2022-02-171-0/+1
* | ipv6: optimise dst refcounting on cork initPavel Begunkov2022-01-271-4/+9
* | udp6: pass flow in ip6_make_skb together with corkPavel Begunkov2022-01-271-11/+9
* | ipv6: pass full cork into __ip6_append_data()Pavel Begunkov2022-01-271-3/+4
* | ipv6: don't zero inet_cork_full::fl after usePavel Begunkov2022-01-271-1/+0
* | ipv6: clean up cork setup/releasePavel Begunkov2022-01-271-23/+21
* | ipv6: remove daddr temp buffer in __ip6_make_skbPavel Begunkov2022-01-271-4/+3
* | ipv6: optimise dst refcounting on skb initPavel Begunkov2022-01-271-1/+10
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-261-1/+1
|\
| * ipv6: fix typos in __ip6_finish_output()Eric Dumazet2021-11-221-1/+1
* | net: remove sk_route_nocapsEric Dumazet2021-11-161-1/+1
|/
* ipv6: When forwarding count rx stats on the orig netdevStephen Suryaputra2021-10-151-1/+2
* ipv6: use skb_expand_head in ip6_xmitVasily Averin2021-08-031-16/+11
* ipv6: use skb_expand_head in ip6_finish_output2Vasily Averin2021-08-031-35/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-311-2/+3
|\
| * ipv6: decrease hop limit counter in ip6_forward()Kangmin Park2021-07-231-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-231-1/+1
|\|
| * ipv6: ip6_finish_output2: set sk into newly allocated nskbVasily Averin2021-07-201-1/+1
* | net: ipv6: introduce ip6_dst_mtu_maybe_forwardVadim Fedorenko2021-07-211-1/+1
|/
* ipv6: allocate enough headroom in ip6_finish_output2()Vasily Averin2021-07-121-0/+28