index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
marvell
/
mvneta.c
Age
Commit message (
Expand
)
Author
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-20
net: marvell: clean up trigraph warning on ??! string
Colin Ian King
2021-07-20
net: mvneta: deny disabling autoneg for 802.3z modes
Russell King (Oracle)
2021-07-03
net: marvell: always set skb_shared_info in mvneta_swbm_add_rx_fragment
Lorenzo Bianconi
2021-06-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-06-24
marvell: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
2021-06-22
net: marvell: return csum computation result from mvneta_rx_csum/mvpp2_rx_csum
Lorenzo Bianconi
2021-06-07
mvneta: recycle buffers
Matteo Croce
2021-04-13
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
2021-03-29
net: marvell: Delete extra spaces
Yangyang Li
2021-03-29
net: marvell: Fix the trailing format of some block comments
Yangyang Li
2021-03-29
net: marvell: Delete duplicate word in comments
Yangyang Li
2021-03-18
bpf, devmap: Move drop error path to devmap for XDP_REDIRECT
Lorenzo Bianconi
2021-02-16
net: mvneta: Implement mqprio support
Maxime Chevallier
2021-02-16
net: mvneta: Remove per-cpu queue mapping for Armada 3700
Maxime Chevallier
2021-01-08
net, xdp: Introduce xdp_prepare_buff utility routine
Lorenzo Bianconi
2021-01-08
net, xdp: Introduce xdp_init_buff utility routine
Lorenzo Bianconi
2021-01-06
net: mvneta: fix error message when MTU too large for XDP
Marek Behún
2020-12-22
net: ethernet: mvneta: Fix error handling in mvneta_probe
Dinghao Liu
2020-12-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-12-01
xsk: Propagate napi_id to XDP socket Rx path
Björn Töpel
2020-11-24
net: mvneta: alloc skb_shared_info on the mvneta_rx_swbm stack
Lorenzo Bianconi
2020-11-24
net: mvneta: move skb_shared_info in mvneta_xdp_put_buff caller
Lorenzo Bianconi
2020-11-24
net: mvneta: avoid unnecessary xdp_buff initialization
Lorenzo Bianconi
2020-11-19
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-16
net: mvneta: fix possible memory leak in mvneta_swbm_add_rx_fragment
Lorenzo Bianconi
2020-11-14
net: mvneta: Add xdp tx return bulking support
Lorenzo Bianconi
2020-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-10-04
net: mvneta: fix double free of txq->buf
Tom Rix
2020-09-29
net: mvneta: avoid possible cache misses in mvneta_rx_swbm
Lorenzo Bianconi
2020-09-28
net: mvneta: try to use in-irq pp cache in mvneta_txq_bufs_free
Lorenzo Bianconi
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-09-20
net: mventa: remove unused variable 'dummy' in mvneta_mib_counters_clear()
Zhang Changzhong
2020-09-20
net: mvneta: avoid copying shared_info frags in mvneta_swbm_build_skb
Lorenzo Bianconi
2020-09-20
net: mvneta: recycle the page in case of out-of-order
Lorenzo Bianconi
2020-09-10
net: mvneta: fix possible use-after-free in mvneta_xdp_put_buff
Lorenzo Bianconi
2020-09-10
net: mventa: drop mvneta_stats from mvneta_swbm_rx_frame signature
Lorenzo Bianconi
2020-09-10
net: mvneta: rely on MVNETA_MAX_RX_BUF_SIZE for pkt split in mvneta_swbm_rx_f...
Lorenzo Bianconi
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-07-29
net: mvneta: fix comment about phylink_speed_down
Jisheng Zhang
2020-07-25
bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands
Andrii Nakryiko
2020-07-19
net: mvneta: move rxq->left_size on the stack
Lorenzo Bianconi
2020-07-19
net: mvneta: get rid of skb in mvneta_rx_queue
Lorenzo Bianconi
2020-07-19
net: mvneta: drop all fragments in XDP_DROP
Lorenzo Bianconi
2020-07-19
net: mvneta: move mvneta_run_xdp after descriptors processing
Lorenzo Bianconi
2020-07-19
net: mvneta: move skb build after descriptors processing
Lorenzo Bianconi
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-06-30
net: mvneta: fix use of state->speed
Russell King
2020-06-26
net: mvneta: speed down the PHY, if WoL used, to save energy
Daniel González Cabanelas
[next]