index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
marvell
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-08
flow_offload: check for basic action hw stats type
Jiri Pirko
1
-0
/
+6
2020-03-04
PCI: Add constant PCI_STATUS_ERROR_BITS
Heiner Kallweit
2
-14
/
+0
2020-03-04
net: marvell: add PCI_STATUS_SIG_TARGET_ABORT to PCI status error bits
Heiner Kallweit
2
-0
/
+2
2020-03-03
octeontx2-af: fix spelling mistake "backpessure" -> "backpressure"
Colin Ian King
1
-1
/
+1
2020-03-02
mvneta: add XDP ethtool errors stats for TX to driver
Jesper Dangaard Brouer
1
-4
/
+26
2020-03-02
octeontx2-af: Modify rvu_reg_poll() to check reg atleast twice
Sunil Goutham
1
-6
/
+8
2020-03-02
octeontx2-af: Enable PCI master
Sunil Goutham
1
-7
/
+6
2020-03-02
octeontx2-af: Set discovery ID for RVUM block
Sunil Goutham
2
-1
/
+20
2020-03-02
octeontx2-af: Optimize data retrieval from firmware
Linu Cherian
7
-65
/
+173
2020-03-02
octeontx2-pf: Support to enable/disable pause frames via ethtool
Geetha sowjanya
4
-0
/
+125
2020-03-02
octeontx2-af: Pause frame configuration at cgx
Geetha sowjanya
5
-0
/
+157
2020-03-02
octeontx2-af: Interface backpressure configuration
Geetha sowjanya
3
-6
/
+182
2020-02-27
net: mvpp2: use resolved link config in mac_link_up()
Russell King
1
-36
/
+47
2020-02-27
net: mvneta: use resolved link config in mac_link_up()
Russell King
1
-17
/
+38
2020-02-27
net: phylink: propagate resolved link config via mac_link_up()
Russell King
2
-9
/
+18
2020-02-26
net: marvell: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2
-2
/
+2
2020-02-20
net: page_pool: API cleanup and comments
Ilias Apalodimas
1
-10
/
+9
2020-02-19
net: mvneta: align xdp stats naming scheme to mlx5 driver
Lorenzo Bianconi
1
-16
/
+36
2020-02-19
octeontx2-af: Cleanup nixlf and blkaddr retrieval logic
Sunil Goutham
2
-83
/
+50
2020-02-19
octeontx2-af: Cleanup CGX config permission checks
Sunil Goutham
1
-31
/
+24
2020-02-19
octeontx2-af: Remove unnecessary export symbols in CGX driver
Sunil Goutham
1
-18
/
+0
2020-02-16
net: mvneta: get rid of xdp_ret in mvneta_swbm_rx_frame
Lorenzo Bianconi
1
-17
/
+13
2020-02-16
net: mvneta: introduce xdp counters to ethtool
Lorenzo Bianconi
1
-0
/
+45
2020-02-16
net: mvneta: rely on struct mvneta_stats in mvneta_update_stats routine
Lorenzo Bianconi
1
-32
/
+41
2020-02-16
net: mvneta: rely on open-coding updating stats for non-xdp and tx path
Lorenzo Bianconi
1
-16
/
+24
2020-02-16
net: mvneta: move refill_err and skb_alloc_err in per-cpu stats
Lorenzo Bianconi
1
-14
/
+55
2020-02-06
net: mvneta: move rx_dropped and rx_errors in per-cpu stats
Lorenzo Bianconi
1
-9
/
+22
2020-02-01
octeontx2-pf: Fix an IS_ERR() vs NULL bug
Dan Carpenter
1
-2
/
+2
2020-01-29
net: mvneta: fix XDP support if sw bm is used as fallback
Lorenzo Bianconi
1
-3
/
+7
2020-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
20
-27
/
+5574
2020-01-27
Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap
Linus Torvalds
2
-2
/
+2
2020-01-27
octeontx2-pf: ethtool RSS config support
Sunil Goutham
4
-4
/
+269
2020-01-27
octeontx2-pf: Add basic ethtool support
Christina Jacob
6
-4
/
+525
2020-01-27
octeontx2-pf: Add ndo_get_stats64
Geetha sowjanya
3
-0
/
+97
2020-01-27
octeontx2-pf: TCP segmentation offload support
Sunil Goutham
5
-4
/
+273
2020-01-27
octeontx2-pf: Receive side scaling support
Sunil Goutham
4
-1
/
+167
2020-01-27
octeontx2-pf: Error handling support
Geetha sowjanya
6
-3
/
+255
2020-01-27
octeontx2-pf: MTU, MAC and RX mode config support
Sunil Goutham
6
-6
/
+242
2020-01-27
octeontx2-pf: Register and handle link notifications
Linu Cherian
3
-0
/
+109
2020-01-27
octeontx2-pf: Add packet transmission support
Sunil Goutham
6
-2
/
+470
2020-01-27
octeontx2-pf: Receive packet handling support
Sunil Goutham
6
-3
/
+349
2020-01-27
octeontx2-pf: Setup interrupts and NAPI handler
Sunil Goutham
6
-10
/
+332
2020-01-27
octeontx2-pf: Initialize and config queues
Sunil Goutham
7
-17
/
+1290
2020-01-27
octeontx2-pf: Attach NIX and NPA block LFs
Sunil Goutham
4
-4
/
+286
2020-01-27
octeontx2-pf: Mailbox communication with AF
Sunil Goutham
4
-3
/
+552
2020-01-27
octeontx2-pf: Add Marvell OcteonTX2 NIC driver
Sunil Goutham
6
-0
/
+362
2020-01-27
mvneta driver disallow XDP program on hardware buffer management
Sven Auhagen
1
-0
/
+6
2020-01-22
net: convert additional drivers to use phy_do_ioctl
Heiner Kallweit
1
-10
/
+1
2020-01-19
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-9
/
+10
2020-01-14
net: mvneta: fix dma sync size in mvneta_run_xdp
Lorenzo Bianconi
1
-9
/
+10
[next]