Age | Commit message (Expand) | Author | Files | Lines |
2021-11-12 | xsk: Fix crash on double free in buffer pool | Magnus Karlsson | 1 | -2/+5 |
2021-09-29 | xsk: Fix clang build error in __xp_alloc | Magnus Karlsson | 1 | -1/+0 |
2021-09-28 | xsk: Optimize for aligned case | Magnus Karlsson | 2 | -37/+34 |
2021-09-28 | xsk: Batched buffer allocation for the pool | Magnus Karlsson | 2 | -4/+95 |
2021-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+7 |
2021-06-29 | net: sock: introduce sk_error_report | Alexander Aring | 1 | -1/+1 |
2021-06-24 | xdp: Add proper __rcu annotations to redirect map entries | Toke Høiland-Jørgensen | 3 | -16/+21 |
2021-06-18 | xsk: Fix broken Tx ring validation | Magnus Karlsson | 1 | -4/+7 |
2021-05-26 | xdp: Extend xdp_redirect_map with broadcast support | Hangbin Liu | 1 | -1/+2 |
2021-05-25 | xsk: Use kvcalloc to support large umems | Magnus Karlsson | 1 | -4/+3 |
2021-05-04 | xsk: Fix for xp_aligned_validate_desc() when len == chunk_size | Xuan Zhuo | 1 | -4/+3 |
2021-04-23 | xsk: Align XDP socket batch size with DPDK | Li RongQing | 1 | -1/+1 |
2021-03-10 | bpf, xdp: Restructure redirect actions | Björn Töpel | 1 | -1/+0 |
2021-03-10 | bpf, xdp: Make bpf_redirect_map() a map operation | Björn Töpel | 1 | -0/+16 |
2021-03-08 | xsk: Update rings for load-acquire/store-release barriers | Björn Töpel | 1 | -17/+13 |
2021-02-25 | xsk: Build skb by page (aka generic zerocopy xmit) | Xuan Zhuo | 1 | -24/+96 |
2021-02-25 | xsk: Respect device's headroom and tailroom on generic xmit path | Alexander Lobakin | 1 | -1/+7 |
2021-01-26 | xsk: Fold xp_assign_dev and __xp_assign_dev | Björn Töpel | 1 | -9/+3 |
2021-01-26 | xsk: Remove explicit_free parameter from __xsk_rcv() | Björn Töpel | 1 | -16/+31 |
2021-01-20 | xsk: Clear pool even for inactive queues | Maxim Mikityanskiy | 1 | -2/+2 |
2020-12-18 | xsk: Rollback reservation at NETDEV_TX_BUSY | Magnus Karlsson | 2 | -0/+8 |
2020-12-18 | xsk: Fix race in SKB mode transmit with shared cq | Magnus Karlsson | 2 | -3/+7 |
2020-12-18 | xsk: Fix memory leak for failed bind | Magnus Karlsson | 2 | -2/+4 |
2020-12-15 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -2/+2 |
2020-12-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -4/+23 |
2020-12-08 | xsk: Validate socket state in xsk_recvmsg, prior touching socket members | Björn Töpel | 1 | -2/+2 |
2020-12-04 | xsk: Return error code if force_zc is set | Zhang Changzhong | 1 | -0/+1 |
2020-12-04 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 5 | -56/+201 |
2020-12-03 | bpf: Eliminate rlimit-based memory accounting for xskmap maps | Roman Gushchin | 1 | -10/+2 |
2020-12-03 | bpf: Refine memcg-based memory accounting for xskmap maps | Roman Gushchin | 1 | -1/+2 |
2020-12-03 | xsk: Change the tx writeable condition | Xuan Zhuo | 2 | -3/+19 |
2020-12-03 | xsk: Replace datagram_poll by sock_poll_wait | Xuan Zhuo | 1 | -1/+3 |
2020-12-01 | xsk: Propagate napi_id to XDP socket Rx path | Björn Töpel | 1 | -0/+1 |
2020-12-01 | xsk: Add busy-poll support for {recv,send}msg() | Björn Töpel | 1 | -0/+24 |
2020-12-01 | xsk: Check need wakeup flag in sendmsg() | Björn Töpel | 2 | -8/+11 |
2020-12-01 | xsk: Add support for recvmsg() | Björn Töpel | 1 | -1/+21 |
2020-11-28 | xdp: Remove the functions xsk_map_inc and xsk_map_put | Zhu Yanjun | 3 | -22/+4 |
2020-11-25 | net, xsk: Avoid taking multiple skbuff references | Björn Töpel | 1 | -7/+1 |
2020-11-23 | xsk: Fix incorrect netdev reference count | Marek Majtyka | 1 | -1/+3 |
2020-11-20 | xsk: Fix umem cleanup bug at socket destruct | Magnus Karlsson | 4 | -6/+19 |
2020-11-18 | xsk: Introduce batched Tx descriptor interfaces | Magnus Karlsson | 2 | -13/+133 |
2020-11-18 | xsk: Introduce padding between more ring pointers | Magnus Karlsson | 1 | -1/+3 |
2020-10-29 | xsk: Fix possible memory leak at socket close | Magnus Karlsson | 2 | -3/+7 |
2020-10-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 3 | -4/+5 |
2020-10-11 | bpf: Allow for map-in-map with dynamic inner array map entries | Daniel Borkmann | 1 | -1/+1 |
2020-10-09 | xsk: Introduce padding between ring pointers | Magnus Karlsson | 1 | -0/+4 |
2020-10-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+16 |
2020-10-05 | xsk: Remove internal DMA headers | Björn Töpel | 1 | -3/+0 |
2020-09-29 | xsk: Fix a documentation mistake in xsk_queue.h | Ciara Loftus | 1 | -1/+1 |
2020-09-28 | xsk: Fix possible crash in socket_release when out-of-memory | Magnus Karlsson | 1 | -0/+1 |