index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
/
dpaa2
/
dpaa2-switch.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dpaa2-switch: Fix error checking in dpaa2_switch_seed_bp()
Dan Carpenter
2024-08-21
1
-3
/
+4
*
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-05-08
1
-1
/
+1
*
dpaa2-switch: cleanup the egress flood of an unused FDB
Ioana Ciornei
2023-12-23
1
-0
/
+6
*
dpaa2-switch: move a check to the prechangeupper stage
Ioana Ciornei
2023-12-23
1
-15
/
+16
*
dpaa2-switch: reorganize the [pre]changeupper events
Ioana Ciornei
2023-12-23
1
-25
/
+52
*
dpaa2-switch: do not clear any interrupts automatically
Ioana Ciornei
2023-12-23
1
-2
/
+2
*
dpaa2-switch: add ENDPOINT_CHANGED to the irq_mask
Ioana Ciornei
2023-12-23
1
-1
/
+1
*
dpaa2-switch: print an error when the vlan is already configured
Ioana Ciornei
2023-12-23
1
-2
/
+4
*
dpaa2-switch: declare the netdev as IFF_LIVE_ADDR_CHANGE capable
Ioana Ciornei
2023-12-23
1
-0
/
+1
*
dpaa2-switch: set interface MAC address only on endpoint change
Ioana Ciornei
2023-12-23
1
-3
/
+2
*
dpaa2-switch: do not ask for MDB, VLAN and FDB replay
Ioana Ciornei
2023-12-14
1
-9
/
+2
*
net: dpaa2-switch: Remove redundant initialization owner in dpaa2_switch_drv
Li Zetao
2023-08-08
1
-1
/
+0
*
bus: fsl-mc: Make remove function return void
Uwe Kleine-König
2023-05-31
1
-3
/
+1
*
net: dpaa2-mac: move rtnl_lock() only around phylink_{,dis}connect_phy()
Vladimir Oltean
2022-12-01
1
-4
/
+0
*
net: dpaa2-switch: serialize changes to priv->mac with a mutex
Vladimir Oltean
2022-12-01
1
-3
/
+28
*
net: dpaa2-switch: assign port_priv->mac after dpaa2_mac_connect() call
Vladimir Oltean
2022-12-01
1
-9
/
+12
*
net: dpaa2-mac: absorb phylink_start() call into dpaa2_mac_start()
Vladimir Oltean
2022-12-01
1
-4
/
+1
*
net: dpaa2: Remove linux/msi.h includes
Thomas Gleixner
2022-11-15
1
-1
/
+0
*
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-09-29
1
-3
/
+2
*
dpaa2-mac: configure the SerDes phy on a protocol change
Ioana Ciornei
2022-03-14
1
-1
/
+4
*
Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-01-13
1
-3
/
+2
|
\
|
*
bus: fsl-mc: fsl-mc-allocator: Rework MSI handling
Thomas Gleixner
2021-12-16
1
-3
/
+2
*
|
dpaa2-switch: check if the port priv is valid
Ioana Ciornei
2022-01-07
1
-3
/
+6
|
/
*
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
2021-10-05
1
-1
/
+1
*
net: dpaa2-switch: call dpaa2_switch_port_disconnect_mac on probe error path
Vladimir Oltean
2021-08-20
1
-5
/
+14
*
net: dpaa2-switch: phylink_disconnect_phy needs rtnl_lock
Vladimir Oltean
2021-08-20
1
-0
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-20
1
-18
/
+18
|
\
|
*
net: dpaa2-switch: disable the control interface on error path
Vladimir Oltean
2021-08-19
1
-18
/
+18
*
|
dpaa2-switch: integrate the MAC endpoint support
Ioana Ciornei
2021-08-04
1
-6
/
+98
*
|
dpaa2-switch: no need to check link state right after ndo_open
Ioana Ciornei
2021-08-04
1
-14
/
+0
*
|
dpaa2-switch: do not enable the DPSW at probe time
Ioana Ciornei
2021-08-04
1
-6
/
+0
*
|
dpaa2-switch: use the port index in the IRQ handler
Ioana Ciornei
2021-08-04
1
-16
/
+11
*
|
dpaa2-switch: request all interrupts sources on the DPSW
Ioana Ciornei
2021-08-04
1
-8
/
+6
*
|
dpaa2-switch: offload shared block mirror filters when binding to a port
Ioana Ciornei
2021-07-29
1
-0
/
+14
*
|
dpaa2-switch: add support for port mirroring
Ioana Ciornei
2021-07-29
1
-0
/
+6
*
|
dpaa2-switch: rename dpaa2_switch_acl_tbl into filter_block
Ioana Ciornei
2021-07-29
1
-63
/
+66
*
|
net: bridge: switchdev: allow the TX data plane forwarding to be offloaded
Tobias Waldekranz
2021-07-23
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-07-23
1
-8
/
+8
|
\
|
|
*
dpaa2-switch: seed the buffer pool after allocating the swp
Ioana Ciornei
2021-07-22
1
-8
/
+8
*
|
net: bridge: move the switchdev object replay helpers to "push" mode
Vladimir Oltean
2021-07-22
1
-2
/
+10
*
|
net: bridge: switchdev: let drivers inform which bridge ports are offloaded
Vladimir Oltean
2021-07-22
1
-0
/
+13
*
|
net: dpaa2-switch: refactor prechangeupper sanity checks
Vladimir Oltean
2021-07-22
1
-11
/
+26
*
|
net: dpaa2-switch: use extack in dpaa2_switch_port_bridge_join
Vladimir Oltean
2021-07-22
1
-4
/
+7
|
/
*
net: switchdev: add a context void pointer to struct switchdev_notifier_info
Vladimir Oltean
2021-06-28
1
-1
/
+1
*
net: bridge: switchdev: include local flag in FDB notifications
Vladimir Oltean
2021-04-17
1
-2
/
+2
*
dpaa2-switch: reuse dpaa2_switch_acl_entry_add() for STP frames trap
Ioana Ciornei
2021-04-14
1
-44
/
+7
*
dpaa2-switch: add tc matchall filter support
Ioana Ciornei
2021-04-14
1
-0
/
+16
*
dpaa2-switch: add tc flower hardware offload on ingress traffic
Ioana Ciornei
2021-04-14
1
-13
/
+248
*
dpaa2-switch: install default STP trap rule with the highest priority
Ioana Ciornei
2021-04-14
1
-8
/
+1
*
dpaa2-switch: create a central dpaa2_switch_acl_tbl structure
Ioana Ciornei
2021-04-14
1
-8
/
+36
[next]