index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
Files
Lines
2022-01-13
Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+2
2022-01-07
dpaa2-switch: check if the port priv is valid
Ioana Ciornei
1
-3
/
+6
2021-12-17
bus: fsl-mc: fsl-mc-allocator: Rework MSI handling
Thomas Gleixner
1
-3
/
+2
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
1
-1
/
+1
2021-08-20
net: dpaa2-switch: call dpaa2_switch_port_disconnect_mac on probe error path
Vladimir Oltean
1
-5
/
+14
2021-08-20
net: dpaa2-switch: phylink_disconnect_phy needs rtnl_lock
Vladimir Oltean
1
-0
/
+4
2021-08-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-18
/
+18
2021-08-19
net: dpaa2-switch: disable the control interface on error path
Vladimir Oltean
1
-18
/
+18
2021-08-04
dpaa2-switch: integrate the MAC endpoint support
Ioana Ciornei
1
-6
/
+98
2021-08-04
dpaa2-switch: no need to check link state right after ndo_open
Ioana Ciornei
1
-14
/
+0
2021-08-04
dpaa2-switch: do not enable the DPSW at probe time
Ioana Ciornei
1
-6
/
+0
2021-08-04
dpaa2-switch: use the port index in the IRQ handler
Ioana Ciornei
1
-16
/
+11
2021-08-04
dpaa2-switch: request all interrupts sources on the DPSW
Ioana Ciornei
1
-8
/
+6
2021-07-29
dpaa2-switch: offload shared block mirror filters when binding to a port
Ioana Ciornei
1
-0
/
+14
2021-07-29
dpaa2-switch: add support for port mirroring
Ioana Ciornei
1
-0
/
+6
2021-07-29
dpaa2-switch: rename dpaa2_switch_acl_tbl into filter_block
Ioana Ciornei
1
-63
/
+66
2021-07-23
net: bridge: switchdev: allow the TX data plane forwarding to be offloaded
Tobias Waldekranz
1
-1
/
+1
2021-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-8
/
+8
2021-07-22
dpaa2-switch: seed the buffer pool after allocating the swp
Ioana Ciornei
1
-8
/
+8
2021-07-22
net: bridge: move the switchdev object replay helpers to "push" mode
Vladimir Oltean
1
-2
/
+10
2021-07-22
net: bridge: switchdev: let drivers inform which bridge ports are offloaded
Vladimir Oltean
1
-0
/
+13
2021-07-22
net: dpaa2-switch: refactor prechangeupper sanity checks
Vladimir Oltean
1
-11
/
+26
2021-07-22
net: dpaa2-switch: use extack in dpaa2_switch_port_bridge_join
Vladimir Oltean
1
-4
/
+7
2021-06-29
net: switchdev: add a context void pointer to struct switchdev_notifier_info
Vladimir Oltean
1
-1
/
+1
2021-04-17
net: bridge: switchdev: include local flag in FDB notifications
Vladimir Oltean
1
-2
/
+2
2021-04-14
dpaa2-switch: reuse dpaa2_switch_acl_entry_add() for STP frames trap
Ioana Ciornei
1
-44
/
+7
2021-04-14
dpaa2-switch: add tc matchall filter support
Ioana Ciornei
1
-0
/
+16
2021-04-14
dpaa2-switch: add tc flower hardware offload on ingress traffic
Ioana Ciornei
1
-13
/
+248
2021-04-14
dpaa2-switch: install default STP trap rule with the highest priority
Ioana Ciornei
1
-8
/
+1
2021-04-14
dpaa2-switch: create a central dpaa2_switch_acl_tbl structure
Ioana Ciornei
1
-8
/
+36
2021-03-31
dpaa2-switch: setup learning state on STP state change
Ioana Ciornei
1
-8
/
+26
2021-03-31
dpaa2-switch: trap STP frames to the CPU
Ioana Ciornei
1
-0
/
+68
2021-03-31
dpaa2-switch: keep track of the current learning state per port
Ioana Ciornei
1
-0
/
+4
2021-03-31
dpaa2-switch: create and assign an ACL table per port
Ioana Ciornei
1
-1
/
+22
2021-03-31
dpaa2-switch: fix the translation between the bridge and dpsw STP states
Ioana Ciornei
1
-3
/
+20
2021-03-23
dpaa2-switch: mark skbs with offload_fwd_mark
Ioana Ciornei
1
-0
/
+3
2021-03-23
dpaa2-switch: add support for configuring per port unknown flooding
Ioana Ciornei
1
-3
/
+20
2021-03-23
dpaa2-switch: add support for configuring per port broadcast flooding
Ioana Ciornei
1
-2
/
+30
2021-03-23
dpaa2-switch: add support for configuring learning state per port
Ioana Ciornei
1
-0
/
+70
2021-03-23
dpaa2-switch: refactor the egress flooding domain setup
Ioana Ciornei
1
-13
/
+25
2021-03-23
dpaa2-switch: move the dpaa2_switch_fdb_set_egress_flood function
Ioana Ciornei
1
-42
/
+42
2021-03-11
staging: dpaa2-switch: move the driver out of staging
Ioana Ciornei
1
-0
/
+2901