summaryrefslogtreecommitdiffstats
path: root/net/xdp
AgeCommit message (Expand)Author
2021-05-22xsk: Simplify detection of empty and full ringsMagnus Karlsson
2020-12-30xsk: Replace datagram_poll by sock_poll_waitXuan Zhuo
2020-12-30xsk: Fix xsk_poll()'s return typeLuc Van Oostenryck
2020-06-24xdp: Fix xsk_generic_xmit errnoLi RongQing
2020-06-03xsk: Add overflow check for u64 division, stored into u32Björn Töpel
2020-04-23xsk: Add missing check on user supplied headroom sizeMagnus Karlsson
2020-04-23xsk: Fix out of boundary write in __xsk_rcv_memcpyLi RongQing
2020-01-12xsk: Add rcu_read_lock around the XSK wakeupMaxim Mikityanskiy
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
2019-06-26xsk: Properly terminate assignment in xskq_produce_flush_descNathan Chancellor
2019-06-12xdp: check device pointer before clearingIlya Maximets
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny
2019-04-16xsk: fix XDP socket ring buffer memory orderingMagnus Karlsson
2019-03-16xsk: fix umem memory leak on cleanupBjörn Töpel
2019-03-08xsk: fix to reject invalid options in Tx descriptorBjörn Töpel
2019-03-08xsk: fix to reject invalid flags in xsk_bindBjörn Töpel
2019-03-07xsk: fix potential crash in xsk_diag_put_umem()Eric Dumazet
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-21Revert "xsk: simplify AF_XDP socket teardown"Björn Töpel
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-12xsk: do not remove umem from netdevice on fall-back to copy-modeBjörn Töpel
2019-02-11xsk: share the mmap_sem for page pinningDavidlohr Bueso