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
/
thunder
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-8
/
+6
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-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-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-06-18
eth: thunder: migrate to new RXFH callbacks
Jakub Kicinski
-23
/
+14
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
2024-09-09
net: thunderx: Remove setting of RX software timestamp
Gal Pressman
-2
/
+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
-1
/
+1
2024-06-27
net: thunderx: Unembed netdev structure
Breno Leitao
-6
/
+15
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
-1
/
+1
2023-12-13
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
-15
/
+16
2023-05-08
net: thunderx: Use alloc_ordered_workqueue() to create ordered workqueues
Tejun Heo
-2
/
+1
2023-03-10
net: thunderx: take into account xdp_features setting tx/rx queues
Lorenzo Bianconi
-7
/
+14
2023-02-02
drivers: net: turn on XDP features
Marek Majtyka
-0
/
+2
2022-12-06
net: thunderx: Fix missing destroy_workqueue of nicvf_rx_mode_wq
Yongqiang Liu
-1
/
+3
2022-11-24
net: thunderx: Fix the ACPI memory leak
Yu Liao
-1
/
+3
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
-2
/
+1
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
-2
/
+2
2022-07-02
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
-2
/
+2
2022-05-17
net: thunderx: remove null check after call container_of()
Haowen Bai
-3
/
+0
2022-05-01
pci_irq_vector() can't be used in atomic context any longer. This conflicts
Thomas Gleixner
-8
/
+8
2022-02-02
drivers: net: Replace acpi_bus_get_device()
Rafael J. Wysocki
-1
/
+2
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
-1
/
+2
2021-12-29
net: Add includes masked by netdevice.h including uapi/bpf.h
Jakub Kicinski
-0
/
+1
2021-12-14
net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
Hangbin Liu
-4
/
+0
2021-12-13
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
-1
/
+1
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
-2
/
+6
2021-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-3
/
+3
2021-10-19
cavium: Fix return values of the probe function
Zheyu Ma
-2
/
+2
2021-10-18
cavium: Return negative value when pci_alloc_irq_vectors() fails
Zheyu Ma
-1
/
+1
2021-10-07
eth: fwnode: remove the addr len from mac helpers
Jakub Kicinski
-1
/
+1
2021-10-07
eth: fwnode: change the return type of mac address helpers
Jakub Kicinski
-3
/
+3
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
-1
/
+1
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
-2
/
+1
2021-09-16
net: thunderx: Make use of the helper function dev_err_probe()
Cai Huoqing
-8
/
+4
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
-1
/
+3
2021-08-02
cavium: switch from 'pci_' to 'dma_' API
Christophe JAILLET
-14
/
+2
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
-1
/
+1
2021-06-24
thunderx: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
-2
/
+0
2021-05-14
net: thunderx: Drop unnecessary NULL check after container_of
Guenter Roeck
-3
/
+0
2021-04-13
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
-4
/
+1
[next]