aboutsummaryrefslogtreecommitdiffstats
path: root/net/xdp (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-27xsk: Add API to check for available entries in FQMaxim Mikityanskiy2-0/+20
2019-06-26xsk: Properly terminate assignment in xskq_produce_flush_descNathan Chancellor1-1/+1
2019-06-12xdp: check device pointer before clearingIlya Maximets1-5/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny1-2/+2
2019-04-16xsk: fix XDP socket ring buffer memory orderingMagnus Karlsson1-4/+52
2019-03-16xsk: fix umem memory leak on cleanupBjörn Töpel1-18/+1
2019-03-08xsk: fix to reject invalid options in Tx descriptorBjörn Töpel1-2/+2
2019-03-08xsk: fix to reject invalid flags in xsk_bindBjörn Töpel1-1/+4
2019-03-07xsk: fix potential crash in xsk_diag_put_umem()Eric Dumazet1-2/+2
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+15
2019-02-21Revert "xsk: simplify AF_XDP socket teardown"Björn Töpel1-1/+15
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+10
2019-02-12xsk: do not remove umem from netdevice on fall-back to copy-modeBjörn Töpel1-1/+2
2019-02-11xsk: share the mmap_sem for page pinningDavidlohr Bueso1-4/+4
2019-02-10xsk: add missing smp_rmb() in xsk_mmapMagnus Karlsson1-0/+4
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-5/+256
2019-01-25xsk: add sock_diag interface for AF_XDPBjörn Töpel5-5/+213
2019-01-25xsk: add id to umemBjörn Töpel1-0/+13
2019-01-25net: xsk: track AF_XDP sockets on a per-netns listBjörn Töpel1-0/+30
2019-01-22xsk: export xdp_get_umem_from_qidJan Sokolowski1-0/+1
2019-01-15xsk: Check if a queue exists during umem setupKrzysztof Kazimierczak1-3/+13
2018-12-19xsk: simplify AF_XDP socket teardownBjörn Töpel1-15/+1
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-10-11xsk: do not call synchronize_net() under RCU read lockBjörn Töpel1-0/+2
2018-10-08xsk: proper AF_XDP socket teardown orderingBjörn Töpel2-13/+11
2018-10-05xsk: simplify xdp_clear_umem_at_qid implementationMagnus Karlsson1-5/+2
2018-10-05ethtool: don't allow disabling queues with umem installedJakub Kicinski1-2/+2
2018-10-05xsk: fix bug when trying to use both copy and zero-copy on one queue idMagnus Karlsson3-35/+64