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
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
2019-05-26
dpaa2-eth: Make constant 64-bit long
Ioana Radulescu
1
-1
/
+1
2019-05-26
dpaa2-eth: Use PTR_ERR_OR_ZERO where appropriate
Ioana Radulescu
1
-2
/
+2
2019-05-26
dpaa2-eth: Fix potential spectre issue
Ioana Radulescu
1
-0
/
+3
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-04-17
dpaa2-eth: Add flow steering support without masking
Ioana Ciocoi Radulescu
3
-32
/
+127
2019-04-17
dpaa2-eth: Update hash key composition code
Ioana Ciocoi Radulescu
2
-2
/
+30
2019-04-17
dpaa2-eth: Add a couple of macros
Ioana Ciocoi Radulescu
2
-2
/
+7
2019-04-17
dpaa2-eth: Fix Rx classification status
Ioana Ciocoi Radulescu
1
-1
/
+6
2019-03-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+10
2019-03-26
dpaa2-eth: use netif_receive_skb_list
Ioana Ciornei
2
-1
/
+8
2019-03-26
dpaa2-eth: fix race condition with bql frame accounting
Ioana Ciornei
1
-4
/
+9
2019-03-21
dpaa2-eth: Fix possible access beyond end of array
Ioana Ciocoi Radulescu
1
-1
/
+1
2019-03-06
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
1
-1
/
+6
2019-03-05
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-4
/
+5
2019-03-04
dpaa2-eth: add XDP_REDIRECT support
Ioana Radulescu
3
-14
/
+176
2019-03-04
dpaa2-eth: Add software annotation types
Ioana Radulescu
2
-22
/
+40
2019-03-01
Merge tag 'soc-fsl-next-v5.1-4' of git://git.kernel.org/pub/scm/linux/kernel/...
Arnd Bergmann
1
-1
/
+6
2019-02-26
dpaa2-eth: configure the cache stashing amount on a queue
Ioana Ciornei
1
-1
/
+6
2019-02-06
dpaa2-eth: Update buffer pool refill threshold
Ioana Ciocoi Radulescu
1
-1
/
+2
2019-02-06
dpaa2-eth: Use FQ-based DPIO enqueue API
Ioana Ciocoi Radulescu
2
-6
/
+39
2019-02-06
dpaa2-eth: Use napi_consume_skb()
Ioana Ciocoi Radulescu
1
-4
/
+4
2019-02-06
dpaa2-eth: Use a single page per Rx buffer
Ioana Ciocoi Radulescu
2
-44
/
+38
2019-01-31
Merge tag 'soc-fsl-next-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Arnd Bergmann
1
-4
/
+5
2019-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+3
2019-01-23
net: dpaa2: improve PTP Kconfig option
Yangbo Lu
1
-2
/
+3
2019-01-19
dpaa2-eth: add debugfs statistics
Ioana Radulescu
5
-1
/
+302
2019-01-19
dpaa2-eth: transform dpaa2_eth_queue_count into a macro
Ioana Ciornei
1
-6
/
+4
2019-01-18
dpaa2-eth: Fix ndo_stop routine
Ioana Ciocoi Radulescu
1
-34
/
+34
2019-01-12
soc: fsl: dpio: add a device_link at dpaa2_io_service_register
Ioana Ciornei
1
-4
/
+5
2018-12-19
dpaa2-eth: Add QBMAN related stats
Ioana Radulescu
1
-0
/
+41
2018-11-29
dpaa2-eth: Add "fall through" comments
Ioana Ciocoi Radulescu
1
-0
/
+2
2018-11-28
dpaa2-eth: Add xdp counters
Ioana Ciocoi Radulescu
3
-0
/
+10
2018-11-28
dpaa2-eth: Cleanup channel stats
Ioana Ciocoi Radulescu
3
-16
/
+7
2018-11-28
dpaa2-eth: Add support for XDP_TX
Ioana Ciocoi Radulescu
2
-1
/
+52
2018-11-28
dpaa2-eth: Map Rx buffers as bidirectional
Ioana Ciocoi Radulescu
1
-7
/
+7
2018-11-28
dpaa2-eth: Release buffers back to pool on XDP_DROP
Ioana Ciocoi Radulescu
2
-3
/
+33
2018-11-28
dpaa2-eth: Move function
Ioana Ciocoi Radulescu
1
-17
/
+17
2018-11-28
dpaa2-eth: Allow XDP header adjustments
Ioana Ciocoi Radulescu
1
-3
/
+40
2018-11-28
dpaa2-eth: Add basic XDP support
Ioana Ciocoi Radulescu
2
-1
/
+194
2018-11-17
dpaa2-eth: bql support
Ioana Ciocoi Radulescu
2
-15
/
+46
2018-11-17
dpaa2-eth: Update callback signature
Ioana Ciocoi Radulescu
2
-9
/
+6
2018-11-17
dpaa2-eth: Don't use multiple queues per channel
Ioana Ciocoi Radulescu
2
-2
/
+3
2018-11-10
dpaa2-ptp: defer probe when portal allocation failed
Ioana Ciornei
1
-1
/
+4
2018-11-10
dpaa2-eth: defer probe on object allocate
Ioana Ciornei
1
-10
/
+22
2018-10-16
dpaa2-eth: remove unused FD field
Ioana Radulescu
1
-2
/
+2
2018-10-16
dpaa2-eth: mark unused parameter in dpaa2_eth_tx_conf
Ioana Ciornei
1
-1
/
+1
2018-10-16
dpaa2-eth: remove unused priv parameter
Ioana Ciornei
1
-6
/
+4
2018-10-16
dpaa2-eth: fix uninitialized variable warnings
Ioana Ciornei
1
-3
/
+3
2018-10-16
dpaa2-eth: make dpaa2_eth_set_dist_key static
Ioana Ciornei
1
-2
/
+2
2018-10-16
dpaa2-eth: Fix Kconfig dependencies
Ioana Radulescu
1
-1
/
+0
[next]