summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_output.c
AgeCommit message (Expand)Author
2026-06-21ipv6: account for fraggap on the paged allocation pathWongi Lee
2026-06-05ipv6: remove obsolete EXPORT_SYMBOL() and EXPORT_SYMBOL_GPL()Eric Dumazet
2026-05-06ipv6: fix potential UAF caused by ip6_forward_proxy_check()Eric Dumazet
2026-05-05xfrm: esp: avoid in-place decrypt on shared skb fragsKuan-Ting Chen
2026-04-01ipv6: move ip6_dst_hoplimit() to net/ipv6/ip6_output.cEric Dumazet
2026-03-29ipv6: prepare headers for ipv6_stub removalFernando Fernandez Mancera
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-06net/ipv6: Drop HBH for BIG TCP on TX sideAlice Mikityanska
2026-02-02ipv6: colocate inet6_cork in inet_cork_fullEric Dumazet
2026-02-02ipv6: use dst6_mtu() instead of dst_mtu()Eric Dumazet
2026-02-02ipv6: use SKB_DROP_REASON_PKT_TOO_BIG in ip6_xmit()Eric Dumazet
2026-02-02ipv6: use __skb_push() in ip6_xmit()Eric Dumazet
2026-02-02ipv6: add some unlikely()/likely() clauses in ip6_output.cEric Dumazet
2026-02-02ipv6: pass proto by value to ipv6_push_nfrag_opts() and ipv6_push_frag_opts()Eric Dumazet
2025-09-18ipv6: make ipv6_pinfo.daddr_cache a booleanEric Dumazet
2025-09-18ipv6: make ipv6_pinfo.saddr_cache a booleanEric Dumazet
2025-08-29ipv6: use RCU in ip6_output()Eric Dumazet
2025-08-29ipv6: use RCU in ip6_xmit()Eric Dumazet
2025-07-25ipv6: add `force_forwarding` sysctl to enable per-interface forwardingGabriel Goller
2025-07-17neighbour: Split pneigh_lookup().Kuniyuki Iwashima
2025-07-08net: splice: Drop unused @gfpMichal Luczaj
2025-07-02ipv6: adopt skb_dst_dev() and skb_dst_dev_net[_rcu]() helpersEric Dumazet
2025-07-02ipv6: adopt dst_dev() helperEric Dumazet
2025-05-13net: devmem: Implement TX pathMina Almasry
2025-04-11net: Retire DCCP socket.Kuniyuki Iwashima
2025-03-10ipv6: save dontfrag in corkWillem de Bruijn
2025-03-10ipv6: remove leftover ip6 cookie initializerWillem de Bruijn
2024-12-17inetpeer: do not get a refcount in inet_getpeer()Eric Dumazet
2024-12-17inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet
2024-12-16sock: support SO_PRIORITY cmsgAnna Emese Nyiri
2024-12-04inet: add indirect call wrapper for getfrag() callsEric Dumazet
2024-10-09ipv6: Remove redundant unlikely()Tobias Klauser
2024-10-04net_tstamp: add SCM_TS_OPT_ID for RAW socketsVadim Fedorenko
2024-10-04net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control messageVadim Fedorenko
2024-08-21ipv6: prevent possible UAF in ip6_xmit()Eric Dumazet
2024-08-21ipv6: fix possible UAF in ip6_finish_output2()Eric Dumazet
2024-08-21ipv6: prevent UAF in ip6_send_skb()Eric Dumazet
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-14ipv6: fix source address selection with route leakNicolas Dichtel
2024-05-23net: Add additional bit to support clockid_t timestamp typeAbhishek Chauhan
2024-05-23net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-08ipv6: prevent NULL dereference in ip6_output()Eric Dumazet
2024-05-08ipv6: Fix potential uninit-value access in __ip6_make_skb()Shigeru Yoshida
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet
2024-03-18Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"Abhishek Chauhan
2024-03-05net: Re-use and set mono_delivery_time bit for userspace tstamp packetsAbhishek Chauhan
2024-03-01ipv6: annotate data-races around devconf->disable_policyEric Dumazet
2024-03-01ipv6: annotate data-races around devconf->proxy_ndpEric Dumazet
2024-03-01ipv6: annotate data-races around cnf.forwardingEric Dumazet