summaryrefslogtreecommitdiffstats
path: root/net/xdp
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-281-2/+0
|\
| * xsk: relax UMEM headroom alignmentBjörn Töpel2019-09-191-2/+0
* | net/xdp: convert put_page() to put_user_page*()John Hubbard2019-09-241-8/+1
* | mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-241-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-065-76/+429
|\
| * xsk: lock the control mutex in sock_diag interfaceBjörn Töpel2019-09-051-0/+3
| * xsk: use state member for socket synchronizationBjörn Töpel2019-09-051-15/+39
| * xsk: avoid store-tearing when assigning umemBjörn Töpel2019-09-051-2/+2
| * xsk: avoid store-tearing when assigning queuesBjörn Töpel2019-09-051-1/+1
| * xsk: add support to allow unaligned chunk placementKevin Laatz2019-08-314-32/+153
| * xdp: xdp_umem: replace kmap on vmap for umem mapIvan Khoronzhuk2019-08-211-6/+30
| * xsk: remove AF_XDP socket from map when the socket is releasedBjörn Töpel2019-08-171-0/+50
| * xsk: add support for need_wakeup flag in AF_XDP ringsMagnus Karlsson2019-08-174-19/+150
| * xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson2019-08-172-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-271-1/+3
|\ \ | |/ |/|
| * xdp: unpin xdp umem pages in error pathIvan Khoronzhuk2019-08-201-1/+3
* | xdp: xdp_umem: fix umem pages mapping for 32bits systemsIvan Khoronzhuk2019-08-091-1/+11
|/
* xdp: fix potential deadlock on socket mutexIlya Maximets2019-07-122-10/+8
* xdp: fix possible cq entry leakIlya Maximets2019-07-121-7/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-084-22/+89
|\
| * xdp: fix hang while unregistering device bound to xdp socketIlya Maximets2019-07-033-16/+82
| * xdp: hold device for umem regardless of zero-copy modeIlya Maximets2019-07-031-5/+6
| * xsk: Properly terminate assignment in xskq_produce_flush_descNathan Chancellor2019-06-261-1/+1
* | xdp: fix race on generic receive pathIlya Maximets2019-07-091-9/+22
* | xsk: Return the whole xdp_desc from xsk_umem_consume_txMaxim Mikityanskiy2019-06-271-7/+3
* | xsk: Add getsockopt XDP_OPTIONSMaxim Mikityanskiy2019-06-271-0/+20
* | xsk: Add API to check for available entries in FQMaxim Mikityanskiy2019-06-272-0/+20
|/
* xdp: check device pointer before clearingIlya Maximets2019-06-121-5/+6
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny2019-05-141-2/+2
* xsk: fix XDP socket ring buffer memory orderingMagnus Karlsson2019-04-161-4/+52
* xsk: fix umem memory leak on cleanupBjörn Töpel2019-03-161-18/+1
* xsk: fix to reject invalid options in Tx descriptorBjörn Töpel2019-03-081-2/+2
* xsk: fix to reject invalid flags in xsk_bindBjörn Töpel2019-03-081-1/+4
* xsk: fix potential crash in xsk_diag_put_umem()Eric Dumazet2019-03-071-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-241-1/+15
|\
| * Revert "xsk: simplify AF_XDP socket teardown"Björn Töpel2019-02-211-1/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-202-5/+10
|\|
| * xsk: do not remove umem from netdevice on fall-back to copy-modeBjörn Töpel2019-02-121-1/+2
| * xsk: share the mmap_sem for page pinningDavidlohr Bueso2019-02-111-4/+4
| * xsk: add missing smp_rmb() in xsk_mmapMagnus Karlsson2019-02-101-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-286-5/+256
|\ \
| * | xsk: add sock_diag interface for AF_XDPBjörn Töpel2019-01-255-5/+213
| * | xsk: add id to umemBjörn Töpel2019-01-251-0/+13
| * | net: xsk: track AF_XDP sockets on a per-netns listBjörn Töpel2019-01-251-0/+30
* | | xsk: export xdp_get_umem_from_qidJan Sokolowski2019-01-221-0/+1
| |/ |/|
* | xsk: Check if a queue exists during umem setupKrzysztof Kazimierczak2019-01-151-3/+13
|/
* xsk: simplify AF_XDP socket teardownBjörn Töpel2018-12-191-15/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-191-0/+2
|\
| * xsk: do not call synchronize_net() under RCU read lockBjörn Töpel2018-10-111-0/+2