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