index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
ip6_output.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipv6: Remove redundant unlikely()
Tobias Klauser
2024-10-10
1
-1
/
+1
*
net_tstamp: add SCM_TS_OPT_ID for RAW sockets
Vadim Fedorenko
2024-10-04
1
-1
/
+1
*
net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control message
Vadim Fedorenko
2024-10-04
1
-6
/
+14
*
ipv6: prevent possible UAF in ip6_xmit()
Eric Dumazet
2024-08-22
1
-0
/
+4
*
ipv6: fix possible UAF in ip6_finish_output2()
Eric Dumazet
2024-08-22
1
-0
/
+4
*
ipv6: prevent UAF in ip6_send_skb()
Eric Dumazet
2024-08-22
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-07-15
1
-0
/
+1
|
\
|
*
ipv6: fix source address selection with route leak
Nicolas Dichtel
2024-07-14
1
-0
/
+1
*
|
net: Add additional bit to support clockid_t timestamp type
Abhishek Chauhan
2024-05-23
1
-1
/
+4
*
|
net: Rename mono_delivery_time to tstamp_type for scalabilty
Abhishek Chauhan
2024-05-23
1
-3
/
+3
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-05-09
1
-2
/
+2
|
\
|
*
ipv6: prevent NULL dereference in ip6_output()
Eric Dumazet
2024-05-09
1
-1
/
+1
|
*
ipv6: Fix potential uninit-value access in __ip6_make_skb()
Shigeru Yoshida
2024-05-08
1
-1
/
+1
*
|
ipv6: introduce dst_rt6_info() helper
Eric Dumazet
2024-04-29
1
-9
/
+9
|
/
*
Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"
Abhishek Chauhan
2024-03-18
1
-1
/
+1
*
net: Re-use and set mono_delivery_time bit for userspace tstamp packets
Abhishek Chauhan
2024-03-05
1
-1
/
+1
*
ipv6: annotate data-races around devconf->disable_policy
Eric Dumazet
2024-03-01
1
-2
/
+2
*
ipv6: annotate data-races around devconf->proxy_ndp
Eric Dumazet
2024-03-01
1
-1
/
+1
*
ipv6: annotate data-races around cnf.forwarding
Eric Dumazet
2024-03-01
1
-1
/
+1
*
ipv6: annotate data-races around cnf.disable_ipv6
Eric Dumazet
2024-03-01
1
-1
/
+1
*
net-timestamp: make sk_tskey more predictable in error path
Vadim Fedorenko
2024-02-15
1
-5
/
+8
*
ipv6: avoid atomic fragment on GSO packets
Yan Zhai
2023-10-26
1
-1
/
+7
*
ipv6: refactor ip6_finish_output for GSO handling
Yan Zhai
2023-10-26
1
-7
/
+15
*
ipv6: drop feature RTAX_FEATURE_ALLFRAG
Yan Zhai
2023-10-26
1
-13
/
+2
*
ipv6: rename and move ip6_dst_lookup_tunnel()
Beniamino Galvani
2023-10-23
1
-68
/
+0
*
net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.
Heng Guo
2023-10-20
1
-2
/
+4
*
net: fix IPSTATS_MIB_OUTFORWDATAGRAMS increment after fragment check
Heng Guo
2023-10-13
1
-4
/
+2
*
net: implement lockless SO_PRIORITY
Eric Dumazet
2023-10-01
1
-1
/
+1
*
ipv6: lockless IPV6_ADDR_PREFERENCES implementation
Eric Dumazet
2023-09-19
1
-1
/
+1
*
ipv6: lockless IPV6_MTU_DISCOVER implementation
Eric Dumazet
2023-09-15
1
-2
/
+2
*
ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementation
Eric Dumazet
2023-09-15
1
-2
/
+1
*
ipv6: lockless IPV6_DONTFRAG implementation
Eric Dumazet
2023-09-15
1
-1
/
+1
*
ipv6: lockless IPV6_AUTOFLOWLABEL implementation
Eric Dumazet
2023-09-15
1
-7
/
+5
*
ipv6: lockless IPV6_MTU implementation
Eric Dumazet
2023-09-15
1
-8
/
+11
*
ipv6: lockless IPV6_UNICAST_HOPS implementation
Eric Dumazet
2023-09-15
1
-1
/
+1
*
net: annotate data-races around sk->sk_tsflags
Eric Dumazet
2023-09-01
1
-1
/
+1
*
net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicated
Heng Guo
2023-08-30
1
-1
/
+0
*
lwt: Check LWTUNNEL_XMIT_CONTINUE strictly
Yan Zhai
2023-08-18
1
-1
/
+1
*
inet: move inet->hdrincl to inet->inet_flags
Eric Dumazet
2023-08-16
1
-2
/
+3
*
udp6: Fix __ip6_append_data()'s handling of MSG_SPLICE_PAGES
David Howells
2023-08-03
1
-1
/
+10
*
ip, ip6: Fix splice to raw and ping sockets
David Howells
2023-06-16
1
-1
/
+2
*
net: move gso declarations and functions to their own files
Eric Dumazet
2023-06-10
1
-0
/
+1
*
ip6, udp6: Support MSG_SPLICE_PAGES
David Howells
2023-05-24
1
-0
/
+17
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-06
1
-1
/
+6
|
\
|
*
ipv6: Fix an uninit variable access bug in __ip6_make_skb()
Ziyang Xuan
2023-04-03
1
-1
/
+6
*
|
neighbour: switch to standard rcu, instead of rcu_bh
Eric Dumazet
2023-03-22
1
-5
/
+5
*
|
neighbour: annotate lockless accesses to n->nud_state
Eric Dumazet
2023-03-15
1
-1
/
+1
*
|
net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestamps
Vadim Fedorenko
2023-03-08
1
-1
/
+1
|
/
*
ipv6: fix reachability confirmation with proxy_ndp
Gergely Risko
2023-01-23
1
-1
/
+14
*
ipv6: avoid use-after-free in ip6_fragment()
Eric Dumazet
2022-12-08
1
-0
/
+5
[next]