index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
/
dpaa2
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-17
net: add READ_ONCE()/WRITE_ONCE() annotations for dev->num_tc
Eric Dumazet
1
-5
/
+7
2026-07-30
net: ethernet: remove conditional return with no effect
Sang-Heon Jeon
1
-5
/
+1
2026-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-0
/
+2
2026-07-21
dpaa2-eth: put MAC endpoint device on disconnect
Guangshuo Li
1
-0
/
+1
2026-07-21
dpaa2-switch: put MAC endpoint device on disconnect
Guangshuo Li
1
-0
/
+1
2026-07-01
dpaa2-switch: add support for imprecise source port
Ioana Ciornei
2
-2
/
+16
2026-07-01
dpaa2-switch: trap all link local reserved addresses to the CPU
Ioana Ciornei
1
-7
/
+6
2026-07-01
dpaa2-switch: offload port objects on an upper bond device
Ioana Ciornei
1
-28
/
+41
2026-07-01
dpaa2-switch: offload FDBs added on an upper bond device
Ioana Ciornei
2
-26
/
+225
2026-07-01
dpaa2-switch: add support for LAG offload
Ioana Ciornei
2
-12
/
+476
2026-07-01
dpaa2-switch: add LAG configuration API
Ioana Ciornei
3
-1
/
+107
2026-07-01
dpaa2-switch: consolidate unicast and multicast management
Ioana Ciornei
1
-12
/
+27
2026-07-01
dpaa2-switch: add dpaa2_switch_port_to_bridge_port() helper
Ioana Ciornei
1
-3
/
+20
2026-07-01
dpaa2-switch: check early if an FDB entry should be added
Ioana Ciornei
1
-4
/
+3
2026-07-01
dpaa2-switch: create a separate dpaa2_switch_port_fdb_event() function
Ioana Ciornei
1
-7
/
+21
2026-07-01
dpaa2-switch: extend the FDB management to cover bond scenarios
Ioana Ciornei
1
-10
/
+25
2026-07-01
dpaa2-switch: avoid holding rtnl_lock in dpaa2_switch_event_work()
Ioana Ciornei
1
-2
/
+8
2026-07-01
dpaa2-switch: remove unnecessary dev_mc_add/dev_mc_del calls
Ioana Ciornei
1
-48
/
+2
2026-06-21
dpaa2-switch: do not accept VLAN uppers while bridged
Ioana Ciornei
1
-0
/
+8
2026-06-18
dpaa2-switch: fix VLAN upper check not rejecting bridge join
Ioana Ciornei
1
-1
/
+1
2026-06-13
dpaa2-switch: unify the FDB update logic in dpaa2_switch_port_set_fdb()
Ioana Ciornei
1
-31
/
+19
2026-06-13
dpaa2-switch: move FDB selection for leave path into a helper
Ioana Ciornei
1
-18
/
+30
2026-06-13
dpaa2-switch: move FDB selection for join path into a helper
Ioana Ciornei
1
-25
/
+35
2026-06-13
dpaa2-switch: factor out the FDB in-use check into a helper
Ioana Ciornei
1
-13
/
+18
2026-06-13
dpaa2-switch: change dpaa2_switch_port_set_fdb() function prototype
Ioana Ciornei
1
-16
/
+13
2026-06-02
dpaa2-switch: fix handling of NAPI on the remove path
Ioana Ciornei
1
-5
/
+10
2026-06-02
dpaa2-switch: support VLAN flag changes on existing VIDs
Ioana Ciornei
1
-42
/
+58
2026-06-02
dpaa2-switch: remove duplicated check for the maximum number of VLANs
Ioana Ciornei
1
-10
/
+0
2026-06-02
dpaa2-switch: fix the error path in dpaa2_switch_rx()
Ioana Ciornei
1
-11
/
+12
2026-06-02
dpaa2-switch: rework FDB management on the bridge leave path
Ioana Ciornei
1
-7
/
+24
2026-05-25
eth: dpaa2: constify dpaa2_ethtool_stats and dpaa2_ethtool_extras
Len Bao
1
-2
/
+2
2026-04-06
dpaa2: avoid linking objects into multiple modules
Arnd Bergmann
2
-4
/
+21
2026-03-26
net: dpaa2-mac: export standard statistics
Ioana Ciornei
4
-2
/
+338
2026-03-26
net: dpaa2-mac: retrieve MAC statistics in one firmware command
Ioana Ciornei
2
-40
/
+171
2026-03-26
net: dpaa2-mac: extend APIs related to statistics
Ioana Ciornei
3
-4
/
+132
2026-03-14
dpaa2: add independent dependencies for FSL_DPAA2_SWITCH
Cai Xinchen
1
-0
/
+4
2026-02-28
dpaa2-switch: Fix interrupt storm after receiving bad if_id in IRQ handler
Guenter Roeck
1
-1
/
+2
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-0
/
+7
2026-02-26
dpaa2-switch: validate num_ifs to prevent out-of-bounds write
Junrui Luo
1
-0
/
+7
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2
-3
/
+2
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-4
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
4
-10
/
+10
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
4
-22
/
+21
2026-01-29
dpaa2-switch: add bounds check for if_id in IRQ handler
Junrui Luo
1
-0
/
+4
2026-01-29
dpaa2-switch: prevent ZERO_SIZE_PTR dereference when num_ifs is zero
Junrui Luo
1
-0
/
+6
2025-12-01
net: dpaa2: convert to use .get_rx_ring_count
Breno Leitao
1
-3
/
+8
2025-10-17
dpaa2-eth: fix the pointer passed to PTR_ALIGN on Tx path
Ioana Ciornei
1
-2
/
+1
2025-09-22
net: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-1
/
+1
2025-09-11
dpaa2-switch: fix buffer pool seeding for control traffic
Ioana Ciornei
1
-1
/
+1
2025-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-6
/
+24
[next]