summaryrefslogtreecommitdiffstats
path: root/net/xdp
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-033-27/+26
|\
| * xsk: Inherit need_wakeup flag for shared socketsJalal Mostafa2022-09-222-4/+5
| * xsk: Fix backpressure mechanism on TxMaciej Fijalkowski2022-08-312-23/+21
* | xsk: Expose min chunk size to driversMaxim Mikityanskiy2022-09-301-2/+0
|/
* xsk: Fix corrupted packets for XDP_SHARED_UMEMMagnus Karlsson2022-08-151-6/+10
* xsk: Mark napi_id on sendmsg()Maciej Fijalkowski2022-07-141-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-071-0/+1
|\
| * xsk: Clear page contiguity bit when unmapping poolIvan Malov2022-06-281-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-231-7/+9
|\|
| * xsk: Fix generic transmit when completion queue reservation failsCiara Loftus2022-06-141-7/+9
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-06-171-3/+3
|\ \ | |/ |/|
| * xdp: Directly use ida_alloc()/free() APIsKe Liu2022-06-021-3/+3
* | xsk: Fix handling of invalid descriptors in XSK TX batching APIMaciej Fijalkowski2022-06-082-10/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-282-5/+26
|\
| * xsk: Fix possible crash when multiple sockets are createdMaciej Fijalkowski2022-04-262-4/+25
| * xsk: Fix l2fwd for copy mode + busy poll comboMaciej Fijalkowski2022-04-071-1/+1
* | bpf: Compute map_btf_id during build timeMenglong Dong2022-04-261-3/+3
* | xsk: Drop ternary operator from xskq_cons_has_entriesMaciej Fijalkowski2022-04-151-1/+1
* | xsk: Diversify return codes in xsk_rcv_check()Maciej Fijalkowski2022-04-151-1/+1
* | xsk: Improve xdp_do_redirect() error codesBjörn Töpel2022-04-152-2/+2
|/
* xsk: Do not write NULL in SW ring at allocation failureMagnus Karlsson2022-03-281-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-231-19/+50
|\
| * xsk: Fix race at socket teardownMagnus Karlsson2022-02-281-19/+50
* | i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson2022-01-273-13/+19
* | bpf: remove unused static inlinesJakub Kicinski2022-01-261-7/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-051-2/+2
|\
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-12-311-2/+2
| |\
| | * Revert "xsk: Do not sleep in poll() when need_wakeup set"Magnus Karlsson2021-12-171-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-0/+1
|\ \ \
| * | | net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-301-0/+1
|\ \ \ \ | | |/ / | |/| |
| * | | xsk: Initialise xskb free_list_nodeCiara Loftus2021-12-291-0/+1
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-161-2/+2
|\| | | |/ |/|
| * xsk: Do not sleep in poll() when need_wakeup setMagnus Karlsson2021-12-141-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-181-2/+5
|\|
| * xsk: Fix crash on double free in buffer poolMagnus Karlsson2021-11-121-2/+5
* | net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet2021-11-161-4/+0
|/
* xsk: Fix clang build error in __xp_allocMagnus Karlsson2021-09-291-1/+0
* xsk: Optimize for aligned caseMagnus Karlsson2021-09-282-37/+34
* xsk: Batched buffer allocation for the poolMagnus Karlsson2021-09-282-4/+95
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-4/+7
|\
| * xsk: Fix broken Tx ring validationMagnus Karlsson2021-06-181-4/+7
* | net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* | xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen2021-06-243-16/+21
* | xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu2021-05-261-1/+2
* | xsk: Use kvcalloc to support large umemsMagnus Karlsson2021-05-251-4/+3
|/
* xsk: Fix for xp_aligned_validate_desc() when len == chunk_sizeXuan Zhuo2021-05-041-4/+3
* xsk: Align XDP socket batch size with DPDKLi RongQing2021-04-231-1/+1
* bpf, xdp: Restructure redirect actionsBjörn Töpel2021-03-101-1/+0
* bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel2021-03-101-0/+16