summaryrefslogtreecommitdiff
path: root/net/xdp
AgeCommit message (Expand)AuthorFilesLines
2020-02-11xsk: Publish global consumer pointers when NAPI is finishedMagnus Karlsson2-1/+4
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard1-1/+1
2020-01-31net/xdp: set FOLL_PIN via pin_user_pages()John Hubbard1-1/+1
2020-01-22xsk, net: Make sock_def_readable() have external linkageBjörn Töpel1-1/+1
2020-01-15xsk: Support allocations of large umemsMagnus Karlsson1-3/+4
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-224/+241
2019-12-20xsk: Use struct_size() helperMagnus Karlsson1-8/+7
2019-12-20xsk: Add function naming comments and reorder functionsMagnus Karlsson2-136/+167
2019-12-20xsk: Remove unnecessary READ_ONCE of dataMagnus Karlsson1-2/+2
2019-12-20xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson1-2/+2
2019-12-20xsk: Change names of validation functionsMagnus Karlsson2-30/+33
2019-12-20xsk: Simplify the consumer ring access functionsMagnus Karlsson2-68/+58
2019-12-20xsk: Simplify xskq_nb_avail and xskq_nb_freeMagnus Karlsson1-11/+13
2019-12-20xsk: Eliminate the RX batch sizeMagnus Karlsson1-4/+2
2019-12-20xsk: Standardize naming of producer ring access functionsMagnus Karlsson2-41/+37
2019-12-20xsk: Consolidate to one single cached producer pointerMagnus Karlsson1-26/+21
2019-12-20xsk: Simplify detection of empty and full ringsMagnus Karlsson1-2/+5
2019-12-20xsk: Eliminate the lazy update thresholdMagnus Karlsson1-2/+1
2019-12-19xsk: Make xskmap flush_list common for all map instancesBjörn Töpel1-8/+9
2019-12-19xsk: Add rcu_read_lock around the XSK wakeupMaxim Mikityanskiy1-8/+14
2019-11-24xsk: Fix xsk_poll()'s return typeLuc Van Oostenryck1-4/+4
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+31
2019-11-02xsk: Restructure/inline XSKMAP lookup/redirect/flushBjörn Töpel1-2/+31
2019-10-23xsk: Fix registration of Rx-only socketsMagnus Karlsson1-0/+6
2019-10-03xsk: Fix crash in poll when device does not support ndo_xsk_wakeupMagnus Karlsson1-15/+27
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+0
2019-09-24net/xdp: convert put_page() to put_user_page*()John Hubbard1-8/+1
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)1-1/+1
2019-09-19xsk: relax UMEM headroom alignmentBjörn Töpel1-2/+0
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-76/+429
2019-09-05xsk: lock the control mutex in sock_diag interfaceBjörn Töpel1-0/+3
2019-09-05xsk: use state member for socket synchronizationBjörn Töpel1-15/+39
2019-09-05xsk: avoid store-tearing when assigning umemBjörn Töpel1-2/+2
2019-09-05xsk: avoid store-tearing when assigning queuesBjörn Töpel1-1/+1
2019-08-31xsk: add support to allow unaligned chunk placementKevin Laatz4-32/+153
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2019-08-21xdp: xdp_umem: replace kmap on vmap for umem mapIvan Khoronzhuk1-6/+30
2019-08-20xdp: unpin xdp umem pages in error pathIvan Khoronzhuk1-1/+3
2019-08-17xsk: remove AF_XDP socket from map when the socket is releasedBjörn Töpel1-0/+50
2019-08-17xsk: add support for need_wakeup flag in AF_XDP ringsMagnus Karlsson4-19/+150
2019-08-17xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson2-3/+3
2019-08-09xdp: xdp_umem: fix umem pages mapping for 32bits systemsIvan Khoronzhuk1-1/+11
2019-07-12xdp: fix potential deadlock on socket mutexIlya Maximets2-10/+8
2019-07-12xdp: fix possible cq entry leakIlya Maximets1-7/+4
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-22/+89
2019-07-09xdp: fix race on generic receive pathIlya Maximets1-9/+22
2019-07-03xdp: fix hang while unregistering device bound to xdp socketIlya Maximets3-16/+82
2019-07-03xdp: hold device for umem regardless of zero-copy modeIlya Maximets1-5/+6
2019-06-27xsk: Return the whole xdp_desc from xsk_umem_consume_txMaxim Mikityanskiy1-7/+3
2019-06-27xsk: Add getsockopt XDP_OPTIONSMaxim Mikityanskiy1-0/+20