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