1. 4d6304c bpf: Add unit tests for bpf_line_info by Martin KaFai Lau · 6 years ago
  2. 0568735 bpf: Refactor and bug fix in test_func_type in test_btf.c by Martin KaFai Lau · 6 years ago
  3. ee491d8 bpf: tools: Sync uapi bpf.h by Martin KaFai Lau · 6 years ago
  4. c454a46 bpf: Add bpf_line_info support by Martin KaFai Lau · 6 years ago
  5. 6baefa1 Merge branch 'support-alu32_arsh' by Alexei Starovoitov · 6 years ago
  6. c099f3f selftests: bpf: update testcases for BPF_ALU | BPF_ARSH by Jiong Wang · 6 years ago
  7. c49f7db bpf: verifier remove the rejection on BPF_ALU | BPF_ARSH by Jiong Wang · 6 years ago
  8. 2dc6b10 bpf: interpreter support BPF_ALU | BPF_ARSH by Jiong Wang · 6 years ago
  9. 84708c1 nfp: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_* by Jiong Wang · 6 years ago
  10. f860203 s390: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_* by Jiong Wang · 6 years ago
  11. 44cf43c ppc: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_* by Jiong Wang · 6 years ago
  12. ee94b90 mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_X by Jiong Wang · 6 years ago
  13. 17f6c83 mips: bpf: fix encoding bug for mm_srlv32_op by Jiong Wang · 6 years ago
  14. a06aef4 Merge branch 'bpf_func_info-improvements' by Alexei Starovoitov · 6 years ago
  15. 84ecc1f bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftool by Martin KaFai Lau · 6 years ago
  16. 555249d bpf: tools: Sync uapi bpf.h for the name changes in bpf_func_info by Martin KaFai Lau · 6 years ago
  17. d30d42e bpf: Change insn_offset to insn_off in bpf_func_info by Martin KaFai Lau · 6 years ago
  18. 7337224 bpf: Improve the info.func_info and info.func_info_rec_size behavior by Martin KaFai Lau · 6 years ago
  19. 30da46b tools: bpftool: add a command to dump the trace pipe by Quentin Monnet · 6 years ago
  20. 4188817 Merge branch 'bpf-jit-overridable-alloc' by Daniel Borkmann · 6 years ago
  21. 91fc957c arm64/bpf: don't allocate BPF JIT programs in module memory by Ard Biesheuvel · 6 years ago
  22. dc002bb bpf: add __weak hook for allocating executable memory by Ard Biesheuvel · 6 years ago
  23. 2a95471 Merge branch 'prog_test_run-improvement' by Alexei Starovoitov · 6 years ago
  24. df47fc3 selftests: add a test for bpf_prog_test_run_xattr by Lorenz Bauer · 6 years ago
  25. 64a9759 libbpf: add bpf_prog_test_run_xattr by Lorenz Bauer · 6 years ago
  26. 2587a97 tools: sync uapi/linux/bpf.h by Lorenz Bauer · 6 years ago
  27. b5a36b1 bpf: respect size hint to BPF_PROG_TEST_RUN if present by Lorenz Bauer · 6 years ago
  28. d59dd69 samples: bpf: fix: seg fault with NULL pointer arg by Daniel T. Lee · 6 years ago
  29. 90b1023 bpf: fix documentation for eBPF helpers by Quentin Monnet · 6 years ago
  30. e3da08d bpf: allow BPF read access to qdisc pkt_len by Petar Penkov · 6 years ago
  31. de94b65 libbpf: Fix license in README.rst by Andrey Ignatov · 6 years ago
  32. 5482e9a bpf: Fix memleak in aux->func_info and aux->btf by Martin KaFai Lau · 6 years ago
  33. 71fc156 Merge branch 'xdp1-improvements' by Alexei Starovoitov · 6 years ago
  34. dc378a1a samples: bpf: get ifindex from ifname by Matteo Croce · 6 years ago
  35. d606ee5 samples: bpf: improve xdp1 example by Matteo Croce · 6 years ago
  36. 9ffd05d Merge branch 'improve-test-coverage-sparc' by Alexei Starovoitov · 6 years ago
  37. 0a68632 bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases. by David Miller · 6 years ago
  38. 2acc5fd bpf: Make more use of 'any' alignment in test_verifier.c by David Miller · 6 years ago
  39. c766570 bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.c by David Miller · 6 years ago
  40. e9ee9ef bpf: Add BPF_F_ANY_ALIGNMENT. by David Miller · 6 years ago
  41. 88945f4 bpf: Fix verifier log string check for bad alignment. by David Miller · 6 years ago
  42. 779a459 Merge branch 'bpftool-fixes' by Alexei Starovoitov · 6 years ago
  43. 99a44bef tools: bpftool: add owner_prog_type and owner_jited to bpftool output by Quentin Monnet · 6 years ago
  44. 73f0b9d tools: bpftool: mark offloaded programs more explicitly in plain output by Quentin Monnet · 6 years ago
  45. 4f0fc6f tools: bpftool: fix bash completion for new map types (queue and stack) by Quentin Monnet · 6 years ago
  46. cad4977 tools: bpftool: fix bash completion for bpftool prog (attach|detach) by Quentin Monnet · 6 years ago
  47. 327e5da tools: bpftool: use "/proc/self/" i.o. crafting links with getpid() by Quentin Monnet · 6 years ago
  48. cc2b8ed arm64/bpf: use movn/movk/movk sequence to generate kernel addresses by Ard Biesheuvel · 6 years ago
  49. 93029d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  50. b426995 tools/bpf: make libbpf _GNU_SOURCE friendly by Yonghong Song · 6 years ago
  51. 3d58c9c net: Don't default Aquantia USB driver to 'y' by David S. Miller · 6 years ago
  52. 1464193 net: explain __skb_checksum_complete() with comments by Cong Wang · 6 years ago
  53. 19bf626 tcp: remove loop to compute wscale by Eric Dumazet · 6 years ago
  54. dcc6aba qede - Add a statistic for a case where driver drops tx packet due to memory allocation failure. by Michael Shteinbok · 6 years ago
  55. c1cb11b dpaa2-eth: Add "fall through" comments by Ioana Ciocoi Radulescu · 6 years ago
  56. a327010 Merge branch 'ave-suspend-resume' by David S. Miller · 6 years ago
  57. 8d1283b net: ethernet: ave: Preserve wol state in suspend/resume sequence by Kunihiko Hayashi · 6 years ago
  58. 7200f2e net: ethernet: ave: Set initial wol state to disabled by Kunihiko Hayashi · 6 years ago
  59. 0ba78b4 net: ethernet: ave: Add suspend/resume support by Kunihiko Hayashi · 6 years ago
  60. bd82233 Merge tag 'linux-can-next-for-4.21-20181128' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by David S. Miller · 6 years ago
  61. e561bb2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  62. 1ad93ab bpf: Fix various lib and testsuite build failures on 32-bit. by David Miller · 6 years ago
  63. 295daee selftests/bpf: add config fragment CONFIG_FTRACE_SYSCALLS by Naresh Kamboju · 6 years ago
  64. 36dbe57 Merge branch 'bpf-sk-msg-pop-data' by Daniel Borkmann · 6 years ago
  65. 1ade9ab bpf: test_sockmap, add options for msg_pop_data() helper by John Fastabend · 6 years ago
  66. d913a22 bpf: add msg_pop_data helper to tools by John Fastabend · 6 years ago
  67. 7246d8e bpf: helper to pop data from messages by John Fastabend · 6 years ago
  68. 60b5482 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  69. b26b2b2 Merge tag 'xtensa-20181128' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 6 years ago
  70. d78a5eb Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue by David S. Miller · 6 years ago
  71. 9a764c1 s390/qeth: fix length check in SNMP processing by Julian Wiedmann · 6 years ago
  72. 62e3a9317 net: qualcomm: rmnet: remove set but not used variables 'ip_family, fc_seq, qos_id' by YueHaibing · 6 years ago
  73. 8eb08cf qlcnic: remove set but not used variables 'cur_rings, max_hw_rings, tx_desc_info' by YueHaibing · 6 years ago
  74. 9cc549e net: neterion: vxge: remove set but not used variables 'max_frags' and 'txdl_priv' by YueHaibing · 6 years ago
  75. e9d8faf Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 6 years ago
  76. 5827541 Merge branch 'dpaa2-eth-Introduce-XDP-support' by David S. Miller · 6 years ago
  77. a4a7b76 dpaa2-eth: Add xdp counters by Ioana Ciocoi Radulescu · 6 years ago
  78. 0ff8f0a dpaa2-eth: Cleanup channel stats by Ioana Ciocoi Radulescu · 6 years ago
  79. 99e4352 dpaa2-eth: Add support for XDP_TX by Ioana Ciocoi Radulescu · 6 years ago
  80. 18c2e77 dpaa2-eth: Map Rx buffers as bidirectional by Ioana Ciocoi Radulescu · 6 years ago
  81. 5d39dc2 dpaa2-eth: Release buffers back to pool on XDP_DROP by Ioana Ciocoi Radulescu · 6 years ago
  82. 569375f dpaa2-eth: Move function by Ioana Ciocoi Radulescu · 6 years ago
  83. 7b1eea1 dpaa2-eth: Allow XDP header adjustments by Ioana Ciocoi Radulescu · 6 years ago
  84. 7e273a8 dpaa2-eth: Add basic XDP support by Ioana Ciocoi Radulescu · 6 years ago
  85. c7589401 net: hisilicon: remove unexpected free_netdev by Pan Bian · 6 years ago
  86. cfc4351 rapidio/rionet: do not free skb before reading its length by Pan Bian · 6 years ago
  87. 529eb36 i40e: fix kerneldoc for xsk methods by Jan Sokolowski · 6 years ago
  88. 121b018 Merge tag 'for-4.20-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  89. 5b26f71 Merge tag 'spi-fix-v4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 6 years ago
  90. a8bf879 ixgbe: recognize 1000BaseLX SFP modules as 1Gbps by Josh Elsasser · 6 years ago
  91. d8242d2 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  92. eab077aa i40e: Fix deletion of MAC filters by Lihong Yang · 6 years ago
  93. e4c39f7 igb: fix uninitialized variables by Yunjian Wang · 6 years ago
  94. 6cbf760 can: flexcan: split the Message Buffer RAM area by Pankaj Bansal · 6 years ago
  95. 0517961 can: flexcan: Add provision for variable payload size by Pankaj Bansal · 6 years ago
  96. 5156c7b can: flexcan: move rx_offload_add() from flexcan_probe() to flexcan_open() by Pankaj Bansal · 6 years ago
  97. 7ad0f53 can: flexcan: flexcan_chip_start(): enable loopback mode in flexcan by Pankaj Bansal · 6 years ago
  98. de3578c can: flexcan: add self wakeup support by Aisheng Dong · 6 years ago
  99. b9c9c39 dt-bindings: can: flexcan: add stop mode property to device tree by Aisheng Dong · 6 years ago
  100. c982a3ca can: flexcan: flexcan_chip_start(): adjust comment to match the code by Marc Kleine-Budde · 6 years ago