1. ed5941a bpf: Add cb access in kfree_skb test by Martin KaFai Lau · 5 years ago
  2. 7e3617a bpf: Add array support to btf_struct_access by Martin KaFai Lau · 5 years ago
  3. 30ee348 Merge branch 'bpf-libbpf-fixes' by Daniel Borkmann · 5 years ago
  4. 98e527af libbpf: Improve handling of corrupted ELF during map initialization by Andrii Nakryiko · 5 years ago
  5. 994021a libbpf: Make btf__resolve_size logic always check size error condition by Andrii Nakryiko · 5 years ago
  6. dd3ab12 libbpf: Fix another potential overflow issue in bpf_prog_linfo by Andrii Nakryiko · 5 years ago
  7. 4ee1135 libbpf: Fix potential overflow issue by Andrii Nakryiko · 5 years ago
  8. 3dc5e05 libbpf: Fix memory leak/double free issue by Andrii Nakryiko · 5 years ago
  9. 9656b34 libbpf: Fix negative FD close() in xsk_setup_xdp_prog() by Andrii Nakryiko · 5 years ago
  10. dab2e9e s390/bpf: Remove unused SEEN_RET0, SEEN_REG_AX and ret0_ip by Ilya Leoshkevich · 5 years ago
  11. 6ad2e1a s390/bpf: Wrap JIT macro parameter usages in parentheses by Ilya Leoshkevich · 5 years ago
  12. 166f11d s390/bpf: Use kvcalloc for addrs array by Ilya Leoshkevich · 5 years ago
  13. 7e22077 tools, bpf_asm: Warn when jumps are out of range by Ilya Leoshkevich · 5 years ago
  14. 85d31dd bpf: Account for insn->off when doing bpf_probe_read_kernel by Martin KaFai Lau · 5 years ago
  15. ed57802 libbpf: Simplify BPF_CORE_READ_BITFIELD_PROBED usage by Andrii Nakryiko · 5 years ago
  16. 65a052d selftests/bps: Clean up removed ints relocations negative tests by Andrii Nakryiko · 5 years ago
  17. f23c7ce Merge branch 'bpf-libbpf-bitfield-size-relo' by Daniel Borkmann · 5 years ago
  18. 0b16356 selftests/bpf: Add field size relocation tests by Andrii Nakryiko · 5 years ago
  19. 8b1cb1c9 selftest/bpf: Add relocatable bitfield reading tests by Andrii Nakryiko · 5 years ago
  20. 94f060e libbpf: Add support for field size relocations by Andrii Nakryiko · 5 years ago
  21. ee26dad libbpf: Add support for relocatable bitfields by Andrii Nakryiko · 5 years ago
  22. 42765ed selftests/bpf: Remove too strict field offset relo test cases by Andrii Nakryiko · 5 years ago
  23. 1574cf8 Merge tag 'mlx5-updates-2019-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 5 years ago
  24. a37ac8a mISDN: remove unused variable 'faxmodulation_s' by YueHaibing · 5 years ago
  25. 3a6ba7d ptp: Add a ptp clock driver for IDT ClockMatrix. by Vincent Cheng · 5 years ago
  26. 5c5e7aa dt-bindings: ptp: Add device tree binding for IDT ClockMatrix based PTP clock by Vincent Cheng · 5 years ago
  27. fac6fce net: icmp6: provide input address for traceroute6 by Francesco Ruggeri · 5 years ago
  28. 06e7c70 tipc: improve message bundling algorithm by Tuong Lien · 5 years ago
  29. 2adf81c net: icmp: use input address in traceroute by Francesco Ruggeri · 5 years ago
  30. c219a16 Merge branch 'optimize-openvswitch-flow-looking-up' by David S. Miller · 5 years ago
  31. eec62ea net: openvswitch: simplify the ovs_dp_cmd_new by Tonghao Zhang · 5 years ago
  32. 4c76bf6 net: openvswitch: don't unlock mutex when changing the user_features fails by Tonghao Zhang · 5 years ago
  33. 50b0e61 net: openvswitch: fix possible memleak on destroy flow-table by Tonghao Zhang · 5 years ago
  34. 0a3e013 net: openvswitch: add likely in flow_lookup by Tonghao Zhang · 5 years ago
  35. 515b65a net: openvswitch: simplify the flow_hash by Tonghao Zhang · 5 years ago
  36. 57f7d7b9 net: openvswitch: optimize flow-mask looking up by Tonghao Zhang · 5 years ago
  37. a7f35e7 net: openvswitch: optimize flow mask cache hash collision by Tonghao Zhang · 5 years ago
  38. 1689754 net: openvswitch: shrink the mask array if necessary by Tonghao Zhang · 5 years ago
  39. 4bc63b1 net: openvswitch: convert mask list in mask array by Tonghao Zhang · 5 years ago
  40. 04b7d13 net: openvswitch: add flow-mask cache for performance by Tonghao Zhang · 5 years ago
  41. ae8a76f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  42. d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  43. 358fdb4 Merge branch 'bpf_probe_read_user' by Alexei Starovoitov · 5 years ago
  44. fa553d9 bpf, testing: Add selftest to read/write sockaddr from user space by Daniel Borkmann · 5 years ago
  45. 50f9aa4 bpf, testing: Convert prog tests to probe_read_{user, kernel}{, _str} helper by Daniel Borkmann · 5 years ago
  46. 251e2d3 bpf, samples: Use bpf_probe_read_user where appropriate by Daniel Borkmann · 5 years ago
  47. 6e07a63 bpf: Switch BPF probe insns to bpf_probe_read_kernel by Daniel Borkmann · 5 years ago
  48. 6ae08ae bpf: Add probe_read_{user, kernel} and probe_read_{user, kernel}_str helpers by Daniel Borkmann · 5 years ago
  49. eb1b668 bpf: Make use of probe_user_write in probe write helper by Daniel Borkmann · 5 years ago
  50. 75a1a60 uaccess: Add strict non-pagefault kernel-space read function by Daniel Borkmann · 5 years ago
  51. 1d1585c uaccess: Add non-pagefault user-space write function by Daniel Borkmann · 5 years ago
  52. e1cb7d2 Merge branch 'map-pinning' by Alexei Starovoitov · 5 years ago
  53. 2f4a32c selftests: Add tests for automatic map pinning by Toke Høiland-Jørgensen · 5 years ago
  54. 57a00f4 libbpf: Add auto-pinning of maps when loading BPF objects by Toke Høiland-Jørgensen · 5 years ago
  55. 196f848 libbpf: Move directory creation into _pin() functions by Toke Høiland-Jørgensen · 5 years ago
  56. 4580b25 libbpf: Store map pin path and status in struct bpf_map by Toke Høiland-Jørgensen · 5 years ago
  57. d1b4574 libbpf: Fix error handling in bpf_map__reuse_fd() by Toke Høiland-Jørgensen · 5 years ago
  58. 1204c70 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  59. 372bf6c Merge tag 'nfs-for-5.4-3' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 5 years ago
  60. 0821de2 Merge tag 'for-linus-20191101' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  61. e5897c7d Merge tag 'riscv/for-v5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 5 years ago
  62. 78db77f Merge branch 'bpf-xskmap-perf-improvements' by Daniel Borkmann · 5 years ago
  63. d817991 xsk: Restructure/inline XSKMAP lookup/redirect/flush by Björn Töpel · 5 years ago
  64. e65650f bpf: Implement map_gen_lookup() callback for XSKMAP by Maciej Fijalkowski · 5 years ago
  65. 64fe8c0 xsk: Store struct xdp_sock as a flexible array member of the XSKMAP by Björn Töpel · 5 years ago
  66. 31408fb Merge branch 'parisc-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 5 years ago
  67. aeb1b85 Merge branch 'fix-BPF-offload-related-bugs' by David S. Miller · 5 years ago
  68. aefc3e7 net: fix installing orphaned programs by Jakub Kicinski · 5 years ago
  69. 41aa29a net: cls_bpf: fix NULL deref on offload filter removal by Jakub Kicinski · 5 years ago
  70. 8101e06 selftests: bpf: Skip write only files in debugfs by Jakub Kicinski · 5 years ago
  71. d64479a selftests: net: reuseport_dualstack: fix uninitalized parameter by Wei Wang · 5 years ago
  72. 62bdc8f r8169: fix wrong PHY ID issue with RTL8168dp by Heiner Kallweit · 5 years ago
  73. 5fc0f21 net: dsa: bcm_sf2: Fix IMP setup for port different than 8 by Florian Fainelli · 5 years ago
  74. 9d68db5 net: phylink: Fix phylink_dbg() macro by Florian Fainelli · 5 years ago
  75. 9cfeeb5 gve: Fixes DMA synchronization. by Yangchun Fu · 5 years ago
  76. a904a06 inet: stop leaking jiffies on the wire by Eric Dumazet · 5 years ago
  77. 667f264 net/mlx5: DR, Support IPv4 and IPv6 mixed matcher by Alex Vesker · 5 years ago
  78. 1cdc14e net/mlx5: LAG, Use affinity type enumerators by Erez Alfasi · 5 years ago
  79. 84d2dbb net/mlx5: LAG, Use port enumerators by Erez Alfasi · 5 years ago
  80. 5a212e0 net/mlx5: rate limit alloc_ent error messages by Li RongQing · 5 years ago
  81. ab9341b net/mlx5e: Add ToS (DSCP) header rewrite support by Dmytro Linkin · 5 years ago
  82. 88f30bb net/mlx5e: Bit sized fields rewrite support by Dmytro Linkin · 5 years ago
  83. 769619e net/mlx5: WQ, Move short getters into header file by Tariq Toukan · 5 years ago
  84. 130c7b4 net/mlx5e: TX, Dump WQs wqe descriptors on CQE with error events by Saeed Mahameed · 6 years ago
  85. 7dee607 net/mlx5: Support lockless FTE read lookups by Parav Pandit · 5 years ago
  86. 84c7af6 net/mlx5: Do not hold group lock while allocating FTE in software by Parav Pandit · 5 years ago
  87. ae2741e net/mlx5e: Verify that rule has at least one fwd/drop action by Vlad Buslov · 5 years ago
  88. 556b9d1 net/mlx5: Clear VF's configuration on disabling SRIOV by Aya Levin · 5 years ago
  89. 32680da net/mlx5: Remove unneeded variable in mlx5_unload_one by zhong jiang · 5 years ago
  90. cc4db57 net/mlx5: FPGA, support network cards with standalone FPGA by Igor Leshenko · 5 years ago
  91. 40416d8 net/mlx5: DR, Replace CRC32 implementation to use kernel lib by Hamdan Igbaria · 5 years ago
  92. c23fcbb tc-testing: added tests with cookie for conntrack TC action by Roman Mashak · 5 years ago
  93. c8c2cd8 Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue by David S. Miller · 5 years ago
  94. 451fe01 ixgbe: Remove duplicate clear_bit() call by Igor Pylypiv · 5 years ago
  95. 17df5ae Documentation: networking: device drivers: Remove stray asterisks by Jonathan Neuschäfer · 5 years ago
  96. 8472ba6 e1000: fix memory leaks by Wenwen Wang · 5 years ago
  97. 2c19e39 i40e: Fix receive buffer starvation for AF_XDP by Jeff Kirsher · 5 years ago
  98. 8d5cfd7 igb: Fix constant media auto sense switching when no cable is connected by Manfred Rudigier · 5 years ago
  99. 0dbe6cb Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  100. 355f83c Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago