aboutsummaryrefslogtreecommitdiffstats
path: root/net/xdp
Commit message (Expand)AuthorAge
* xsk: Fix registration of Rx-only socketsMagnus Karlsson2019-10-23
* xsk: Fix crash in poll when device does not support ndo_xsk_wakeupMagnus Karlsson2019-10-03
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-28
|\
| * xsk: relax UMEM headroom alignmentBjörn Töpel2019-09-19
* | net/xdp: convert put_page() to put_user_page*()John Hubbard2019-09-24
* | mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-24
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-06
|\
| * xsk: lock the control mutex in sock_diag interfaceBjörn Töpel2019-09-05
| * xsk: use state member for socket synchronizationBjörn Töpel2019-09-05
| * xsk: avoid store-tearing when assigning umemBjörn Töpel2019-09-05
| * xsk: avoid store-tearing when assigning queuesBjörn Töpel2019-09-05
| * xsk: add support to allow unaligned chunk placementKevin Laatz2019-08-30
| * xdp: xdp_umem: replace kmap on vmap for umem mapIvan Khoronzhuk2019-08-21
| * xsk: remove AF_XDP socket from map when the socket is releasedBjörn Töpel2019-08-17
| * xsk: add support for need_wakeup flag in AF_XDP ringsMagnus Karlsson2019-08-17
| * xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson2019-08-17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-27
|\ \ | |/ |/|
| * xdp: unpin xdp umem pages in error pathIvan Khoronzhuk2019-08-20
* | xdp: xdp_umem: fix umem pages mapping for 32bits systemsIvan Khoronzhuk2019-08-09
|/
* xdp: fix potential deadlock on socket mutexIlya Maximets2019-07-12
* xdp: fix possible cq entry leakIlya Maximets2019-07-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-08
|\
| * xdp: fix hang while unregistering device bound to xdp socketIlya Maximets2019-07-03
| * xdp: hold device for umem regardless of zero-copy modeIlya Maximets2019-07-03
| * xsk: Properly terminate assignment in xskq_produce_flush_descNathan Chancellor2019-06-26
* | xdp: fix race on generic receive pathIlya Maximets2019-07-08
* | xsk: Return the whole xdp_desc from xsk_umem_consume_txMaxim Mikityanskiy2019-06-27
* | xsk: Add getsockopt XDP_OPTIONSMaxim Mikityanskiy2019-06-27
* | xsk: Add API to check for available entries in FQMaxim Mikityanskiy2019-06-27
|/
* xdp: check device pointer before clearingIlya Maximets2019-06-12
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
* mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny2019-05-14
* xsk: fix XDP socket ring buffer memory orderingMagnus Karlsson2019-04-16
* xsk: fix umem memory leak on cleanupBjörn Töpel2019-03-15
* xsk: fix to reject invalid options in Tx descriptorBjörn Töpel2019-03-08
* xsk: fix to reject invalid flags in xsk_bindBjörn Töpel2019-03-08
* xsk: fix potential crash in xsk_diag_put_umem()Eric Dumazet2019-03-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-24
|\
| * Revert "xsk: simplify AF_XDP socket teardown"Björn Töpel2019-02-21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-20
|\|
| * xsk: do not remove umem from netdevice on fall-back to copy-modeBjörn Töpel2019-02-12
| * xsk: share the mmap_sem for page pinningDavidlohr Bueso2019-02-11
| * xsk: add missing smp_rmb() in xsk_mmapMagnus Karlsson2019-02-10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-28
|\ \
| * | xsk: add sock_diag interface for AF_XDPBjörn Töpel2019-01-24
| * | xsk: add id to umemBjörn Töpel2019-01-24
| * | net: xsk: track AF_XDP sockets on a per-netns listBjörn Töpel2019-01-24
* | | xsk: export xdp_get_umem_from_qidJan Sokolowski2019-01-22
| |/ |/|
* | xsk: Check if a queue exists during umem setupKrzysztof Kazimierczak2019-01-15
|/
* xsk: simplify AF_XDP socket teardownBjörn Töpel2018-12-19