1. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  2. 932f4a6 mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERM by Ira Weiny · 6 years ago
  3. f63666de xsk: fix XDP socket ring buffer memory ordering by Magnus Karlsson · 6 years ago
  4. 044175a xsk: fix umem memory leak on cleanup by Björn Töpel · 6 years ago
  5. c57b557 xsk: fix to reject invalid options in Tx descriptor by Björn Töpel · 6 years ago
  6. f54ba39 xsk: fix to reject invalid flags in xsk_bind by Björn Töpel · 6 years ago
  7. 915905f xsk: fix potential crash in xsk_diag_put_umem() by Eric Dumazet · 6 years ago
  8. 70f3522 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  9. 11fe926 Revert "xsk: simplify AF_XDP socket teardown" by Björn Töpel · 6 years ago
  10. 375ca54 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  11. 1e405c1 xsk: do not remove umem from netdevice on fall-back to copy-mode by Björn Töpel · 6 years ago
  12. e451eb5 xsk: share the mmap_sem for page pinning by Davidlohr Bueso · 6 years ago
  13. e6762c8 xsk: add missing smp_rmb() in xsk_mmap by Magnus Karlsson · 6 years ago
  14. ec7146d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  15. a36b38aa xsk: add sock_diag interface for AF_XDP by Björn Töpel · 6 years ago
  16. 50e74c0 xsk: add id to umem by Björn Töpel · 6 years ago
  17. 1d0dc06 net: xsk: track AF_XDP sockets on a per-netns list by Björn Töpel · 6 years ago
  18. 5f4f3b2 xsk: export xdp_get_umem_from_qid by Jan Sokolowski · 6 years ago
  19. cc5b5d35 xsk: Check if a queue exists during umem setup by Krzysztof Kazimierczak · 6 years ago
  20. e2ce367 xsk: simplify AF_XDP socket teardown by Björn Töpel · 6 years ago
  21. 2e2d6f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  22. cee2716 xsk: do not call synchronize_net() under RCU read lock by Björn Töpel · 6 years ago
  23. 541d7fd xsk: proper AF_XDP socket teardown ordering by Björn Töpel · 6 years ago
  24. a41b4f3 xsk: simplify xdp_clear_umem_at_qid implementation by Magnus Karlsson · 6 years ago
  25. 1661d34 ethtool: don't allow disabling queues with umem installed by Jakub Kicinski · 6 years ago
  26. c9b47cc xsk: fix bug when trying to use both copy and zero-copy on one queue id by Magnus Karlsson · 6 years ago
  27. f5bd913 net: xsk: add a simple buffer reuse queue by Jakub Kicinski · 6 years ago
  28. 93ee30f xsk: i40e: get rid of useless struct xdp_umem_props by Magnus Karlsson · 6 years ago
  29. a29c8bb xsk: remove unnecessary assignment by Prashant Bhole · 6 years ago
  30. 18baed2 xsk: include XDP meta data in AF_XDP frames by Björn Töpel · 6 years ago
  31. 9025403 xsk: expose xdp_umem_get_{data,dma} to drivers by Björn Töpel · 6 years ago
  32. 96c26e0 xsk: fix return value of xdp_umem_assign_dev() by Prashant Bhole · 6 years ago
  33. c1c8626 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  34. 89b1698 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  35. 84c6b86 xsk: don't allow umem replace at stack level by Jakub Kicinski · 6 years ago
  36. f734607 xsk: refactor xdp_umem_assign_dev() by Jakub Kicinski · 6 years ago
  37. 2d55d61 net: xsk: don't return frames via the allocator on error by Jakub Kicinski · 6 years ago
  38. d24458e xsk: fix poll/POLLIN premature returns by Björn Töpel · 6 years ago
  39. 09210c4 xsk: do not return EMSGSIZE in copy mode for packets larger than MTU by Magnus Karlsson · 6 years ago
  40. 6efb443 xsk: always return ENOBUFS from sendmsg if there is no TX queue by Magnus Karlsson · 6 years ago
  41. 9684f5e xsk: do not return EAGAIN from sendmsg when completion queue is full by Magnus Karlsson · 6 years ago
  42. 509d764 xsk: do not return ENXIO from TX copy mode by Magnus Karlsson · 6 years ago
  43. a9744f7 xsk: fix potential race in SKB TX completion code by Magnus Karlsson · 7 years ago
  44. fe58868 xsk: frame could be completed more than once in SKB path by Magnus Karlsson · 7 years ago
  45. 20b52a7 xsk: fix potential lost completion message in SKB path by Magnus Karlsson · 7 years ago
  46. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  47. 5d90237 xsk: re-add queue id check for XDP_SKB path by Björn Töpel · 7 years ago
  48. a343993 xsk: silence warning on memory allocation failure by Björn Töpel · 7 years ago
  49. c09290c bpf, xdp: fix crash in xdp_umem_unaccount_pages by Daniel Borkmann · 7 years ago
  50. a5a16e4 xsk: Fix umem fill/completion queue mmap on 32-bit by Geert Uytterhoeven · 7 years ago
  51. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  52. ac98d8a xsk: wire upp Tx zero-copy functions by Magnus Karlsson · 7 years ago
  53. 173d3ad xsk: add zero-copy support for Rx by Björn Töpel · 7 years ago
  54. 8aef734 xsk: introduce xdp_umem_page by Björn Töpel · 7 years ago
  55. e61e62b9 xsk: moved struct xdp_umem definition by Björn Töpel · 7 years ago
  56. bbff2f3 xsk: new descriptor addressing scheme by Björn Töpel · 7 years ago
  57. a509a95 xsk: proper Rx drop statistics update by Björn Töpel · 7 years ago
  58. 4e64c83 xsk: proper fill queue descriptor validation by Björn Töpel · 7 years ago
  59. d3b42f1 xsk: convert atomic_t to refcount_t by Björn Töpel · 7 years ago
  60. a49049e xsk: simplified umem setup by Björn Töpel · 7 years ago
  61. 37b0769 xsk: add missing write- and data-dependency barrier by Björn Töpel · 7 years ago
  62. b3a9e0b xsk: remove explicit ring structure from uapi by Björn Töpel · 7 years ago
  63. 2e59dd5 xsk: proper queue id check at bind by Magnus Karlsson · 7 years ago
  64. 959b71d xsk: remove rebind support by Björn Töpel · 7 years ago
  65. c2f4374 xsk: proper '=' alignment by Björn Töpel · 7 years ago
  66. da60cf0 xsk: fixed some cases of unnecessary parentheses by Björn Töpel · 7 years ago
  67. 54b85c2 xsk: remove newline at end of file by Björn Töpel · 7 years ago
  68. dac09149 xsk: clean up SPDX headers by Björn Töpel · 7 years ago
  69. ea7e343 xsk: fix 64-bit division by Björn Töpel · 7 years ago
  70. af75d9e xsk: statistics support by Magnus Karlsson · 7 years ago
  71. 35fcde7 xsk: support for Tx by Magnus Karlsson · 7 years ago
  72. f614590 xsk: add Tx queue setup and mmap support by Magnus Karlsson · 7 years ago
  73. fe23083 xsk: add umem completion queue support and mmap by Magnus Karlsson · 7 years ago
  74. fbfc504a bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP by Björn Töpel · 7 years ago
  75. c497176 xsk: add Rx receive functions and poll support by Björn Töpel · 7 years ago
  76. 965a990 xsk: add support for bind for Rx by Magnus Karlsson · 7 years ago
  77. b9b6b68 xsk: add Rx queue setup and mmap support by Björn Töpel · 7 years ago
  78. 423f383 xsk: add umem fill queue support and mmap by Magnus Karlsson · 7 years ago
  79. c0c77d8 xsk: add user memory registration support sockopt by Björn Töpel · 7 years ago
  80. 68e8b84 net: initial AF_XDP skeleton by Björn Töpel · 7 years ago