1. 812285f Merge branch 'bpf_sk_storage_via_inet_diag' by Alexei Starovoitov · 5 years ago
  2. 085c20c bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump() by Martin KaFai Lau · 5 years ago
  3. 1ed4d92 bpf: INET_DIAG support in bpf_sk_storage by Martin KaFai Lau · 5 years ago
  4. 0df6d32 inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->data by Martin KaFai Lau · 5 years ago
  5. 5682d39 inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one() by Martin KaFai Lau · 5 years ago
  6. d7f10df bpf: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  7. 4bc9884 Merge branch 'bpf-bpftool-probes' by Daniel Borkmann · 5 years ago
  8. 7363327 selftests/bpf: Add test for "bpftool feature" command by Michal Rostecki · 5 years ago
  9. ad92b12 bpftool: Update bash completion for "bpftool feature" command by Michal Rostecki · 5 years ago
  10. bcdacab bpftool: Update documentation of "bpftool feature" command by Michal Rostecki · 5 years ago
  11. 368cb0e bpftool: Make probes which emit dmesg warnings optional by Michal Rostecki · 5 years ago
  12. 6b52ca4 bpftool: Move out sections to separate functions by Michal Rostecki · 5 years ago
  13. 3494bec bpftool: Support struct_ops, tracing, ext prog types by Andrey Ignatov · 5 years ago
  14. 3cd046f scripts/bpf: Switch to more portable python3 shebang by Scott Branden · 5 years ago
  15. 503d539 virtio_net: Add XDP meta data support by Yuya Kusakabe · 5 years ago
  16. f1d4884 virtio_net: Keep vnet header zeroed if XDP is loaded for small buffer by Yuya Kusakabe · 5 years ago
  17. 9fb156b selftests/bpf: Print backtrace on SIGSEGV in test_progs by Andrii Nakryiko · 5 years ago
  18. e036042 selftests/bpf: Run SYN cookies with reuseport BPF test only for TCP by Jakub Sitnicki · 5 years ago
  19. 779e422 selftests/bpf: Run reuseport tests only with supported socket types by Jakub Sitnicki · 5 years ago
  20. 80a836c Merge branch 'BPF_and_RT' by Alexei Starovoitov · 5 years ago
  21. 099bfaa bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabled by David Miller · 5 years ago
  22. 66150d0d bpf, lpm: Make locking RT friendly by Thomas Gleixner · 5 years ago
  23. 7f805d1 bpf: Prepare hashtab locking for PREEMPT_RT by Thomas Gleixner · 5 years ago
  24. d01f9b1 bpf: Factor out hashtab bucket lock operations by Thomas Gleixner · 5 years ago
  25. b6e5dae bpf: Replace open coded recursion prevention in sys_bpf() by Thomas Gleixner · 5 years ago
  26. 085fee1 bpf: Use recursion prevention helpers in hashtab code by Thomas Gleixner · 5 years ago
  27. c518cfa bpf: Provide recursion prevention helpers by Thomas Gleixner · 5 years ago
  28. 2a916f2 bpf: Use migrate_disable/enable in array macros and cgroup/lirc code. by David Miller · 5 years ago
  29. 02ad059 bpf: Use migrate_disable/enabe() in trampoline code. by David Miller · 5 years ago
  30. 6eac779 bpf/tests: Use migrate disable instead of preempt disable by David Miller · 5 years ago
  31. 3d9f773c bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites. by David Miller · 5 years ago
  32. 37e1d92 bpf: Replace cant_sleep() with cant_migrate() by Thomas Gleixner · 5 years ago
  33. 3c58482 bpf: Provide bpf_prog_run_pin_on_cpu() helper by Thomas Gleixner · 5 years ago
  34. 569de905 bpf: Dont iterate over possible CPUs with interrupts disabled by Thomas Gleixner · 5 years ago
  35. 8a37963 bpf: Remove recursion prevention from rcu free callback by Thomas Gleixner · 5 years ago
  36. 1d7bf6b perf/bpf: Remove preempt disable around BPF invocation by Thomas Gleixner · 5 years ago
  37. b0a81b9 bpf/trace: Remove redundant preempt_disable from trace_call_bpf() by Thomas Gleixner · 5 years ago
  38. 70ed070 bpf: disable preemption for bpf progs attached to uprobe by Alexei Starovoitov · 5 years ago
  39. 1b7a51a bpf/trace: Remove EXPORT from trace_call_bpf() by Thomas Gleixner · 5 years ago
  40. f03efe4 bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run() by Thomas Gleixner · 5 years ago
  41. dbca151 bpf: Update locking comment in hashtab code by Thomas Gleixner · 5 years ago
  42. 2ed905c bpf: Enforce preallocation for instrumentation programs on RT by Thomas Gleixner · 5 years ago
  43. 94dacdb bpf: Tighten the requirements for preallocated hash maps by Thomas Gleixner · 5 years ago
  44. 8eece07 Merge tag 'sched-for-bpf-2020-02-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into bpf-next by Alexei Starovoitov · 5 years ago
  45. 732a0de Merge branch 'mlxfw-Improve-error-reporting-and-FW-reactivate-support' by David S. Miller · 5 years ago
  46. b7331aa net/mlx5: Add fsm_reactivate callback support by Eran Ben Elisha · 5 years ago
  47. 958dfd0 net/mlxfw: Add reactivate flow support to FSM burn flow by Eran Ben Elisha · 5 years ago
  48. 5042e8b net/mlxfw: Use MLXFW_ERR_MSG macro for error reporting by Saeed Mahameed · 5 years ago
  49. 6a3f707 net/mlxfw: Convert pr_* to dev_* in mlxfw_fsm.c by Saeed Mahameed · 5 years ago
  50. f7fe7aa net/mlxfw: More error messages coverage by Saeed Mahameed · 5 years ago
  51. 86a1270 net/mlxfw: Improve FSM err message reporting and return codes by Saeed Mahameed · 5 years ago
  52. 4ae5756 net/mlxfw: Generic mlx FW flash status notify by Saeed Mahameed · 5 years ago
  53. b105e8e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  54. e65ee2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  55. eb1e147 Merge branch 'bpf-sockmap-listen' by Daniel Borkmann · 5 years ago
  56. 44d28be selftests/bpf: Tests for sockmap/sockhash holding listening sockets by Jakub Sitnicki · 5 years ago
  57. 11318ba selftests/bpf: Extend SK_REUSEPORT tests to cover SOCKMAP/SOCKHASH by Jakub Sitnicki · 5 years ago
  58. 035ff35 net: Generate reuseport group ID on group creation by Jakub Sitnicki · 5 years ago
  59. 9fed900 bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASH by Jakub Sitnicki · 5 years ago
  60. 1d59f3b bpf, sockmap: Let all kernel-land lookup values in SOCKMAP/SOCKHASH by Jakub Sitnicki · 5 years ago
  61. c1cdf65 bpf, sockmap: Return socket cookie on lookup from syscall by Jakub Sitnicki · 5 years ago
  62. 6e830c2 bpf, sockmap: Don't set up upcalls and progs for listening sockets by Jakub Sitnicki · 5 years ago
  63. 8ca30379 bpf, sockmap: Allow inserting listening TCP sockets into sockmap by Jakub Sitnicki · 5 years ago
  64. e802515 tcp_bpf: Don't let child socket inherit parent protocol ops on copy by Jakub Sitnicki · 5 years ago
  65. f1ff5ce net, sk_msg: Clear sk_user_data pointer on clone if tagged by Jakub Sitnicki · 5 years ago
  66. b8e202d net, sk_msg: Annotate lockless access to sk_prot on clone by Jakub Sitnicki · 5 years ago
  67. 0c0ddd6 Merge tag 'linux-watchdog-5.6-rc3' of git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 5 years ago
  68. bb65619 Merge tag 'char-misc-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 5 years ago
  69. e5553ac Merge tag 'staging-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 5 years ago
  70. ef11f1b Merge tag 'tty-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 5 years ago
  71. cee853e Merge tag 'usb-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 5 years ago
  72. 88f8bbf Merge tag 'drm-fixes-2020-02-21' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
  73. 3dc55dba Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  74. b4d9785 Merge branch 'Migrate-QRTR-Nameservice-to-Kernel' by David S. Miller · 5 years ago
  75. 31d6cbe net: qrtr: Fix the local node ID as 1 by Manivannan Sadhasivam · 5 years ago
  76. 0c2204a net: qrtr: Migrate nameservice to kernel from userspace by Manivannan Sadhasivam · 5 years ago
  77. cd26d72 net: phy: dp83867: Add speed optimization feature by Dan Murphy · 5 years ago
  78. b0dd1eb Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  79. bb8d00f MAINTAINERS: use tabs for SAFESETID by Randy Dunlap · 5 years ago
  80. 305e519 lib/stackdepot.c: fix global out-of-bounds in stack_slabs by Alexander Potapenko · 5 years ago
  81. 18e19f1 mm/sparsemem: pfn_to_page is not valid yet on SPARSEMEM by Wei Yang · 5 years ago
  82. 76073c6 mm/vmscan.c: don't round up scan size for online memory cgroup by Gavin Shan · 5 years ago
  83. c11d3fa lib/string.c: update match_string() doc-strings with correct behavior by Alexandru Ardelean · 5 years ago
  84. 75866af mm/memcontrol.c: lost css_put in memcg_expand_shrinker_maps() by Vasily Averin · 5 years ago
  85. fed98ef mm/swapfile.c: fix a comment in sys_swapon() by Christoph Hellwig · 5 years ago
  86. 0ef82fc scripts/get_maintainer.pl: deprioritize old Fixes: addresses by Douglas Anderson · 5 years ago
  87. ef0c081 get_maintainer: remove uses of P: for maintainer name by Joe Perches · 5 years ago
  88. 9e69fa4 selftests/vm: add missed tests in run_vmtests by SeongJae Park · 5 years ago
  89. 467d12f include/uapi/linux/swab.h: fix userspace breakage, use __BITS_PER_LONG for swap by Christian Borntraeger · 5 years ago
  90. edf28f4 Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()" by Ioanna Alifieraki · 5 years ago
  91. c766d14 y2038: hide timeval/timespec/itimerval/itimerspec types by Arnd Bergmann · 5 years ago
  92. 412c53a y2038: remove unused time32 interfaces by Arnd Bergmann · 5 years ago
  93. 595abba y2038: remove ktime to/from timespec/timeval conversion by Arnd Bergmann · 5 years ago
  94. 63fb962 ACPI: PM: s2idle: Check fixed wakeup events in acpi_s2idle_wake() by Rafael J. Wysocki · 5 years ago
  95. feb5d98 enetc: remove "depends on (ARCH_LAYERSCAPE || COMPILE_TEST)" by Vladimir Oltean · 5 years ago
  96. 5c4b513 tc-testing: updated tdc tests for basic filter with u16 extended match rules by Roman Mashak · 5 years ago
  97. f1d97dd net: page_pool: Add documentation on page_pool API by Ilias Apalodimas · 5 years ago
  98. 97d9a4e Merge tag 'drm-intel-fixes-2020-02-20' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 5 years ago
  99. c1368b34 Merge tag 'drm-misc-fixes-2020-02-20' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 5 years ago
  100. e42da4c docs/bpf: Update bpf development Q/A file by Yonghong Song · 5 years ago