summaryrefslogtreecommitdiffstats
path: root/net/xdp
AgeCommit message (Expand)AuthorLines
2022-08-15xsk: Fix corrupted packets for XDP_SHARED_UMEMMagnus Karlsson-6/+10
2022-07-14xsk: Mark napi_id on sendmsg()Maciej Fijalkowski-1/+4
2022-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2022-06-28xsk: Clear page contiguity bit when unmapping poolIvan Malov-0/+1
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+9
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-3/+3
2022-06-14xsk: Fix generic transmit when completion queue reservation failsCiara Loftus-7/+9
2022-06-08xsk: Fix handling of invalid descriptors in XSK TX batching APIMaciej Fijalkowski-10/+3
2022-06-02xdp: Directly use ida_alloc()/free() APIsKe Liu-3/+3
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+26
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong-3/+3
2022-04-26xsk: Fix possible crash when multiple sockets are createdMaciej Fijalkowski-4/+25
2022-04-15xsk: Drop ternary operator from xskq_cons_has_entriesMaciej Fijalkowski-1/+1
2022-04-15xsk: Diversify return codes in xsk_rcv_check()Maciej Fijalkowski-1/+1
2022-04-15xsk: Improve xdp_do_redirect() error codesBjörn Töpel-2/+2
2022-04-07xsk: Fix l2fwd for copy mode + busy poll comboMaciej Fijalkowski-1/+1
2022-03-28xsk: Do not write NULL in SW ring at allocation failureMagnus Karlsson-2/+6
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-19/+50
2022-02-28xsk: Fix race at socket teardownMagnus Karlsson-19/+50
2022-01-27i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson-13/+19
2022-01-26bpf: remove unused static inlinesJakub Kicinski-7/+0
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2021-12-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-2/+2
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-0/+1
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2021-12-29xsk: Initialise xskb free_list_nodeCiara Loftus-0/+1
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski-0/+1
2021-12-17Revert "xsk: Do not sleep in poll() when need_wakeup set"Magnus Karlsson-2/+2
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2021-12-14xsk: Do not sleep in poll() when need_wakeup setMagnus Karlsson-2/+2
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+5
2021-11-16net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet-4/+0
2021-11-12xsk: Fix crash on double free in buffer poolMagnus Karlsson-2/+5
2021-09-29xsk: Fix clang build error in __xp_allocMagnus Karlsson-1/+0
2021-09-28xsk: Optimize for aligned caseMagnus Karlsson-37/+34
2021-09-28xsk: Batched buffer allocation for the poolMagnus Karlsson-4/+95
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+7
2021-06-29net: sock: introduce sk_error_reportAlexander Aring-1/+1
2021-06-24xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen-16/+21
2021-06-18xsk: Fix broken Tx ring validationMagnus Karlsson-4/+7
2021-05-26xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu-1/+2
2021-05-25xsk: Use kvcalloc to support large umemsMagnus Karlsson-4/+3
2021-05-04xsk: Fix for xp_aligned_validate_desc() when len == chunk_sizeXuan Zhuo-4/+3
2021-04-23xsk: Align XDP socket batch size with DPDKLi RongQing-1/+1
2021-03-10bpf, xdp: Restructure redirect actionsBjörn Töpel-1/+0
2021-03-10bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel-0/+16
2021-03-08xsk: Update rings for load-acquire/store-release barriersBjörn Töpel-17/+13
2021-02-25xsk: Build skb by page (aka generic zerocopy xmit)Xuan Zhuo-24/+96
2021-02-25xsk: Respect device's headroom and tailroom on generic xmit pathAlexander Lobakin-1/+7
2021-01-25xsk: Fold xp_assign_dev and __xp_assign_devBjörn Töpel-9/+3