index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
cavium
Age
Commit message (
Expand
)
Author
Lines
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-4
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-7
/
+7
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-19
/
+16
2026-01-29
net: liquidio: Fix off-by-one error in VF setup_nic_devices() cleanup
Zilin Guan
-2
/
+2
2026-01-29
net: liquidio: Fix off-by-one error in PF setup_nic_devices() cleanup
Zilin Guan
-2
/
+3
2026-01-29
net: liquidio: Initialize netdev pointer before queue setup
Zilin Guan
-17
/
+17
2025-11-27
net: thunder: convert to use .get_rx_ring_count
Breno Leitao
-13
/
+3
2025-11-04
net: thunderx: convert to use ndo_hwtstamp callbacks
Vadim Fedorenko
-20
/
+25
2025-11-04
net: octeon: mgmt: convert to use ndo_hwtstamp callbacks
Vadim Fedorenko
-30
/
+32
2025-11-04
net: liquidio_vf: convert to use ndo_hwtstamp callbacks
Vadim Fedorenko
-29
/
+19
2025-11-04
net: liquidio: convert to use ndo_hwtstamp callbacks
Vadim Fedorenko
-30
/
+20
2025-09-22
net: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
-7
/
+11
2025-09-18
net: liquidio: fix overflow in octeon_init_instr_queue()
Alexey Nepomnyashih
-1
/
+1
2025-09-03
net: thunder_bgx: decrement cleanup index before use
Rosen Penev
-1
/
+1
2025-09-03
net: thunder_bgx: add a missing of_node_put
Rosen Penev
-7
/
+11
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-70
/
+19
2025-07-29
Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-1
/
+1
2025-07-25
net: Fix typos
Bjorn Helgaas
-3
/
+3
2025-07-14
net: thunderx: Fix format-truncation warning in bgx_acpi_match_id()
Alok Tiwari
-2
/
+2
2025-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-9
/
+3
2025-07-09
net: thunderx: avoid direct MTU assignment after WRITE_ONCE()
Alok Tiwari
-9
/
+3
2025-07-01
time/timecounter: Fix the lie that struct cyclecounter is const
Greg Kroah-Hartman
-1
/
+1
2025-06-18
eth: thunder: migrate to new RXFH callbacks
Jakub Kicinski
-23
/
+14
2025-06-17
net: liquidio: Remove unused validate_cn23xx_pf_config_info()
Dr. David Alan Gilbert
-42
/
+0
2025-05-09
net: thunder: make tx software timestamp independent
Jason Xing
-4
/
+4
2025-04-28
net: thunder_bgx: Don't disable PCI device manually
Philipp Stanner
-5
/
+3
2025-04-28
net: thunder_bgx: Use pure PCI devres API
Philipp Stanner
-5
/
+2
2025-04-04
lib/crc: remove CONFIG_LIBCRC32C
Eric Biggers
-1
/
+1
2025-03-13
net: cn23xx: fix typos
Janik Haag
-38
/
+38
2025-02-04
cavium/liquidio: Remove unused lio_get_device_id
Dr. David Alan Gilbert
-23
/
+0
2024-11-26
Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-4
/
+3
2024-11-07
ethernet: cavium: Replace deprecated PCI functions
Philipp Stanner
-4
/
+3
2024-10-09
net: liquidio: Remove unused cn23xx_dump_pf_initialized_regs
Dr. David Alan Gilbert
-171
/
+0
2024-10-04
net: ethernet: Switch back to struct platform_driver::remove()
Uwe Kleine-König
-1
/
+1
2024-09-09
net: thunderx: Remove setting of RX software timestamp
Gal Pressman
-2
/
+0
2024-09-09
liquidio: Remove setting of RX software timestamp
Gal Pressman
-9
/
+7
2024-08-27
net: liquidio: Remove unused declarations
Yue Haibing
-15
/
+0
2024-08-27
net: thunderx: Remove unused declarations
Yue Haibing
-4
/
+0
2024-08-15
net: thunder_bgx: Fix netdev structure allocation
Marc Zyngier
-9
/
+21
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
-2
/
+2
2024-06-27
net: thunderx: Unembed netdev structure
Breno Leitao
-6
/
+15
2024-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-6
/
+5
2024-06-07
liquidio: Adjust a NULL pointer handling path in lio_vf_rep_copy_packet
Aleksandr Mishin
-6
/
+5
2024-05-28
net: ethernet: liquidio: remove unused structs
Dr. David Alan Gilbert
-11
/
+0
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
-4
/
+4
2024-01-24
net: fill in MODULE_DESCRIPTION()s for liquidio
Breno Leitao
-0
/
+1
2024-01-12
net: liquidio: fix clang-specific W=1 build warnings
Dmitry Antipov
-3
/
+6
2023-12-13
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
-15
/
+16
2023-10-09
cavium/liquidio: replace deprecated strncpy with strscpy
Justin Stitt
-5
/
+6
[next]