summaryrefslogtreecommitdiff
path: root/net/xdp
AgeCommit message (Expand)Author
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
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-29xsk: Initialise xskb free_list_nodeCiara Loftus
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-12-17Revert "xsk: Do not sleep in poll() when need_wakeup set"Magnus Karlsson
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-14xsk: Do not sleep in poll() when need_wakeup setMagnus Karlsson
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-16net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet
2021-11-12xsk: Fix crash on double free in buffer poolMagnus Karlsson
2021-09-29xsk: Fix clang build error in __xp_allocMagnus Karlsson
2021-09-28xsk: Optimize for aligned caseMagnus Karlsson
2021-09-28xsk: Batched buffer allocation for the poolMagnus Karlsson
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-29net: sock: introduce sk_error_reportAlexander Aring