aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/xdp (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-8/+4
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-1/+0
2023-06-19bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko1-4/+0
2023-06-09mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes1-1/+1
2023-04-27xsk: Use pool->dma_pages to check for DMAKal Conley1-3/+4
2023-04-13Daniel Borkmann says:Jakub Kicinski3-20/+16
2023-04-13xsk: Elide base_addr comparison in xp_unaligned_validate_descKal Conley1-6/+2
2023-04-13xsk: Simplify xp_aligned_validate_desc implementationKal Conley1-8/+4
2023-04-06xsk: Fix unaligned descriptor validationKal Conley1-0/+1
2023-03-25xsk: allow remap of fill and/or completion ringsNuno Gonçalves1-3/+6
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+7
2023-03-22bpf: return long from bpf_map_ops funcsJP Kobryn1-4/+4
2023-03-16xsk: Add missing overflow check in xdp_umem_regKal Conley1-6/+7
2023-03-07bpf, net: xskmap memory usageYafang Shao1-0/+13
2023-02-21xsk: add linux/vmalloc.h to xsk.cXuan Zhuo1-0/+1
2023-02-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-26/+33
2023-02-20xsk: support use vaddr as ringXuan Zhuo3-13/+8
2023-02-17xsk: check IFF_UP earlier in Tx pathMaciej Fijalkowski1-26/+33
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing1-4/+0
2023-02-02xsk: add usage of XDP features flagsMarek Majtyka1-2/+5
2022-11-15bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen1-2/+2
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-27/+26
2022-09-30xsk: Expose min chunk size to driversMaxim Mikityanskiy1-2/+0
2022-09-22xsk: Inherit need_wakeup flag for shared socketsJalal Mostafa2-4/+5
2022-08-31xsk: Fix backpressure mechanism on TxMaciej Fijalkowski2-23/+21
2022-08-15xsk: Fix corrupted packets for XDP_SHARED_UMEMMagnus Karlsson1-6/+10
2022-07-14xsk: Mark napi_id on sendmsg()Maciej Fijalkowski1-1/+4
2022-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-06-28xsk: Clear page contiguity bit when unmapping poolIvan Malov1-0/+1
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+9
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-3/+3
2022-06-14xsk: Fix generic transmit when completion queue reservation failsCiara Loftus1-7/+9
2022-06-08xsk: Fix handling of invalid descriptors in XSK TX batching APIMaciej Fijalkowski2-10/+3
2022-06-02xdp: Directly use ida_alloc()/free() APIsKe Liu1-3/+3
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+26
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong1-3/+3
2022-04-26xsk: Fix possible crash when multiple sockets are createdMaciej Fijalkowski2-4/+25
2022-04-15xsk: Drop ternary operator from xskq_cons_has_entriesMaciej Fijalkowski1-1/+1
2022-04-15xsk: Diversify return codes in xsk_rcv_check()Maciej Fijalkowski1-1/+1
2022-04-15xsk: Improve xdp_do_redirect() error codesBjörn Töpel2-2/+2
2022-04-07xsk: Fix l2fwd for copy mode + busy poll comboMaciej Fijalkowski1-1/+1
2022-03-28xsk: Do not write NULL in SW ring at allocation failureMagnus Karlsson1-2/+6
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-19/+50
2022-02-28xsk: Fix race at socket teardownMagnus Karlsson1-19/+50
2022-01-27i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson3-13/+19
2022-01-26bpf: remove unused static inlinesJakub Kicinski1-7/+0
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-12-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-2/+2
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1