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
Age
Commit message (
Expand
)
Author
Files
Lines
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
3
-46
/
+12
2021-04-14
dpaa2-switch: add tc matchall filter support
Ioana Ciornei
3
-0
/
+79
2021-04-14
dpaa2-switch: add tc flower hardware offload on ingress traffic
Ioana Ciornei
7
-14
/
+768
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
2
-10
/
+44
2021-04-03
dpaa2-eth: export the rx copybreak value as an ethtool tunable
Ioana Ciornei
3
-2
/
+47
2021-04-03
dpaa2-eth: add rx copybreak support
Ioana Ciornei
2
-3
/
+36
2021-04-03
dpaa2-eth: rename dpaa2_eth_xdp_release_buf into dpaa2_eth_recycle_buf
Ioana Ciornei
2
-15
/
+17
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
5
-0
/
+289
2021-03-31
dpaa2-switch: keep track of the current learning state per port
Ioana Ciornei
2
-0
/
+5
2021-03-31
dpaa2-switch: create and assign an ACL table per port
Ioana Ciornei
5
-1
/
+193
2021-03-31
dpaa2-switch: fix the translation between the bridge and dpsw STP states
Ioana Ciornei
1
-3
/
+20
2021-03-26
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+0
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
2
-3
/
+21
2021-03-23
dpaa2-switch: add support for configuring per port broadcast flooding
Ioana Ciornei
2
-3
/
+31
2021-03-23
dpaa2-switch: add support for configuring learning state per port
Ioana Ciornei
4
-11
/
+121
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-18
bpf, devmap: Move drop error path to devmap for XDP_REDIRECT
Lorenzo Bianconi
1
-2
/
+0
2021-03-17
dpaa2-eth: fixup kdoc warnings
Ioana Ciornei
5
-118
/
+82
2021-03-17
dpaa2-switch: fit the function declaration on the same line
Ioana Ciornei
2
-286
/
+107
2021-03-17
dpaa2-switch: reduce the size of the if_id bitmap to 64 bits
Ioana Ciornei
2
-10
/
+12
2021-03-17
dpaa2-switch: fix kdoc warnings
Ioana Ciornei
2
-44
/
+15
2021-03-17
dpaa2-switch: remove unused ABI functions
Ioana Ciornei
3
-82
/
+1
2021-03-11
staging: dpaa2-switch: move the driver out of staging
Ioana Ciornei
8
-0
/
+5973
2021-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+12
2021-02-12
dpaa2-eth: fix memory leak in XDP_REDIRECT
Ioana Ciornei
1
-2
/
+12
2021-02-07
net: dpaa2-mac: add backplane link mode support
Russell King
2
-3
/
+6
2021-02-07
net: dpaa2-mac: add 1000BASE-X support
Russell King
1
-3
/
+17
2021-02-06
net: dpaa2: Use napi_alloc_frag_align() to avoid the memory waste
Kevin Hao
1
-2
/
+1
2021-02-06
dpaa2-eth: Simplify the calculation of variables
Jiapeng Chong
1
-1
/
+1
2021-01-16
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-9
/
+5
2021-01-14
dpaa2-mac: fix the remove path for non-MAC interfaces
Ioana Ciornei
1
-0
/
+3
2021-01-14
dpaa2-eth: add support for Rx VLAN filtering
Ionut-robert Aron
4
-0
/
+184
2021-01-10
dpaa2-mac: remove a comment regarding pause settings
Ioana Ciornei
1
-3
/
+0
2021-01-10
dpaa2-mac: remove an unnecessary check
Ioana Ciornei
1
-24
/
+19
2021-01-10
dpaa2-eth: retry the probe when the MAC is not yet discovered on the bus
Ioana Ciornei
1
-1
/
+5
2021-01-10
dpaa2-mac: export MAC counters even when in TYPE_FIXED
Ioana Ciornei
4
-53
/
+39
2021-01-10
dpaa2-mac: split up initializing the MAC object from connecting to it
Ioana Ciornei
3
-29
/
+59
2021-01-09
net, xdp: Introduce xdp_prepare_buff utility routine
Lorenzo Bianconi
1
-9
/
+5
2021-01-09
net, xdp: Introduce xdp_init_buff utility routine
Lorenzo Bianconi
1
-4
/
+4
2020-12-16
dpaa2-eth: fix the size of the mapped SGT buffer
Ioana Ciornei
1
-1
/
+1
2020-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2020-12-08
dpaa2-mac: Add a missing of_node_put after of_device_is_available
Christophe JAILLET
1
-0
/
+1
2020-12-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-1
/
+1
2020-12-01
xsk: Propagate napi_id to XDP socket Rx path
Björn Töpel
1
-1
/
+1
2020-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
[next]