index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
cadence
Age
Commit message (
Expand
)
Author
8 days
net: macb: use the current queue number for stats
Paolo Valerio
10 days
net: macb: Use dev_consume_skb_any() to free TX SKBs
Kevin Hao
13 days
net: macb: Protect access to net_device::ip_ptr with RCU lock
Kevin Hao
13 days
net: macb: Move devm_{free,request}_irq() out of spin lock area
Kevin Hao
2026-03-18
net: macb: fix uninitialized rx_fs_lock
Fedor Pchelkin
2026-03-18
net: macb: fix use-after-free access to PTP clock
Fedor Pchelkin
2026-03-14
net: macb: Reinitialize tx/rx queue pointer registers and rx ring during resume
Kevin Hao
2026-03-14
net: macb: Introduce gem_init_rx_ring()
Kevin Hao
2026-03-10
net: macb: Shuffle the tx ring before enabling tx
Kevin Hao
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2026-02-11
net: macb: Fix tx/rx malfunction after phy link down and up
Kevin Hao
2026-01-20
net: macb: Replace open-coded device config retrieval with of_device_get_matc...
Kevin Hao
2026-01-17
net: macb: convert to use .get_rx_ring_count
Breno Leitao
2026-01-08
net: cadence: macb: Discard pm_runtime_put() return value
Rafael J. Wysocki
2025-12-30
net: macb: Relocate mog_init_rings() callback from macb_mac_link_up() to macb...
Xiaolei Wang
2025-10-29
net: ethernet: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
2025-10-28
net: macb: Add "mobileye,eyeq5-gem" compatible
Théo Lebrun
2025-10-28
net: macb: rename bp->sgmii_phy field to bp->phy
Théo Lebrun
2025-10-28
net: macb: add no LSO capability (MACB_CAPS_NO_LSO)
Théo Lebrun
2025-10-28
net: macb: match skb_reserve(skb, NET_IP_ALIGN) with HW alignment
Théo Lebrun
2025-10-21
net: macb: Remove duplicate linux/inetdevice.h header
Jiapeng Chong
2025-10-16
net: macb: sort #includes
Théo Lebrun
2025-10-16
net: macb: apply reverse christmas tree in macb_tx_map()
Théo Lebrun
2025-10-16
net: macb: drop `count` local variable in macb_tx_map()
Théo Lebrun
2025-10-16
net: macb: drop `entry` local variable in macb_tx_map()
Théo Lebrun
2025-10-16
net: macb: replace min() with umin() calls
Théo Lebrun
2025-10-16
net: macb: remove bp->queue_mask
Théo Lebrun
2025-10-16
net: macb: introduce DMA descriptor helpers (is 64bit? is PTP?)
Théo Lebrun
2025-10-16
net: macb: move bp->hw_dma_cap flags to bp->caps
Théo Lebrun
2025-10-16
net: macb: simplify macb_adj_dma_desc_idx()
Théo Lebrun
2025-10-16
net: macb: simplify macb_dma_desc_get_size()
Théo Lebrun
2025-10-16
net: macb: drop macb_config NULL checking
Théo Lebrun
2025-10-16
net: macb: Remove local variables clk_init and init in macb_probe()
Théo Lebrun
2025-10-16
net: macb: remove gap in MACB_CAPS_* flags
Théo Lebrun
2025-10-16
net: macb: use BIT() macro for capability definitions
Théo Lebrun
2025-10-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2025-09-26
net: macb: avoid dealing with endianness in macb_set_hwaddr()
Théo Lebrun
2025-09-26
net: macb: single dma_alloc_coherent() for DMA descriptors
Théo Lebrun
2025-09-26
net: macb: move ring size computation to functions
Théo Lebrun
2025-09-26
net: macb: remove illusion about TBQPH/RBQPH being per-queue
Théo Lebrun
2025-09-17
net: cadence: macb: Add support for Raspberry Pi RP1 ethernet controller
Dave Stevenson
2025-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-09-02
net: macb: Validate the value of base_time properly
Chandra Mohan Sundar
2025-09-01
net: macb: Fix tx_ptr_lock locking
Sean Anderson
2025-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-08-28
net: macb: Disable clocks once
Neil Mandir
2025-08-26
net: macb: Fix offset error in gem_update_stats
Sean Anderson
2025-08-21
net: macb: fix unregister_netdev call order in macb_remove()
luoguangfei
[next]