summaryrefslogtreecommitdiff
path: root/net/xdp
AgeCommit message (Expand)Author
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard
2020-01-31net/xdp: set FOLL_PIN via pin_user_pages()John Hubbard
2020-01-22xsk, net: Make sock_def_readable() have external linkageBjörn Töpel
2020-01-15xsk: Support allocations of large umemsMagnus Karlsson
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-12-20xsk: Use struct_size() helperMagnus Karlsson
2019-12-20xsk: Add function naming comments and reorder functionsMagnus Karlsson
2019-12-20xsk: Remove unnecessary READ_ONCE of dataMagnus Karlsson
2019-12-20xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson
2019-12-20xsk: Change names of validation functionsMagnus Karlsson
2019-12-20xsk: Simplify the consumer ring access functionsMagnus Karlsson
2019-12-20xsk: Simplify xskq_nb_avail and xskq_nb_freeMagnus Karlsson
2019-12-20xsk: Eliminate the RX batch sizeMagnus Karlsson
2019-12-20xsk: Standardize naming of producer ring access functionsMagnus Karlsson
2019-12-20xsk: Consolidate to one single cached producer pointerMagnus Karlsson
2019-12-20xsk: Simplify detection of empty and full ringsMagnus Karlsson
2019-12-20xsk: Eliminate the lazy update thresholdMagnus Karlsson
2019-12-19xsk: Make xskmap flush_list common for all map instancesBjörn Töpel
2019-12-19xsk: Add rcu_read_lock around the XSK wakeupMaxim Mikityanskiy
2019-11-24xsk: Fix xsk_poll()'s return typeLuc Van Oostenryck
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-11-02xsk: Restructure/inline XSKMAP lookup/redirect/flushBjörn Töpel
2019-10-23xsk: Fix registration of Rx-only socketsMagnus Karlsson
2019-10-03xsk: Fix crash in poll when device does not support ndo_xsk_wakeupMagnus Karlsson
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-09-24net/xdp: convert put_page() to put_user_page*()John Hubbard
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)
2019-09-19xsk: relax UMEM headroom alignmentBjörn Töpel
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-09-05xsk: lock the control mutex in sock_diag interfaceBjörn Töpel
2019-09-05xsk: use state member for socket synchronizationBjörn Töpel
2019-09-05xsk: avoid store-tearing when assigning umemBjörn Töpel
2019-09-05xsk: avoid store-tearing when assigning queuesBjörn Töpel
2019-08-31xsk: add support to allow unaligned chunk placementKevin Laatz
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-21xdp: xdp_umem: replace kmap on vmap for umem mapIvan Khoronzhuk
2019-08-20xdp: unpin xdp umem pages in error pathIvan Khoronzhuk
2019-08-17xsk: remove AF_XDP socket from map when the socket is releasedBjörn Töpel
2019-08-17xsk: add support for need_wakeup flag in AF_XDP ringsMagnus Karlsson
2019-08-17xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson
2019-08-09xdp: xdp_umem: fix umem pages mapping for 32bits systemsIvan Khoronzhuk
2019-07-12xdp: fix potential deadlock on socket mutexIlya Maximets
2019-07-12xdp: fix possible cq entry leakIlya Maximets
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-09xdp: fix race on generic receive pathIlya Maximets
2019-07-03xdp: fix hang while unregistering device bound to xdp socketIlya Maximets
2019-07-03xdp: hold device for umem regardless of zero-copy modeIlya Maximets
2019-06-27xsk: Return the whole xdp_desc from xsk_umem_consume_txMaxim Mikityanskiy
2019-06-27xsk: Add getsockopt XDP_OPTIONSMaxim Mikityanskiy
2019-06-27xsk: Add API to check for available entries in FQMaxim Mikityanskiy