开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
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-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
2020-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-06-24
net: ethernet: mvneta: Add back interface mode validation
Sascha Hauer
2020-06-24
net: ethernet: mvneta: Do not error out in non serdes modes
Sascha Hauer
2020-06-18
net: tso: cache transport header length
Eric Dumazet
2020-06-18
net: ethernet: mvneta: Add 2500BaseX support for SoCs without comphy
Sascha Hauer
2020-06-18
net: ethernet: mvneta: Fix Serdes configuration for SoCs without comphy
Sascha Hauer
2020-06-09
net: mvneta: do not redirect frames during reconfiguration
Lorenzo Bianconi
2020-06-05
net: ethernet: mvneta: fix MVNETA_SKB_HEADROOM alignment
Alexander Lobakin
2020-06-01
xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame
Lorenzo Bianconi
2020-05-25
mvneta: MVNETA_SKB_HEADROOM set last 3 bits to zero
Sven Auhagen
2020-05-22
Revert "net: mvneta: speed down the PHY, if WoL used, to save energy"
David S. Miller
2020-05-14
mvneta: Add XDP frame size to driver
Jesper Dangaard Brouer
2020-05-13
net: mvneta: speed down the PHY, if WoL used, to save energy
Daniel González Cabanelas
[next]