Age | Commit message (Expand) | Author |
2020-04-06 | xsk: Fix out of boundary write in __xsk_rcv_memcpy | Li RongQing |
2020-02-11 | xsk: Publish global consumer pointers when NAPI is finished | Magnus Karlsson |
2020-01-22 | xsk, net: Make sock_def_readable() have external linkage | Björn Töpel |
2019-12-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2019-12-20 | xsk: Add function naming comments and reorder functions | Magnus Karlsson |
2019-12-20 | xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addr | Magnus Karlsson |
2019-12-20 | xsk: Change names of validation functions | Magnus Karlsson |
2019-12-20 | xsk: Simplify the consumer ring access functions | Magnus Karlsson |
2019-12-20 | xsk: Standardize naming of producer ring access functions | Magnus Karlsson |
2019-12-19 | xsk: Make xskmap flush_list common for all map instances | Björn Töpel |
2019-12-19 | xsk: Add rcu_read_lock around the XSK wakeup | Maxim Mikityanskiy |
2019-11-24 | xsk: Fix xsk_poll()'s return type | Luc Van Oostenryck |
2019-11-02 | xsk: Restructure/inline XSKMAP lookup/redirect/flush | Björn Töpel |
2019-10-03 | xsk: Fix crash in poll when device does not support ndo_xsk_wakeup | Magnus Karlsson |
2019-09-24 | mm: introduce page_size() | Matthew Wilcox (Oracle) |
2019-09-05 | xsk: use state member for socket synchronization | Björn Töpel |
2019-09-05 | xsk: avoid store-tearing when assigning umem | Björn Töpel |
2019-09-05 | xsk: avoid store-tearing when assigning queues | Björn Töpel |
2019-08-31 | xsk: add support to allow unaligned chunk placement | Kevin Laatz |
2019-08-17 | xsk: remove AF_XDP socket from map when the socket is released | Björn Töpel |
2019-08-17 | xsk: add support for need_wakeup flag in AF_XDP rings | Magnus Karlsson |
2019-08-17 | xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup | Magnus Karlsson |
2019-07-12 | xdp: fix potential deadlock on socket mutex | Ilya Maximets |
2019-07-12 | xdp: fix possible cq entry leak | Ilya Maximets |
2019-07-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-07-09 | xdp: fix race on generic receive path | Ilya Maximets |
2019-07-03 | xdp: fix hang while unregistering device bound to xdp socket | Ilya Maximets |
2019-06-27 | xsk: Return the whole xdp_desc from xsk_umem_consume_tx | Maxim Mikityanskiy |
2019-06-27 | xsk: Add getsockopt XDP_OPTIONS | Maxim Mikityanskiy |
2019-06-27 | xsk: Add API to check for available entries in FQ | Maxim Mikityanskiy |
2019-03-08 | xsk: fix to reject invalid flags in xsk_bind | Björn Töpel |
2019-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-02-21 | Revert "xsk: simplify AF_XDP socket teardown" | Björn Töpel |
2019-02-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-02-10 | xsk: add missing smp_rmb() in xsk_mmap | Magnus Karlsson |
2019-01-25 | xsk: add sock_diag interface for AF_XDP | Björn Töpel |
2019-01-25 | net: xsk: track AF_XDP sockets on a per-netns list | Björn Töpel |
2018-12-19 | xsk: simplify AF_XDP socket teardown | Björn Töpel |
2018-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-10-11 | xsk: do not call synchronize_net() under RCU read lock | Björn Töpel |
2018-10-08 | xsk: proper AF_XDP socket teardown ordering | Björn Töpel |
2018-10-05 | xsk: fix bug when trying to use both copy and zero-copy on one queue id | Magnus Karlsson |
2018-09-01 | xsk: i40e: get rid of useless struct xdp_umem_props | Magnus Karlsson |
2018-08-30 | xsk: include XDP meta data in AF_XDP frames | Björn Töpel |
2018-07-31 | net: xsk: don't return frames via the allocator on error | Jakub Kicinski |
2018-07-13 | xsk: do not return EMSGSIZE in copy mode for packets larger than MTU | Magnus Karlsson |
2018-07-13 | xsk: always return ENOBUFS from sendmsg if there is no TX queue | Magnus Karlsson |
2018-07-13 | xsk: do not return EAGAIN from sendmsg when completion queue is full | Magnus Karlsson |
2018-07-13 | xsk: do not return ENXIO from TX copy mode | Magnus Karlsson |
2018-07-02 | xsk: fix potential race in SKB TX completion code | Magnus Karlsson |