index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
ip6_output.c
Age
Commit message (
Expand
)
Author
2025-09-18
ipv6: make ipv6_pinfo.daddr_cache a boolean
Eric Dumazet
2025-09-18
ipv6: make ipv6_pinfo.saddr_cache a boolean
Eric Dumazet
2025-08-29
ipv6: use RCU in ip6_output()
Eric Dumazet
2025-08-29
ipv6: use RCU in ip6_xmit()
Eric Dumazet
2025-07-25
ipv6: add `force_forwarding` sysctl to enable per-interface forwarding
Gabriel Goller
2025-07-17
neighbour: Split pneigh_lookup().
Kuniyuki Iwashima
2025-07-08
net: splice: Drop unused @gfp
Michal Luczaj
2025-07-02
ipv6: adopt skb_dst_dev() and skb_dst_dev_net[_rcu]() helpers
Eric Dumazet
2025-07-02
ipv6: adopt dst_dev() helper
Eric Dumazet
2025-05-13
net: devmem: Implement TX path
Mina Almasry
2025-04-11
net: Retire DCCP socket.
Kuniyuki Iwashima
2025-03-10
ipv6: save dontfrag in cork
Willem de Bruijn
2025-03-10
ipv6: remove leftover ip6 cookie initializer
Willem de Bruijn
2024-12-17
inetpeer: do not get a refcount in inet_getpeer()
Eric Dumazet
2024-12-17
inetpeer: remove create argument of inet_getpeer_v[46]()
Eric Dumazet
2024-12-16
sock: support SO_PRIORITY cmsg
Anna Emese Nyiri
2024-12-04
inet: add indirect call wrapper for getfrag() calls
Eric Dumazet
2024-10-09
ipv6: Remove redundant unlikely()
Tobias Klauser
2024-10-04
net_tstamp: add SCM_TS_OPT_ID for RAW sockets
Vadim Fedorenko
2024-10-04
net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control message
Vadim Fedorenko
2024-08-21
ipv6: prevent possible UAF in ip6_xmit()
Eric Dumazet
2024-08-21
ipv6: fix possible UAF in ip6_finish_output2()
Eric Dumazet
2024-08-21
ipv6: prevent UAF in ip6_send_skb()
Eric Dumazet
2024-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-07-14
ipv6: fix source address selection with route leak
Nicolas Dichtel
2024-05-23
net: Add additional bit to support clockid_t timestamp type
Abhishek Chauhan
2024-05-23
net: Rename mono_delivery_time to tstamp_type for scalabilty
Abhishek Chauhan
2024-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-05-08
ipv6: prevent NULL dereference in ip6_output()
Eric Dumazet
2024-05-08
ipv6: Fix potential uninit-value access in __ip6_make_skb()
Shigeru Yoshida
2024-04-29
ipv6: introduce dst_rt6_info() helper
Eric Dumazet
2024-03-18
Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"
Abhishek Chauhan
2024-03-05
net: Re-use and set mono_delivery_time bit for userspace tstamp packets
Abhishek Chauhan
2024-03-01
ipv6: annotate data-races around devconf->disable_policy
Eric Dumazet
2024-03-01
ipv6: annotate data-races around devconf->proxy_ndp
Eric Dumazet
2024-03-01
ipv6: annotate data-races around cnf.forwarding
Eric Dumazet
2024-03-01
ipv6: annotate data-races around cnf.disable_ipv6
Eric Dumazet
2024-02-15
net-timestamp: make sk_tskey more predictable in error path
Vadim Fedorenko
2023-10-25
ipv6: avoid atomic fragment on GSO packets
Yan Zhai
2023-10-25
ipv6: refactor ip6_finish_output for GSO handling
Yan Zhai
2023-10-25
ipv6: drop feature RTAX_FEATURE_ALLFRAG
Yan Zhai
2023-10-23
ipv6: rename and move ip6_dst_lookup_tunnel()
Beniamino Galvani
2023-10-20
net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.
Heng Guo
2023-10-13
net: fix IPSTATS_MIB_OUTFORWDATAGRAMS increment after fragment check
Heng Guo
2023-10-01
net: implement lockless SO_PRIORITY
Eric Dumazet
2023-09-19
ipv6: lockless IPV6_ADDR_PREFERENCES implementation
Eric Dumazet
2023-09-15
ipv6: lockless IPV6_MTU_DISCOVER implementation
Eric Dumazet
2023-09-15
ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementation
Eric Dumazet
2023-09-15
ipv6: lockless IPV6_DONTFRAG implementation
Eric Dumazet
2023-09-15
ipv6: lockless IPV6_AUTOFLOWLABEL implementation
Eric Dumazet
[next]