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
/
freescale
/
dpaa2
Age
Commit message (
Expand
)
Author
Lines
2026-02-28
dpaa2-switch: Fix interrupt storm after receiving bad if_id in IRQ handler
Guenter Roeck
-1
/
+2
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-0
/
+7
2026-02-26
dpaa2-switch: validate num_ifs to prevent out-of-bounds write
Junrui Luo
-0
/
+7
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-3
/
+2
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
-10
/
+10
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-22
/
+21
2026-01-29
dpaa2-switch: add bounds check for if_id in IRQ handler
Junrui Luo
-0
/
+4
2026-01-29
dpaa2-switch: prevent ZERO_SIZE_PTR dereference when num_ifs is zero
Junrui Luo
-0
/
+6
2025-12-01
net: dpaa2: convert to use .get_rx_ring_count
Breno Leitao
-3
/
+8
2025-10-17
dpaa2-eth: fix the pointer passed to PTR_ALIGN on Tx path
Ioana Ciornei
-2
/
+1
2025-09-22
net: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
-1
/
+1
2025-09-11
dpaa2-switch: fix buffer pool seeding for control traffic
Ioana Ciornei
-1
/
+1
2025-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-6
/
+24
2025-07-18
dpaa2-switch: Fix device reference count leak in MAC endpoint handling
Ma Ke
-3
/
+12
2025-07-18
dpaa2-eth: Fix device reference count leak in MAC endpoint handling
Ma Ke
-3
/
+12
2025-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-2
/
+24
2025-06-27
dpaa2-eth: fix xdp_rxq_info leak
Fushuai Wang
-2
/
+24
2025-06-24
net: xsk: dpaa2: avoid repeatedly updating the global consumer
Jason Xing
-2
/
+0
2025-06-18
eth: dpaa2: migrate to new RXFH callbacks
Jakub Kicinski
-12
/
+24
2025-05-09
net: dpaa2-eth: add ndo_hwtstamp_get() implementation
Vladimir Oltean
-0
/
+16
2025-05-09
net: dpaa2-eth: convert to ndo_hwtstamp_set()
Vladimir Oltean
-15
/
+10
2024-12-10
rtnetlink: add ndo_fdb_dump_context
Eric Dumazet
-1
/
+2
2024-10-31
net: freescale: use ethtool string helpers
Rosen Penev
-22
/
+13
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
-1
/
+2
2024-08-20
dpaa2-switch: Fix error checking in dpaa2_switch_seed_bp()
Dan Carpenter
-3
/
+4
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
-1
/
+1
2024-05-22
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
-2
/
+2
2024-05-20
Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...
Linus Torvalds
-1
/
+1
2024-05-08
xsk: use generic DMA sync shortcut instead of a custom one
Alexander Lobakin
-1
/
+1
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
-2
/
+2
2024-04-22
dpaa2-switch: flower: validate control flags
Asbjørn Sloth Tønnesen
-0
/
+6
2024-04-02
net/dpaa2: Avoid explicit cpumask var allocation on stack
Dawei Li
-5
/
+9
2023-12-23
dpaa2-switch: cleanup the egress flood of an unused FDB
Ioana Ciornei
-0
/
+6
2023-12-23
dpaa2-switch: move a check to the prechangeupper stage
Ioana Ciornei
-15
/
+16
2023-12-23
dpaa2-switch: reorganize the [pre]changeupper events
Ioana Ciornei
-25
/
+52
2023-12-23
dpaa2-switch: do not clear any interrupts automatically
Ioana Ciornei
-2
/
+2
2023-12-23
dpaa2-switch: add ENDPOINT_CHANGED to the irq_mask
Ioana Ciornei
-1
/
+1
2023-12-23
dpaa2-switch: print an error when the vlan is already configured
Ioana Ciornei
-2
/
+4
2023-12-23
dpaa2-switch: declare the netdev as IFF_LIVE_ADDR_CHANGE capable
Ioana Ciornei
-0
/
+1
2023-12-23
dpaa2-switch: set interface MAC address only on endpoint change
Ioana Ciornei
-3
/
+2
2023-12-13
dpaa2-switch: do not ask for MDB, VLAN and FDB replay
Ioana Ciornei
-9
/
+2
2023-12-13
dpaa2-switch: fix size of the dma_unmap
Ioana Ciornei
-3
/
+4
2023-11-26
dpaa2-eth: recycle the RX buffer only after all processing done
Ioana Ciornei
-2
/
+6
2023-11-26
dpaa2-eth: increase the needed headroom to account for alignment
Ioana Ciornei
-5
/
+5
2023-08-07
net: dpaa2-switch: Remove redundant initialization owner in dpaa2_switch_drv
Li Zetao
-1
/
+0
2023-08-07
net: dpaa2-eth: Remove redundant initialization owner in dpaa2_eth_driver
Li Zetao
-1
/
+0
2023-08-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-0
/
+1
2023-08-03
eth: add missing xdp.h includes in drivers
Jakub Kicinski
-0
/
+1
2023-07-31
net: flow_dissector: Use 64bits for used_keys
Ratheesh Kannoth
-11
/
+11
[next]