aboutsummaryrefslogtreecommitdiffstats
path: root/net/xdp
AgeCommit message (Expand)Author
2023-09-19xsk: Fix xsk_diag use-after-free error during socket cleanupMagnus Karlsson
2023-08-09xsk: fix refcount underflow in error pathMagnus Karlsson
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet
2023-07-04xsk: Honor SO_BINDTODEVICE on bindIlya Maximets
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-19bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko
2023-06-09mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes
2023-04-27xsk: Use pool->dma_pages to check for DMAKal Conley
2023-04-13Daniel Borkmann says:Jakub Kicinski
2023-04-13xsk: Elide base_addr comparison in xp_unaligned_validate_descKal Conley
2023-04-13xsk: Simplify xp_aligned_validate_desc implementationKal Conley
2023-04-06xsk: Fix unaligned descriptor validationKal Conley
2023-03-25xsk: allow remap of fill and/or completion ringsNuno Gonçalves
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-22bpf: return long from bpf_map_ops funcsJP Kobryn
2023-03-16xsk: Add missing overflow check in xdp_umem_regKal Conley
2023-03-07bpf, net: xskmap memory usageYafang Shao
2023-02-21xsk: add linux/vmalloc.h to xsk.cXuan Zhuo
2023-02-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-02-20xsk: support use vaddr as ringXuan Zhuo
2023-02-17xsk: check IFF_UP earlier in Tx pathMaciej Fijalkowski
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing
2023-02-02xsk: add usage of XDP features flagsMarek Majtyka
2022-11-15bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-30xsk: Expose min chunk size to driversMaxim Mikityanskiy
2022-09-22xsk: Inherit need_wakeup flag for shared socketsJalal Mostafa
2022-08-31xsk: Fix backpressure mechanism on TxMaciej Fijalkowski
2022-08-15xsk: Fix corrupted packets for XDP_SHARED_UMEMMagnus Karlsson
2022-07-14xsk: Mark napi_id on sendmsg()Maciej Fijalkowski
2022-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-28xsk: Clear page contiguity bit when unmapping poolIvan Malov
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-06-14xsk: Fix generic transmit when completion queue reservation failsCiara Loftus
2022-06-08xsk: Fix handling of invalid descriptors in XSK TX batching APIMaciej Fijalkowski
2022-06-02xdp: Directly use ida_alloc()/free() APIsKe Liu
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong
2022-04-26xsk: Fix possible crash when multiple sockets are createdMaciej Fijalkowski
2022-04-15xsk: Drop ternary operator from xskq_cons_has_entriesMaciej Fijalkowski
2022-04-15xsk: Diversify return codes in xsk_rcv_check()Maciej Fijalkowski
2022-04-15xsk: Improve xdp_do_redirect() error codesBjörn Töpel
2022-04-07xsk: Fix l2fwd for copy mode + busy poll comboMaciej Fijalkowski
2022-03-28xsk: Do not write NULL in SW ring at allocation failureMagnus Karlsson
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-28xsk: Fix race at socket teardownMagnus Karlsson
2022-01-27i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson
2022-01-26bpf: remove unused static inlinesJakub Kicinski