index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
ip6_output.c
Age
Commit message (
Expand
)
Author
2025-04-10
ipv6: Fix signed integer overflow in __ip6_append_data
Wang Yufen
2024-10-17
net: Add l3mdev index to flow struct and avoid oif reset for port devices
David Ahern
2024-09-04
ipv6: prevent possible UAF in ip6_xmit()
Eric Dumazet
2024-09-04
ipv6: fix possible UAF in ip6_finish_output2()
Eric Dumazet
2024-09-04
ipv6: prevent UAF in ip6_send_skb()
Eric Dumazet
2024-07-18
ipv6: prevent NULL dereference in ip6_output()
Eric Dumazet
2024-07-18
ipv6: annotate data-races around cnf.disable_ipv6
Eric Dumazet
2024-01-15
net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestamps
Vadim Fedorenko
2023-11-20
ipv6: avoid atomic fragment on GSO packets
Yan Zhai
2023-09-19
lwt: Check LWTUNNEL_XMIT_CONTINUE strictly
Yan Zhai
2023-04-13
ipv6: Fix an uninit variable access bug in __ip6_make_skb()
Ziyang Xuan
2023-02-01
ipv6: fix reachability confirmation with proxy_ndp
Gergely Risko
2022-12-14
ipv6: avoid use-after-free in ip6_fragment()
Eric Dumazet
2022-08-25
ipv6: do not use RT_TOS for IPv6 flowlabel
Matthias May
2022-04-20
ipv6: fix panic when forwarding a pkt with no in6 dev
Nicolas Dichtel
2022-03-28
net: ipv6: fix skb_over_panic in __ip6_append_data
Tadeusz Struk
2022-03-08
xfrm: fix MTU regression
Jiri Bohac
2022-03-02
net-timestamp: convert sk->sk_tskey to atomic_t
Eric Dumazet
2021-12-01
ipv6: fix typos in __ip6_finish_output()
Eric Dumazet
2021-10-15
ipv6: When forwarding count rx stats on the orig netdev
Stephen Suryaputra
2021-08-03
ipv6: use skb_expand_head in ip6_xmit
Vasily Averin
2021-08-03
ipv6: use skb_expand_head in ip6_finish_output2
Vasily Averin
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-07-23
ipv6: decrease hop limit counter in ip6_forward()
Kangmin Park
2021-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-07-21
net: ipv6: introduce ip6_dst_mtu_maybe_forward
Vadim Fedorenko
2021-07-20
ipv6: ip6_finish_output2: set sk into newly allocated nskb
Vasily Averin
2021-07-12
ipv6: allocate enough headroom in ip6_finish_output2()
Vasily Averin
2021-07-06
ipv6: fix 'disable_policy' for fwd packets
Nicolas Dichtel
2021-06-24
ipv6: delete useless dst check in ip6_dst_lookup_tail
zhang kai
2021-06-24
net: ip: avoid OOM kills with large UDP sends over loopback
Jakub Kicinski
2021-02-03
net: use indirect call helpers for dst_output
Brian Vazquez
2021-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-01-09
net: ipv6: Validate GSO SKB before finish IPv6 processing
Aya Levin
2021-01-07
skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}
Jonathan Lemon
2021-01-07
skbuff: rename sock_zerocopy_* to msg_zerocopy_*
Jonathan Lemon
2021-01-07
skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abort
Jonathan Lemon
2020-10-15
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2020-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-10-14
ipv6/icmp: l3mdev: Perform icmp error route lookup on source device routing t...
Mathieu Desnoyers
2020-09-18
net: ipv6: delete duplicated words
Randy Dunlap
2020-08-20
skb_copy_and_csum_bits(): don't bother with the last argument
Al Viro
2020-07-13
net: ipv6: kerneldoc fixes
Andrew Lunn
2020-02-24
net: UDP tunnel encapsulation module for tunnelling different protocols like ...
Martin Varghese
2019-12-04
net: ipv6: add net argument to ip6_dst_lookup_flow
Sabrina Dubroca
2019-11-15
netfilter: Support iif matches in POSTROUTING
Phil Sutter
2019-10-18
net: ensure correct skb->tstamp in various fragmenters
Eric Dumazet
2019-09-27
ipv6: add priority parameter to ip6_xmit()
Eric Dumazet
2019-09-13
ip: support SO_MARK cmsg
Willem de Bruijn
2019-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
[next]