index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: nexthop: Expose nexthop group HW stats to user space
Ido Schimmel
2024-03-08
2
-0
/
+27
*
net: nexthop: Add ability to enable / disable hardware statistics
Ido Schimmel
2024-03-08
2
-0
/
+5
*
net: nexthop: Add hardware statistics notifications
Ido Schimmel
2024-03-08
1
-0
/
+3
*
net: nexthop: Expose nexthop group stats to user space
Ido Schimmel
2024-03-08
1
-0
/
+30
*
net: nexthop: Add nexthop group entry stats
Ido Schimmel
2024-03-08
1
-0
/
+6
*
net: nexthop: Add NHA_OP_FLAGS
Petr Machata
2024-03-08
1
-0
/
+3
*
tcp: Add skb addr and sock addr to arguments of tracepoint tcp_probe.
fuyuanli
2024-03-08
1
-2
/
+8
*
net: dqs: add NIC stall detector based on BQL
Jakub Kicinski
2024-03-08
2
-0
/
+78
*
netdev: add queue stat for alloc failures
Jakub Kicinski
2024-03-08
2
-0
/
+3
*
netdev: add per-queue statistics
Jakub Kicinski
2024-03-08
3
-0
/
+76
*
net: move rps_sock_flow_table to net_hotdata
Eric Dumazet
2024-03-08
2
-5
/
+7
*
net: introduce include/net/rps.h
Eric Dumazet
2024-03-08
3
-117
/
+127
*
ipv6: move tcp_ipv6_hash_secret and udp_ipv6_hash_secret to net_hotdata
Eric Dumazet
2024-03-08
2
-0
/
+3
*
ipv6: move inet6_ehash_secret and udp6_ehash_secret into net_hotdata
Eric Dumazet
2024-03-08
2
-0
/
+3
*
inet: move inet_ehash_secret and udp_ehash_secret into net_hotdata
Eric Dumazet
2024-03-08
2
-0
/
+4
*
inet: move tcp_protocol and udp_protocol to net_hotdata
Eric Dumazet
2024-03-08
1
-0
/
+2
*
ipv6: move tcpv6_protocol and udpv6_protocol to net_hotdata
Eric Dumazet
2024-03-08
1
-0
/
+4
*
udp: move udpv4_offload and udpv6_offload to net_hotdata
Eric Dumazet
2024-03-08
1
-0
/
+2
*
net: move skbuff_cache(s) to net_hotdata
Eric Dumazet
2024-03-08
2
-1
/
+3
*
net: move dev_rx_weight to net_hotdata
Eric Dumazet
2024-03-08
2
-2
/
+1
*
net: move dev_tx_weight to net_hotdata
Eric Dumazet
2024-03-08
2
-1
/
+1
*
net: move tcpv4_offload and tcpv6_offload to net_hotdata
Eric Dumazet
2024-03-08
1
-0
/
+3
*
net: move ip_packet_offload and ipv6_packet_offload to net_hotdata
Eric Dumazet
2024-03-08
1
-0
/
+5
*
net: move netdev_max_backlog to net_hotdata
Eric Dumazet
2024-03-08
2
-1
/
+1
*
net: move ptype_all into net_hotdata
Eric Dumazet
2024-03-08
2
-1
/
+1
*
net: move netdev_tstamp_prequeue into net_hotdata
Eric Dumazet
2024-03-08
1
-0
/
+1
*
net: move netdev_budget and netdev_budget to net_hotdata
Eric Dumazet
2024-03-08
1
-0
/
+2
*
net: introduce struct net_hotdata
Eric Dumazet
2024-03-08
3
-4
/
+17
*
Merge tag 'rxrpc-iothread-20240305' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
2024-03-08
1
-91
/
+107
|
\
|
*
rxrpc: Use ktimes for call timeout tracking and set the timer lazily
David Howells
2024-03-06
1
-81
/
+93
|
*
rxrpc: Differentiate PING ACK transmission traces.
David Howells
2024-03-06
1
-0
/
+2
|
*
rxrpc: Fix the names of the fields in the ACK trailer struct
David Howells
2024-02-29
1
-1
/
+1
|
*
rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomics
David Howells
2024-02-29
1
-7
/
+5
|
*
rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit trace
David Howells
2024-02-29
1
-3
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-03-07
12
-74
/
+79
|
\
\
|
*
\
Merge tag 'net-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2024-03-07
5
-34
/
+37
|
|
\
\
|
|
*
|
dpll: move all dpll<>netdev helpers to dpll code
Jakub Kicinski
2024-03-06
2
-17
/
+13
|
|
*
|
Merge tag 'mlx5-fixes-2024-03-01' of git://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
2024-03-05
1
-1
/
+3
|
|
|
\
\
|
|
|
*
|
net/mlx5: Check capability for fw_reset
Moshe Shemesh
2024-03-02
1
-1
/
+3
|
|
*
|
|
tracing/net_sched: Fix tracepoints that save qdisc_dev() as a string
Steven Rostedt (Google)
2024-03-04
1
-10
/
+10
|
|
|
/
/
|
|
*
|
net: bql: fix building with BQL disabled
Arnd Bergmann
2024-03-01
2
-6
/
+11
|
*
|
|
Merge tag 'vfs-6.8-release.fixes' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-03-06
1
-16
/
+0
|
|
\
\
\
|
|
*
|
|
iov_iter: get rid of 'copy_mc' flag
Linus Torvalds
2024-03-06
1
-16
/
+0
|
*
|
|
|
Merge tag 'hyperv-fixes-signed-20240303' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2024-03-05
1
-1
/
+21
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
Drivers: hv: vmbus: Calculate ring buffer size for more efficient use of memory
Michael Kelley
2024-03-01
1
-1
/
+21
|
*
|
|
|
block: define bvec_iter as __packed __aligned(4)
Ming Lei
2024-03-02
1
-1
/
+1
|
*
|
|
|
Merge tag 'sound-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2024-03-01
2
-2
/
+4
|
|
\
\
\
\
|
|
*
\
\
\
Merge tag 'asoc-fix-v6.8-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...
Takashi Iwai
2024-02-29
1
-0
/
+2
|
|
|
\
\
\
\
|
|
|
*
|
|
|
ASoC: soc-card: Fix missing locking in snd_soc_card_get_kcontrol()
Richard Fitzgerald
2024-02-23
1
-0
/
+2
|
|
*
|
|
|
|
ALSA: pcm: clarify and fix default msbits value for all formats
Jaroslav Kysela
2024-02-23
1
-2
/
+2
|
|
|
/
/
/
/
[next]