index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
bnxt
/
bnxt_xdp.c
Age
Commit message (
Expand
)
Author
2023-04-13
bnxt: use READ_ONCE/WRITE_ONCE for ring indexes
Jakub Kicinski
2023-02-02
drivers: net: turn on XDP features
Marek Majtyka
2022-12-28
bnxt_en: Fix first buffer size calculations for XDP multi-buffer
Michael Chan
2022-12-28
bnxt_en: Fix XDP RX path
Michael Chan
2022-12-28
bnxt_en: Simplify bnxt_xdp_buff_init()
Michael Chan
2022-08-23
bnxt_en: Use PAGE_SIZE to init buffer when multi buffer XDP is not in use
Pavan Chebbi
2022-07-12
bnxt_en: Fix and simplify XDP transmit path
Michael Chan
2022-04-08
bnxt: XDP multibuffer enablement
Andy Gospodarek
2022-04-08
bnxt: support transmit and free of aggregation buffers
Andy Gospodarek
2022-04-08
bnxt: adding bnxt_xdp_build_skb to build skb from multibuffer xdp_buff
Andy Gospodarek
2022-04-08
bnxt: refactor bnxt_rx_xdp to separate xdp_init_buff/xdp_prepare_buff
Andy Gospodarek
2022-04-04
bnxt_en: Prevent XDP redirect from running when stopping TX queue
Ray Jui
2022-04-04
bnxt_en: Synchronize tx when xdp redirects happen on same ring
Pavan Chebbi
2021-12-13
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2021-08-23
net: broadcom: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2021-06-24
bnxt: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
2021-03-18
bpf, devmap: Move drop error path to devmap for XDP_REDIRECT
Lorenzo Bianconi
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
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-25
bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands
Andrii Nakryiko
2020-05-14
bnxt: Add XDP frame size to driver
Jesper Dangaard Brouer
2019-07-08
bnxt_en: add page_pool support
Andy Gospodarek
2019-07-08
bnxt_en: optimized XDP_REDIRECT support
Andy Gospodarek
2019-07-08
bnxt_en: Refactor __bnxt_xmit_xdp().
Michael Chan
2019-07-08
bnxt_en: rename some xdp functions
Andy Gospodarek
2018-12-17
bnxt_en: get rid of num_stat_ctxs variable
Vasundhara Volam
2018-10-15
bnxt_en: Re-structure doorbells.
Michael Chan
2018-07-13
xdp: don't make drivers report attachment mode
Jakub Kicinski
2018-04-18
bpf: make bnxt compatible w/ bpf_xdp_adjust_tail
Nikita V. Shirokov
2018-01-05
bnxt_en: setup xdp_rxq_info
Jesper Dangaard Brouer
2017-11-05
net: bpf: rename ndo_xdp to ndo_bpf
Jakub Kicinski
2017-09-26
bpf: add meta pointer for direct access
Daniel Borkmann
2017-08-28
bnxt_en: Improve tx ring reservation logic.
Michael Chan
2017-07-11
bnxt_en: Fix bug in ethtool -L.
Michael Chan
2017-06-16
bpf: bnxt: Report bpf_prog ID during XDP_QUERY_PROG
Martin KaFai Lau
2017-05-30
bnxt_en: Optimize doorbell write operations for newer chips.
Michael Chan
2017-04-05
bnxt_en: Use short TX BDs for the XDP TX ring.
Michael Chan
2017-04-05
bnxt_en: Add ethtool mac loopback self test.
Michael Chan
2017-02-07
bnxt_en: Add support for XDP_TX action.
Michael Chan
2017-02-07
bnxt_en: Add basic XDP support.
Michael Chan