Age | Commit message (Expand) | Author |
2022-04-14 | ice: xsk: check if Rx ring was filled up to the end | Maciej Fijalkowski |
2022-04-05 | ice: xsk: fix VSI state check in ice_xsk_wakeup() | Maciej Fijalkowski |
2022-04-05 | ice: synchronize_rcu() when terminating rings | Maciej Fijalkowski |
2022-03-28 | ice: xsk: Stop Rx processing when ntc catches ntu | Maciej Fijalkowski |
2022-03-28 | ice: xsk: Eliminate unnecessary loop iteration | Magnus Karlsson |
2022-02-10 | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/... | David S. Miller |
2022-02-09 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2022-02-09 | ice: Add hot path support for 802.1Q and 802.1ad VLAN offloads | Brett Creeley |
2022-01-31 | ice: respect metadata on XSK Rx to skb | Alexander Lobakin |
2022-01-31 | ice: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb | Alexander Lobakin |
2022-01-27 | ice: xsk: Borrow xdp_tx_active logic from i40e | Maciej Fijalkowski |
2022-01-27 | ice: xsk: Improve AF_XDP ZC Tx and use batching API | Maciej Fijalkowski |
2022-01-27 | ice: xsk: Handle SW XDP ring wrap and bump tail more often | Maciej Fijalkowski |
2022-01-27 | ice: xsk: Force rings to be sized to power of 2 | Maciej Fijalkowski |
2021-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2021-12-17 | ice: xsk: fix cleaned_count setting | Maciej Fijalkowski |
2021-12-17 | ice: xsk: allow empty Rx descriptors on XSK ZC data path | Maciej Fijalkowski |
2021-12-17 | ice: xsk: do not clear status_error0 for ntu + nb_buffs descriptor | Maciej Fijalkowski |
2021-12-17 | ice: remove dead store on XSK hotpath | Alexander Lobakin |
2021-12-17 | ice: xsk: allocate separate memory for XDP SW ring | Maciej Fijalkowski |
2021-12-17 | ice: xsk: return xsk buffers back to pool when cleaning the ring | Maciej Fijalkowski |
2021-12-13 | bpf: Let bpf_warn_invalid_xdp_action() report more info | Paolo Abeni |
2021-11-30 | ice: xsk: clear status_error0 for each allocated desc | Maciej Fijalkowski |
2021-10-29 | intel: Simplify bool conversion | Yang Li |
2021-10-15 | ice: propagate xdp_ring onto rx_ring | Maciej Fijalkowski |
2021-10-15 | ice: split ice_ring onto Tx/Rx separate structs | Maciej Fijalkowski |
2021-09-28 | ice: Use the xsk batched rx allocation interface | Magnus Karlsson |
2021-09-28 | ice: Use xdp_buf instead of rx_buf for xsk zero-copy | Magnus Karlsson |
2021-06-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2021-06-24 | intel: Remove rcu_read_lock() around XDP program invocation | Toke Høiland-Jørgensen |
2021-06-18 | ice: report hash type such as L2/L3/L4 | Jesse Brandeburg |
2021-06-07 | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/... | David S. Miller |
2021-06-07 | ice: Refactor ice_setup_rx_ctx | Krzysztof Kazimierczak |
2021-06-03 | ice: track AF_XDP ZC enabled queues in bitmap | Maciej Fijalkowski |
2021-06-03 | ice: add correct exception tracing for XDP | Magnus Karlsson |
2021-04-14 | ice: refactor interrupt moderation writes | Jesse Brandeburg |
2021-04-14 | ice: Drop leading underscores in enum ice_pf_state | Anirudh Venkataramanan |
2021-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2021-03-15 | ice: optimize for XDP_REDIRECT in xsk path | Magnus Karlsson |
2021-03-12 | ice: fix napi work done reporting in xsk path | Magnus Karlsson |
2021-02-12 | ice: skip NULL check against XDP prog in ZC path | Maciej Fijalkowski |
2021-02-08 | ice: Remove xsk_buff_pool from VSI structure | Michal Swiatkowski |
2020-12-16 | ice, xsk: clear the status bits for the next_to_use descriptor | Björn Töpel |
2020-12-14 | ice, xsk: Move Rx allocation out of while-loop | Björn Töpel |
2020-08-31 | xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor... | Magnus Karlsson |
2020-08-31 | xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfaces | Magnus Karlsson |
2020-08-31 | xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umem | Magnus Karlsson |
2020-08-01 | ice: Misc minor fixes | Tony Nguyen |
2020-07-29 | ice: need_wakeup flag might not be set for Tx | Krzysztof Kazimierczak |
2020-07-01 | ice: replace single-element array used for C struct hack | Bruce Allan |