Age | Commit message (Expand) | Author | Files | Lines |
2023-11-02 | bpf: Add __bpf_kfunc_{start,end}_defs macros | Dave Marchevsky | 1 | -4/+2 |
2023-09-15 | bpf: expose information about supported xdp metadata kfunc | Stanislav Fomichev | 1 | -2/+2 |
2023-09-15 | bpf: make it easier to add new metadata kfunc | Stanislav Fomichev | 1 | -2/+2 |
2023-08-07 | page_pool: split types and declarations from page_pool.h | Yunsheng Lin | 1 | -1/+1 |
2023-07-12 | xdp: use trusted arguments in XDP hints kfuncs | Larysa Zaremba | 1 | -1/+1 |
2023-04-14 | Daniel Borkmann says: | Jakub Kicinski | 1 | -17/+2 |
2023-04-13 | xdp: rss hash types representation | Jesper Dangaard Brouer | 1 | -1/+9 |
2023-03-24 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -2/+8 |
2023-03-22 | xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver support | Jesper Dangaard Brouer | 1 | -2/+8 |
2023-03-17 | net: xdp: don't call notifiers during driver init | Jakub Kicinski | 1 | -1/+3 |
2023-03-15 | xdp: remove unused {__,}xdp_release_frame() | Alexander Lobakin | 1 | -15/+0 |
2023-03-15 | xdp: recycle Page Pool backed skbs built from XDP frames | Alexander Lobakin | 1 | -2/+2 |
2023-03-11 | xdp: add xdp_set_features_flag utility routine | Lorenzo Bianconi | 1 | -7/+19 |
2023-02-11 | Daniel Borkmann says: | Jakub Kicinski | 1 | -2/+21 |
2023-02-10 | net: skbuff: drop the word head from skb cache | Jakub Kicinski | 1 | -3/+2 |
2023-02-03 | drivers: net: turn on XDP features | Marek Majtyka | 1 | -0/+18 |
2023-02-02 | bpf: Add __bpf_kfunc tag to all kfuncs | David Vernet | 1 | -2/+3 |
2023-01-23 | bpf: XDP metadata RX kfuncs | Stanislav Fomichev | 1 | -0/+64 |
2022-09-26 | xdp: improve page_pool xdp_return performance | Jesper Dangaard Brouer | 1 | -6/+4 |
2022-03-22 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -0/+1 |
2022-03-17 | veth: Rework veth_xdp_rcv_skb in order to accept non-linear skb | Lorenzo Bianconi | 1 | -0/+1 |
2022-03-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+2 |
2022-03-11 | xdp: xdp_mem_allocator can be NULL in trace_mem_connect(). | Sebastian Andrzej Siewior | 1 | -1/+2 |
2022-01-22 | bpf: add frags support to the bpf_xdp_adjust_tail() API | Eelco Chaudron | 1 | -5/+7 |
2022-01-22 | xdp: add frags support to xdp_return_{buff/frame} | Lorenzo Bianconi | 1 | -1/+53 |
2022-01-22 | net: xdp: add xdp_update_skb_shared_info utility routine | Lorenzo Bianconi | 1 | -0/+12 |
2022-01-06 | page_pool: Store the XDP mem id | Toke Høiland-Jørgensen | 1 | -1/+1 |
2022-01-06 | xdp: Allow registering memory model without rxq reference | Toke Høiland-Jørgensen | 1 | -30/+62 |
2021-12-18 | xdp: move the if dev statements to the first | Yajun Deng | 1 | -5/+5 |
2021-10-28 | xdp: Remove redundant warning | Yajun Deng | 1 | -2/+0 |
2021-06-29 | xdp: Move the rxq_info.mem clearing to unreg_mem_model() | Jakub Kicinski | 1 | -5/+6 |
2021-05-26 | xdp: Extend xdp_redirect_map with broadcast support | Hangbin Liu | 1 | -0/+28 |
2021-04-01 | xdp: fix xdp_return_frame() kernel BUG throw for page_pool memory model | Ong Boon Leong | 1 | -1/+2 |
2021-02-04 | net, veth: Alloc skb in bulk for ndo_xdp_xmit | Lorenzo Bianconi | 1 | -0/+11 |
2021-01-21 | net, xdp: Introduce xdp_build_skb_from_frame utility routine | Lorenzo Bianconi | 1 | -0/+15 |
2021-01-21 | net, xdp: Introduce __xdp_build_skb_from_frame utility routine | Lorenzo Bianconi | 1 | -0/+44 |
2020-12-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -20/+11 |
2020-12-09 | xdp: Remove the xdp_attachment_flags_ok() callback | Toke Høiland-Jørgensen | 1 | -12/+0 |
2020-12-01 | xsk: Propagate napi_id to XDP socket Rx path | Björn Töpel | 1 | -1/+2 |
2020-12-01 | xdp: Handle MEM_TYPE_XSK_BUFF_POOL correctly in xdp_return_buff() | Björn Töpel | 1 | -7/+10 |
2020-11-14 | net: page_pool: Add bulk support for ptr_ring | Lorenzo Bianconi | 1 | -7/+2 |
2020-11-14 | net: xdp: Introduce bulking for xdp tx return path | Lorenzo Bianconi | 1 | -0/+59 |
2020-07-26 | bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands | Andrii Nakryiko | 1 | -9/+0 |
2020-06-17 | xdp: Handle frame_sz in xdp_convert_zc_to_xdp_frame() | Hangbin Liu | 1 | -0/+1 |
2020-05-22 | xdp: Simplify xdp_return_{frame, frame_rx_napi, buff} | Björn Töpel | 1 | -12/+9 |
2020-05-22 | xsk: Remove MEM_TYPE_ZERO_COPY and corresponding code | Björn Töpel | 1 | -37/+5 |
2020-05-22 | xsk: Introduce AF_XDP buffer allocation API | Björn Töpel | 1 | -4/+10 |
2020-05-15 | xdp: Xdp_frame add member frame_sz and handle in convert_to_xdp_frame | Jesper Dangaard Brouer | 1 | -0/+8 |
2020-02-20 | net: page_pool: API cleanup and comments | Ilias Apalodimas | 1 | -1/+1 |
2019-12-09 | treewide: Use sizeof_field() macro | Pankaj Bharadiya | 1 | -2/+2 |