summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c
AgeCommit message (Expand)Author
2025-07-11bnxt_en: Set DMA unmap len correctly for XDP_REDIRECTSomnath Kotur
2025-05-22eth: bnxt: fix deadlock when xdp is attached or detachedTaehee Yoo
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-03-24bnxt_en: Mask the bd_cnt field in the TX BD properlyMichael Chan
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-03-10eth: bnxt: do not update checksum in bnxt_xdp_build_skb()Taehee Yoo
2025-03-10eth: bnxt: fix truesize for mb-xdp-pass caseTaehee Yoo
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski
2025-03-06eth: bnxt: remove most dependencies on RTNLStanislav Fomichev
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-15bnxt_en: add support for tcp-data-split ethtool commandTaehee Yoo
2025-01-10eth: bnxt: always recalculate features after XDP clearing, fix null-derefJakub Kicinski
2024-08-21bnxt_en: Fix double DMA unmapping for XDP_REDIRECTSomnath Kotur
2024-04-04bnxt_en: Add XDP Metadata supportSomnath Kotur
2024-04-04bnxt_en: Change bnxt_rx_xdp function prototypeSomnath Kotur
2024-01-19bnxt_en: Fix possible crash after creating sw mqprio TCsMichael Chan
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-12-15bnxt_en: do not map packet buffers twiceAndy Gospodarek
2023-12-12bnxt_en: Fix TX ring indexing logicMichael Chan
2023-11-21bnxt_en: Modify TX ring indexing logic.Michael Chan
2023-11-15bnxt_en: Add helper to get the number of CP rings required for TX ringsMichael Chan
2023-11-15bnxt_en: Support up to 8 TX rings per MSIXMichael Chan
2023-11-15bnxt_en: New encoding for the TX opaque fieldMichael Chan
2023-11-15bnxt_en: Add completion ring pointer in TX and RX ring structuresMichael Chan
2023-11-15bnxt_en: Put the TX producer information in the TX BD opaque fieldMichael Chan
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-01bnxt_en: Fix page pool logic for page size >= 64KSomnath Kotur
2023-07-31bnxt: don't handle XDP in netpollJakub Kicinski
2023-07-20eth: bnxt: handle invalid Tx completions more gracefullyJakub Kicinski
2023-04-13bnxt: use READ_ONCE/WRITE_ONCE for ring indexesJakub Kicinski
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka
2022-12-28bnxt_en: Fix first buffer size calculations for XDP multi-bufferMichael Chan
2022-12-28bnxt_en: Fix XDP RX pathMichael Chan
2022-12-28bnxt_en: Simplify bnxt_xdp_buff_init()Michael Chan
2022-08-23bnxt_en: Use PAGE_SIZE to init buffer when multi buffer XDP is not in usePavan Chebbi
2022-07-12bnxt_en: Fix and simplify XDP transmit pathMichael Chan
2022-04-08bnxt: XDP multibuffer enablementAndy Gospodarek
2022-04-08bnxt: support transmit and free of aggregation buffersAndy Gospodarek
2022-04-08bnxt: adding bnxt_xdp_build_skb to build skb from multibuffer xdp_buffAndy Gospodarek
2022-04-08bnxt: refactor bnxt_rx_xdp to separate xdp_init_buff/xdp_prepare_buffAndy Gospodarek
2022-04-04bnxt_en: Prevent XDP redirect from running when stopping TX queueRay Jui
2022-04-04bnxt_en: Synchronize tx when xdp redirects happen on same ringPavan Chebbi
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni
2021-08-23net: broadcom: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-06-24bnxt: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva