summaryrefslogtreecommitdiffstats
path: root/net/xdp
Commit message (Expand)AuthorAgeFilesLines
* mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-1/+1
* net/xdp: set FOLL_PIN via pin_user_pages()John Hubbard2020-01-311-1/+1
* xsk, net: Make sock_def_readable() have external linkageBjörn Töpel2020-01-221-1/+1
* xsk: Support allocations of large umemsMagnus Karlsson2020-01-151-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-273-224/+241
|\
| * xsk: Use struct_size() helperMagnus Karlsson2019-12-201-8/+7
| * xsk: Add function naming comments and reorder functionsMagnus Karlsson2019-12-202-136/+167
| * xsk: Remove unnecessary READ_ONCE of dataMagnus Karlsson2019-12-201-2/+2
| * xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson2019-12-201-2/+2
| * xsk: Change names of validation functionsMagnus Karlsson2019-12-202-30/+33
| * xsk: Simplify the consumer ring access functionsMagnus Karlsson2019-12-202-68/+58
| * xsk: Simplify xskq_nb_avail and xskq_nb_freeMagnus Karlsson2019-12-201-11/+13
| * xsk: Eliminate the RX batch sizeMagnus Karlsson2019-12-201-4/+2
| * xsk: Standardize naming of producer ring access functionsMagnus Karlsson2019-12-202-41/+37
| * xsk: Consolidate to one single cached producer pointerMagnus Karlsson2019-12-201-26/+21
| * xsk: Simplify detection of empty and full ringsMagnus Karlsson2019-12-201-2/+5
| * xsk: Eliminate the lazy update thresholdMagnus Karlsson2019-12-201-2/+1
| * xsk: Make xskmap flush_list common for all map instancesBjörn Töpel2019-12-191-8/+9
* | xsk: Add rcu_read_lock around the XSK wakeupMaxim Mikityanskiy2019-12-191-8/+14
|/
* xsk: Fix xsk_poll()'s return typeLuc Van Oostenryck2019-11-241-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-021-2/+31
|\
| * xsk: Restructure/inline XSKMAP lookup/redirect/flushBjörn Töpel2019-11-021-2/+31
* | xsk: Fix registration of Rx-only socketsMagnus Karlsson2019-10-231-0/+6
|/
* xsk: Fix crash in poll when device does not support ndo_xsk_wakeupMagnus Karlsson2019-10-031-15/+27
* 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
OpenPOWER on IntegriCloud