1. be08815 bpf: add also cbpf long jump test cases with heavy expansion by Daniel Borkmann · 7 years ago
  2. 06be086 bpf: test case for map pointer poison with calls/branches by Daniel Borkmann · 7 years ago
  3. 25c1013 Merge branch 'btf-fixes' by Alexei Starovoitov · 7 years ago
  4. 8175383 bpf: btf: Ensure t->type == 0 for BTF_KIND_FWD by Martin KaFai Lau · 7 years ago
  5. b9308ae bpf: btf: Check array t->size by Martin KaFai Lau · 7 years ago
  6. b4b21a0 Merge branch 'bpf-sockmap-test-fixes' by Daniel Borkmann · 7 years ago
  7. 73563aa selftests/bpf: test_sockmap, print additional test options by Prashant Bhole · 7 years ago
  8. d825e12 selftests/bpf: test_sockmap, fix data verification by Prashant Bhole · 7 years ago
  9. a009f1f selftests/bpf: test_sockmap, timing improvements by Prashant Bhole · 7 years ago
  10. 035b37f selftests/bpf: test_sockmap, join cgroup in selftest mode by Prashant Bhole · 7 years ago
  11. 16edddf selftests/bpf: test_sockmap, check test failure by Prashant Bhole · 7 years ago
  12. bcece5d bpf: Change bpf_fib_lookup to return -EAFNOSUPPORT for unsupported address families by David Ahern · 7 years ago
  13. 71b2c87 bpf: devmap: remove redundant assignment of dev = dev by Colin Ian King · 7 years ago
  14. 13a370b bpftool: Support sendmsg{4,6} attach types by Andrey Ignatov · 7 years ago
  15. ee7dbd97 Merge branch 'bpf-ir-decoder' by Daniel Borkmann · 7 years ago
  16. 6bdd533 bpf: add selftest for lirc_mode2 type program by Sean Young · 7 years ago
  17. f4364dc media: rc: introduce BPF_PROG_LIRC_MODE2 by Sean Young · 7 years ago
  18. 170a7e3 bpf: bpf_prog_array_copy() should return -ENOENT if exclude_prog not found by Sean Young · 7 years ago
  19. 9ce64f1 bpf: Verify flags in bpf_fib_lookup by David Ahern · 7 years ago
  20. fa898d7 bpf: Drop mpls from bpf_fib_lookup by David Ahern · 7 years ago
  21. 720e7f3 bpf: hide the unused 'off' variable by YueHaibing · 7 years ago
  22. 7a279e9 bpf: clean up eBPF helpers documentation by Quentin Monnet · 7 years ago
  23. f198222 Merge branch 'bpf-sendmsg-hook' by Daniel Borkmann · 7 years ago
  24. 04b6ab7 selftests/bpf: Selftest for sys_sendmsg hooks by Andrey Ignatov · 7 years ago
  25. 9be71aa selftests/bpf: Prepare test_sock_addr for extension by Andrey Ignatov · 7 years ago
  26. 72481f3 libbpf: Support guessing sendmsg{4,6} progs by Andrey Ignatov · 7 years ago
  27. 3024cf8 bpf: Sync bpf.h to tools/ by Andrey Ignatov · 7 years ago
  28. 1cedee1 bpf: Hooks for sys_sendmsg by Andrey Ignatov · 7 years ago
  29. 13193b0 bpf: Define cgroup_bpf_enabled for CONFIG_CGROUP_BPF=n by Andrey Ignatov · 7 years ago
  30. 3b29663 selftests/bpf: missing headers test_lwt_seg6local by Mathieu Xhonneux · 7 years ago
  31. dc3b8ae bpf: avoid -Wmaybe-uninitialized warning by Arnd Bergmann · 7 years ago
  32. 53c8036 bpf: btf: avoid -Wreturn-type warning by Arnd Bergmann · 7 years ago
  33. a493f5f libbpf: Install btf.h with libbpf by Andrey Ignatov · 7 years ago
  34. 5b79c2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  35. bc2dbc5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  36. 03250e10 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  37. 3f19597 kasan: fix memory hotplug during boot by David Hildenbrand · 7 years ago
  38. ed1596f kasan: free allocated shadow memory on MEM_CANCEL_ONLINE by David Hildenbrand · 7 years ago
  39. d41362e checkpatch: fix macro argument precedence test by Joe Perches · 7 years ago
  40. ae67d58 init/main.c: include <linux/mem_encrypt.h> by Mathieu Malaterre · 7 years ago
  41. 23d6aef kernel/sys.c: fix potential Spectre v1 issue by Gustavo A. R. Silva · 7 years ago
  42. a215586 mm/memory_hotplug: fix leftover use of struct page during hotplug by Jonathan Cameron · 7 years ago
  43. 6c04ab0 proc: fix smaps and meminfo alignment by Hugh Dickins · 7 years ago
  44. 8addc2d mm: do not warn on offline nodes unless the specific node is explicitly requested by Michal Hocko · 7 years ago
  45. 15c30bc mm, memory_hotplug: make has_unmovable_pages more robust by Michal Hocko · 7 years ago
  46. 0f901dc mm/kasan: don't vfree() nonexistent vm_area by Andrey Ryabinin · 7 years ago
  47. b9ddff9 MAINTAINERS: change hugetlbfs maintainer and update files by Mike Kravetz · 7 years ago
  48. 8f89c00 ipc/shm: fix shmat() nil address after round-down when remapping by Davidlohr Bueso · 7 years ago
  49. a73ab24 Revert "ipc/shm: Fix shmat mmap nil-page protection" by Davidlohr Bueso · 7 years ago
  50. 7a4deea idr: fix invalid ptr dereference on item delete by Matthew Wilcox · 7 years ago
  51. 3373de2 ocfs2: revert "ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect bio" by Changwei Ge · 7 years ago
  52. 7cbf319 mm: fix nr_rotate_swap leak in swapon() error case by Omar Sandoval · 7 years ago
  53. e52cde7 net: dsa: dsa_loop: Make dynamic debugging helpful by Florian Fainelli · 7 years ago
  54. 910714f Merge branch 'ovs-ct-zone' by David S. Miller · 7 years ago
  55. 11efd5c openvswitch: Support conntrack zone limit by Yi-Hung Wei · 7 years ago
  56. 5972be6 openvswitch: Add conntrack limit netlink definition by Yi-Hung Wei · 7 years ago
  57. d7c52fc Merge tag 'mlx5e-updates-2018-05-19' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 7 years ago
  58. a456757 8139too: Remove unnecessary netif_napi_del() by Bo Chen · 7 years ago
  59. eb11041 ibmvnic: Fix partial success login retries by Thomas Falcon · 7 years ago
  60. a527af9 Merge branch 'qed-ethtool-rx-flow-classification-enhancements' by David S. Miller · 7 years ago
  61. 608e00d0 qed*: Support drop action classification by Manish Chopra · 7 years ago
  62. 39385ab qede: Support flow classification to the VFs. by Manish Chopra · 7 years ago
  63. 3893fc6 qed*: Support other classification modes. by Manish Chopra · 7 years ago
  64. 89ffd14 qede: Validate unsupported configurations by Manish Chopra · 7 years ago
  65. 8788531 qede: Refactor ethtool rx classification flow. by Manish Chopra · 7 years ago
  66. d2f30f5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  67. 24e4b07 selftests/net: Add missing config options for PMTU tests by Stefano Brivio · 7 years ago
  68. e2f4f4e cxgb4/cxgb4vf: Notify link changes to OS-dependent code by Arjun Vynipadath · 7 years ago
  69. e8d4529 cxgb4: clean up init_one by Ganesh Goudar · 7 years ago
  70. 57ccaed cxgb4/cxgb4vf: link management changes for new SFP by Ganesh Goudar · 7 years ago
  71. e3ffec4 Merge tag 'batadv-net-for-davem-20180524' of git://git.open-mesh.org/linux-merge by David S. Miller · 7 years ago
  72. b526e56 net: fec: remove stale comment by YueHaibing · 7 years ago
  73. 0c23511 sfc: stop the TX queue before pushing new buffers by Martin Habets · 7 years ago
  74. 7d850ab net: bridge: add support for port isolation by Nikolay Aleksandrov · 7 years ago
  75. 62d18ec Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  76. b133ef6 Merge tag 'powerpc-4.17-7' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  77. f287fe3 Merge tag 'mmc-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 7 years ago
  78. b9f5701 Merge tag 'drm-fixes-for-v4.17-rc7' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  79. a1a9f53 Merge tag 'sound-4.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 7 years ago
  80. 1383cb8 mlx4_core: allocate ICM memory in page size chunks by Qing Huang · 7 years ago
  81. 9c59049 Merge branch 'nfp-offload-LAG-for-tc-flower-egress' by David S. Miller · 7 years ago
  82. 7e24a59 nfp: flower: compute link aggregation action by John Hurley · 7 years ago
  83. 2e1cc52 nfp: flower: implement host cmsg handler for LAG by John Hurley · 7 years ago
  84. bb9a8d0 nfp: flower: monitor and offload LAG groups by John Hurley · 7 years ago
  85. f44aa9e net: include hash policy in LAG changeupper info by John Hurley · 7 years ago
  86. b945245 nfp: flower: add per repr private data for LAG offload by John Hurley · 7 years ago
  87. 898bc7d nfp: flower: check for/turn on LAG support in firmware by John Hurley · 7 years ago
  88. 1945ca7 nfp: nfpcore: add rtsym writing function by John Hurley · 7 years ago
  89. 24f132e nfp: add ndo_set_mac_address for representors by John Hurley · 7 years ago
  90. d97cde6 hv_netvsc: fix bogus ifalias on network device by Stephen Hemminger · 7 years ago
  91. 322eaa0 enic: set DMA mask to 47 bit by Govindarajulu Varadarajan · 7 years ago
  92. de0a8267 Merge branch 'net-Update-fib_table_lookup-tracepoints' by David S. Miller · 7 years ago
  93. c949cbb net/ipv4: Remove tracepoint in fib_validate_source by David Ahern · 7 years ago
  94. 30d444d net/ipv6: Udate fib6_table_lookup tracepoint by David Ahern · 7 years ago
  95. 9f32397 net/ipv4: Udate fib_table_lookup tracepoint by David Ahern · 7 years ago
  96. aaa908f net_sched: switch to rcu_work by Cong Wang · 7 years ago
  97. af8d3c7 ppp: remove the PPPIOCDETACH ioctl by Eric Biggers · 7 years ago
  98. 1bb58d2 Merge branch 'Mirroring-tests-involving-VLAN' by David S. Miller · 7 years ago
  99. 181d95f selftests: forwarding: Test mirror-to-gre w/ UL 802.1d+VLAN by Petr Machata · 7 years ago
  100. a08fb9f selftests: forwarding: Test mirror-to-gre w/ UL VLAN by Petr Machata · 7 years ago