aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/xdp.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-07net: move skbuff_cache(s) to net_hotdataEric Dumazet1-2/+3
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+2
2024-01-31bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu1-2/+2
2024-01-30xdp: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-3/+3
2023-12-13xdp: Add VLAN tag hintLarysa Zaremba1-0/+33
2023-11-01bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky1-4/+2
2023-09-15bpf: expose information about supported xdp metadata kfuncStanislav Fomichev1-2/+2
2023-09-15bpf: make it easier to add new metadata kfuncStanislav Fomichev1-2/+2
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin1-1/+1
2023-07-11xdp: use trusted arguments in XDP hints kfuncsLarysa Zaremba1-1/+1
2023-04-13Daniel Borkmann says:Jakub Kicinski1-17/+2
2023-04-13xdp: rss hash types representationJesper Dangaard Brouer1-1/+9
2023-03-23Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+8
2023-03-22xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver supportJesper Dangaard Brouer1-2/+8
2023-03-16net: xdp: don't call notifiers during driver initJakub Kicinski1-1/+3
2023-03-14xdp: remove unused {__,}xdp_release_frame()Alexander Lobakin1-15/+0
2023-03-14xdp: recycle Page Pool backed skbs built from XDP framesAlexander Lobakin1-2/+2
2023-03-10xdp: add xdp_set_features_flag utility routineLorenzo Bianconi1-7/+19
2023-02-10Daniel Borkmann says:Jakub Kicinski1-2/+21
2023-02-10net: skbuff: drop the word head from skb cacheJakub Kicinski1-3/+2
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka1-0/+18
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet1-2/+3
2023-01-23bpf: XDP metadata RX kfuncsStanislav Fomichev1-0/+64
2022-09-26xdp: improve page_pool xdp_return performanceJesper Dangaard Brouer1-6/+4
2022-03-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+1
2022-03-17veth: Rework veth_xdp_rcv_skb in order to accept non-linear skbLorenzo Bianconi1-0/+1
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2022-03-10xdp: xdp_mem_allocator can be NULL in trace_mem_connect().Sebastian Andrzej Siewior1-1/+2
2022-01-21bpf: add frags support to the bpf_xdp_adjust_tail() APIEelco Chaudron1-5/+7
2022-01-21xdp: add frags support to xdp_return_{buff/frame}Lorenzo Bianconi1-1/+53
2022-01-21net: xdp: add xdp_update_skb_shared_info utility routineLorenzo Bianconi1-0/+12
2022-01-05page_pool: Store the XDP mem idToke Høiland-Jørgensen1-1/+1
2022-01-05xdp: Allow registering memory model without rxq referenceToke Høiland-Jørgensen1-30/+62
2021-12-18xdp: move the if dev statements to the firstYajun Deng1-5/+5
2021-10-27xdp: Remove redundant warningYajun Deng1-2/+0
2021-06-28xdp: Move the rxq_info.mem clearing to unreg_mem_model()Jakub Kicinski1-5/+6
2021-05-26xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu1-0/+28
2021-03-31xdp: fix xdp_return_frame() kernel BUG throw for page_pool memory modelOng Boon Leong1-1/+2
2021-02-04net, veth: Alloc skb in bulk for ndo_xdp_xmitLorenzo Bianconi1-0/+11
2021-01-20net, xdp: Introduce xdp_build_skb_from_frame utility routineLorenzo Bianconi1-0/+15
2021-01-20net, xdp: Introduce __xdp_build_skb_from_frame utility routineLorenzo Bianconi1-0/+44
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-20/+11
2020-12-09xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen1-12/+0
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+2
2020-11-30xdp: Handle MEM_TYPE_XSK_BUFF_POOL correctly in xdp_return_buff()Björn Töpel1-7/+10
2020-11-14net: page_pool: Add bulk support for ptr_ringLorenzo Bianconi1-7/+2
2020-11-14net: xdp: Introduce bulking for xdp tx return pathLorenzo Bianconi1-0/+59
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-9/+0
2020-06-17xdp: Handle frame_sz in xdp_convert_zc_to_xdp_frame()Hangbin Liu1-0/+1
2020-05-21xdp: Simplify xdp_return_{frame, frame_rx_napi, buff}Björn Töpel1-12/+9
2020-05-21xsk: Remove MEM_TYPE_ZERO_COPY and corresponding codeBjörn Töpel1-37/+5
2020-05-21xsk: Introduce AF_XDP buffer allocation APIBjörn Töpel1-4/+10
2020-05-14xdp: Xdp_frame add member frame_sz and handle in convert_to_xdp_frameJesper Dangaard Brouer1-0/+8
2020-02-20net: page_pool: API cleanup and commentsIlias Apalodimas1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
2019-12-04xdp: obtain the mem_id mutex before trying to remove an entry.Jonathan Lemon1-4/+4
2019-11-18xdp: remove memory poison on free for struct xdp_mem_allocatorJesper Dangaard Brouer1-5/+0
2019-11-16page_pool: do not release pool until inflight == 0.Jonathan Lemon1-77/+44
2019-10-11xdp: Trivial, fix spelling in function descriptionAnton Ivanov1-1/+1
2019-07-08net: core: page_pool: add user refcnt and reintroduce page_pool_destroyIvan Khoronzhuk1-0/+3
2019-06-26xdp: Make __mem_id_disconnect staticYueHaibing1-1/+1
2019-06-19xdp: add tracepoints for XDP memJesper Dangaard Brouer1-16/+5
2019-06-19xdp: force mem allocator removal and periodic warningJesper Dangaard Brouer1-6/+31
2019-06-19xdp: tracking page_pool resources and safe removalJesper Dangaard Brouer1-6/+59
2019-06-19xdp: page_pool related fix to cpumapJesper Dangaard Brouer1-0/+15
2019-06-19xdp: fix leak of IDA cyclic id if rhashtable_insert_slow failsJesper Dangaard Brouer1-0/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363Thomas Gleixner1-1/+1
2018-09-01xdp: remove redundant variable 'headroom'Colin Ian King1-2/+1
2018-08-29xdp: export xdp_rxq_info_unreg_mem_modelBjörn Töpel1-2/+13
2018-08-29xdp: implement convert_to_xdp_frame for MEM_TYPE_ZERO_COPYBjörn Töpel1-0/+39
2018-08-16net/xdp: Fix suspicious RCU usage warningTariq Toukan1-11/+3
2018-08-10xdp: Helpers for disabling napi_direct of xdp_return_frameToshiaki Makita1-2/+4
2018-08-10Revert "xdp: add NULL pointer check in __xdp_return()"Björn Töpel1-2/+1
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-07-27xdp: add NULL pointer check in __xdp_return()Taehee Yoo1-1/+2
2018-07-13xdp: factor out common program/flags handling from driversJakub Kicinski1-0/+34
2018-06-22rhashtable: remove nulls_base and related code.NeilBrown1-2/+2
2018-06-05xdp: add MEM_TYPE_ZERO_COPYBjörn Töpel1-5/+14
2018-05-24xdp: introduce xdp_return_frame_rx_napiJesper Dangaard Brouer1-4/+16
2018-05-03xsk: add Rx receive functions and poll supportBjörn Töpel1-3/+12
2018-04-17xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer1-1/+3
2018-04-17xdp: allow page_pool as an allocator type in xdp_return_frameJesper Dangaard Brouer1-12/+48
2018-04-17xdp: rhashtable with allocator ID to pointer mappingJesper Dangaard Brouer1-5/+218
2018-04-17xdp: introduce xdp_return_frame API and use in cpumapJesper Dangaard Brouer1-0/+18
2018-01-05xdp/qede: setup xdp_rxq_info and intro xdp_rxq_info_is_regJesper Dangaard Brouer1-0/+6
2018-01-05xdp: base API for new XDP rx-queue info conceptJesper Dangaard Brouer1-0/+67