Age | Commit message (Expand) | Author | Files | Lines |
2019-11-02 | xsk: Restructure/inline XSKMAP lookup/redirect/flush | Björn Töpel | 1 | -12/+39 |
2019-08-31 | xsk: add support to allow unaligned chunk placement | Kevin Laatz | 1 | -4/+71 |
2019-08-17 | xsk: remove AF_XDP socket from map when the socket is released | Björn Töpel | 1 | -0/+18 |
2019-08-17 | xsk: add support for need_wakeup flag in AF_XDP rings | Magnus Karlsson | 1 | -1/+32 |
2019-07-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+5 |
2019-07-09 | xdp: fix race on generic receive path | Ilya Maximets | 1 | -0/+2 |
2019-07-03 | xdp: fix hang while unregistering device bound to xdp socket | Ilya Maximets | 1 | -0/+5 |
2019-06-27 | xsk: Return the whole xdp_desc from xsk_umem_consume_tx | Maxim Mikityanskiy | 1 | -3/+3 |
2019-06-27 | xsk: Add API to check for available entries in FQ | Maxim Mikityanskiy | 1 | -0/+21 |
2019-06-10 | bpf: Allow bpf_map_lookup_elem() on an xskmap | Jonathan Lemon | 1 | -2/+2 |
2019-03-16 | xsk: fix umem memory leak on cleanup | Björn Töpel | 1 | -1/+0 |
2019-01-25 | xsk: add id to umem | Björn Töpel | 1 | -0/+1 |
2018-10-05 | ethtool: don't allow disabling queues with umem installed | Jakub Kicinski | 1 | -0/+7 |
2018-09-25 | net: xsk: add a simple buffer reuse queue | Jakub Kicinski | 1 | -0/+69 |
2018-09-01 | xsk: i40e: get rid of useless struct xdp_umem_props | Magnus Karlsson | 1 | -6/+2 |
2018-08-29 | xsk: expose xdp_umem_get_{data,dma} to drivers | Björn Töpel | 1 | -0/+43 |
2018-07-02 | xsk: fix potential race in SKB TX completion code | Magnus Karlsson | 1 | -0/+4 |
2018-06-05 | xsk: wire upp Tx zero-copy functions | Magnus Karlsson | 1 | -0/+9 |
2018-06-05 | xsk: add zero-copy support for Rx | Björn Töpel | 1 | -0/+6 |
2018-06-05 | xsk: introduce xdp_umem_page | Björn Töpel | 1 | -1/+6 |
2018-06-05 | xsk: moved struct xdp_umem definition | Björn Töpel | 1 | -1/+23 |
2018-05-18 | xsk: clean up SPDX headers | Björn Töpel | 1 | -11/+2 |
2018-05-03 | xsk: add Tx queue setup and mmap support | Magnus Karlsson | 1 | -0/+1 |
2018-05-03 | bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP | Björn Töpel | 1 | -0/+7 |
2018-05-03 | xsk: add Rx receive functions and poll support | Björn Töpel | 1 | -0/+22 |
2018-05-03 | xsk: add support for bind for Rx | Magnus Karlsson | 1 | -0/+1 |
2018-05-03 | xsk: add Rx queue setup and mmap support | Björn Töpel | 1 | -0/+4 |
2018-05-03 | xsk: add user memory registration support sockopt | Björn Töpel | 1 | -0/+31 |