1. ef11d41 Merge branch 'convert-doc-to-rst' by Alexei Starovoitov · 7 years ago
  2. b7a27c3 bpf, doc: howto use/run the BPF selftests by Jesper Dangaard Brouer · 7 years ago
  3. 5422283 bpf, doc: convert bpf_devel_QA.rst to use RST formatting by Jesper Dangaard Brouer · 7 years ago
  4. 1a6ac1d bpf, doc: convert bpf_design_QA.rst to use RST formatting by Jesper Dangaard Brouer · 7 years ago
  5. 192092f bpf, doc: rename txt files to rst files by Jesper Dangaard Brouer · 7 years ago
  6. 4712c1b bpf, doc: add basic README.rst file by Jesper Dangaard Brouer · 7 years ago
  7. 1d82787 Merge branch 'fix-samples' by Alexei Starovoitov · 7 years ago
  8. 768759e samples: bpf: make the build less noisy by Jakub Kicinski · 7 years ago
  9. 0cc54db samples: bpf: move libbpf from object dependencies to libs by Jakub Kicinski · 7 years ago
  10. 787360f samples: bpf: fix build after move to compiling full libbpf.a by Jakub Kicinski · 7 years ago
  11. 8d93045 samples: bpf: rename libbpf.h to bpf_insn.h by Jakub Kicinski · 7 years ago
  12. 2bf3e2e samples: bpf: include bpf/bpf.h instead of local libbpf.h by Jakub Kicinski · 7 years ago
  13. fb40c9d Merge branch 'bpf-jit-cleanups' by Alexei Starovoitov · 7 years ago
  14. a82d8cd bpf: add ld64 imm test cases by Daniel Borkmann · 7 years ago
  15. 56ea6a8 bpf, arm64: save 4 bytes in prologue when ebpf insns came from cbpf by Daniel Borkmann · 7 years ago
  16. 6d2eea6 bpf, arm64: optimize 32/64 immediate emission by Daniel Borkmann · 7 years ago
  17. 09ece3d bpf, arm64: save 4 bytes of unneeded stack space by Daniel Borkmann · 7 years ago
  18. 38ca930 bpf, arm32: save 4 bytes of unneeded stack space by Daniel Borkmann · 7 years ago
  19. 3625600 bpf, x64: clean up retpoline emission slightly by Daniel Borkmann · 7 years ago
  20. 631b1e3 bpf, sparc: remove unused variable by Daniel Borkmann · 7 years ago
  21. 0631b65 bpf, mips: remove unused function by Daniel Borkmann · 7 years ago
  22. 53ea24c samples/bpf: xdp_monitor, accept short options by Prashant Bhole · 7 years ago
  23. 1772be3 Merge branch 'bpf-stackmap-nmi' by Daniel Borkmann · 7 years ago
  24. 13790d1 bpf: add selftest for stackmap with build_id in NMI context by Song Liu · 7 years ago
  25. bae77c5 bpf: enable stackmap with build_id in nmi context by Song Liu · 7 years ago
  26. a84880e Merge branch 'bpf-perf-rb-libbpf' by Daniel Borkmann · 7 years ago
  27. be5bca4 samples: bpf: convert some XDP samples from bpf_load to libbpf by Jakub Kicinski · 7 years ago
  28. 17387dd tools: bpf: don't complain about no kernel version for networking code by Jakub Kicinski · 7 years ago
  29. 2eb57bb tools: bpf: improve comments in libbpf.h by Jakub Kicinski · 7 years ago
  30. d0cabbb tools: bpf: move the event reading loop to libbpf by Jakub Kicinski · 7 years ago
  31. 5f93805 samples: bpf: compile and link against full libbpf by Jakub Kicinski · 7 years ago
  32. 74662ea samples: bpf: rename struct bpf_map_def to avoid conflict with libbpf by Jakub Kicinski · 7 years ago
  33. e368751 tools: bpftool: use PERF_SAMPLE_TIME instead of reading the clock by Jakub Kicinski · 7 years ago
  34. cb9c28e bpf: sync tools bpf.h uapi header by Prashant Bhole · 7 years ago
  35. 91bc07c selftests/bpf: Fix bash reference in Makefile by Joe Stringer · 7 years ago
  36. ff1f56d Merge branch 'bpf-fib-lookup-helper' by Daniel Borkmann · 7 years ago
  37. fe61605 samples/bpf: Add example of ipv4 and ipv6 forwarding in XDP by David Ahern · 7 years ago
  38. 87f5fc7 bpf: Provide helper to do forwarding lookups in kernel FIB table by David Ahern · 7 years ago
  39. 65a2022 net/ipv6: Add fib lookup stubs for use in bpf helper by David Ahern · 7 years ago
  40. d4bea42 net/ipv6: Update fib6 tracepoint to take fib6_info by David Ahern · 7 years ago
  41. 138118e net/ipv6: Add fib6_lookup by David Ahern · 7 years ago
  42. cc065a9 net/ipv6: Refactor fib6_rule_action by David Ahern · 7 years ago
  43. 1d053da net/ipv6: Extract table lookup from ip6_pol_route by David Ahern · 7 years ago
  44. 3b290a3 net/ipv6: Rename rt6_multipath_select by David Ahern · 7 years ago
  45. 6454743 net/ipv6: Rename fib6_lookup to fib6_node_lookup by David Ahern · 7 years ago
  46. 68625b7 bpf, doc: clarification for the meaning of 'id' by Wang YanQing · 7 years ago
  47. 96112e9 selftests/bpf: ignore build products by Sirio Balmelli · 7 years ago
  48. cd65cd9 selftests/bpf: add architecture-agnostic headers by Sirio Balmelli · 7 years ago
  49. ea7e343 xsk: fix 64-bit division by Björn Töpel · 7 years ago
  50. a46a5c1 Merge branch 'bpf-nfp-programmable-rss' by Daniel Borkmann · 7 years ago
  51. d985888 nfp: bpf: support setting the RX queue index by Jakub Kicinski · 7 years ago
  52. 0d83003 bpf: xdp: allow offloads to store into rx_queue_index by Jakub Kicinski · 7 years ago
  53. a1d1f079 Merge branch 'bpf-btf-id' by Daniel Borkmann · 7 years ago
  54. cd8b892 bpf: btf: Tests for BPF_OBJ_GET_INFO_BY_FD and BPF_BTF_GET_FD_BY_ID by Martin KaFai Lau · 7 years ago
  55. 7a01f6a bpf: btf: Update tools/include/uapi/linux/btf.h with BTF ID by Martin KaFai Lau · 7 years ago
  56. e34d98d bpf: btf: Some test_btf clean up by Martin KaFai Lau · 7 years ago
  57. 62dab84 bpf: btf: Add struct bpf_btf_info by Martin KaFai Lau · 7 years ago
  58. 78958fc bpf: btf: Introduce BTF ID by Martin KaFai Lau · 7 years ago
  59. 82e9697 bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=y by Martin KaFai Lau · 7 years ago
  60. 53a7bdf dt-bindings: dsa: Remove unnecessary #address/#size-cells by Fabio Estevam · 7 years ago
  61. 2b999ba net: phy: sfp: handle cases where neither BR, min nor BR, max is given by Antoine Tenart · 7 years ago
  62. 8d42ead Merge branch 'bnxt_en-Fixes-for-net-next' by David S. Miller · 7 years ago
  63. 707e7e9 bnxt_en: Always forward VF MAC address to the PF. by Michael Chan · 7 years ago
  64. 7328a23 bnxt_en: Read phy eeprom A2h address only when optical diagnostics is supported. by Vasundhara Volam · 7 years ago
  65. dac04907 bnxt_en: Check unsupported speeds in bnxt_update_link() on PF only. by Michael Chan · 7 years ago
  66. cc559c1 bnxt_en: Fix firmware message delay loop regression. by Michael Chan · 7 years ago
  67. 724e47a net-next/hinic: add pci device ids for 25ge and 100ge card by Zhao Chen · 7 years ago
  68. d869dea flow_dissector: do not rely on implicit casts by Paolo Abeni · 7 years ago
  69. 72a338b net: core: rework basic flow dissection helper by Paolo Abeni · 7 years ago
  70. 62515f9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
  71. 9d4927f Merge branch 'ipv6-misc' by David S. Miller · 7 years ago
  72. 0c1dd2a net: ipv6/gre: Add GRO support by Eran Ben Elisha · 7 years ago
  73. 6f2f821 net: ipv6: Fix typo in ipv6_find_hdr() documentation by Tariq Toukan · 7 years ago
  74. db0aeb3 Merge branch 'qed-Add-support-for-new-multi-partitioning-modes' by David S. Miller · 7 years ago
  75. cac6f69 qed: Add support for Unified Fabric Port. by Sudarsana Reddy Kalluru · 7 years ago
  76. b51bdfb qed: Add support for multi function mode with 802.1ad tagging. by Sudarsana Reddy Kalluru · 7 years ago
  77. 27bf96e qed: Remove unused data member 'is_mf_default'. by Sudarsana Reddy Kalluru · 7 years ago
  78. 0bc5fe8 qed*: Refactor mf_mode to consist of bits. by Sudarsana Reddy Kalluru · 7 years ago
  79. 3a443bd6 net/9p: correct the variable name in v9fs_get_trans_by_name() comment by Sun Lianwen · 7 years ago
  80. 84a2fba vlan: correct the file path in vlan_dev_change_flags() comment by Sun Lianwen · 7 years ago
  81. 01adc48 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  82. 18b338f liquidio: support use of ethtool to set link speed of CN23XX-225 cards by Weilin Chang · 7 years ago
  83. 7f625bd Merge branch '3c59x-patches-and-the-removal-of-an-unused-function' by David S. Miller · 7 years ago
  84. dea4c96 net: 3com: 3c59x: irq save variant of ISR by Anna-Maria Gleixner · 7 years ago
  85. 47f66c7 net: 3com: 3c59x: Pull locking out of ISR by Anna-Maria Gleixner · 7 years ago
  86. 577b995 net: 3com: 3c59x: Move boomerang/vortex conditional into function by Anna-Maria Gleixner · 7 years ago
  87. c36a68f net: u64_stats_sync: Remove functions without user by Anna-Maria Gleixner · 7 years ago
  88. 6328c95 selftests: net: add udpgso* to TEST_GEN_FILES by Anders Roxell · 7 years ago
  89. 9027887 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  90. b13468d netfilter: nft_dynset: fix timeout updates on 32bit by Florian Westphal · 7 years ago
  91. 538c567 netfilter: ctnetlink: export nf_conntrack_max by Florent Fourcot · 7 years ago
  92. bfb15f2 netfilter: extract Passive OS fingerprint infrastructure from xt_osf by Fernando Fernandez Mancera · 7 years ago
  93. 3f9c56a netfilter: nf_tables: Provide NFT_{RT,CT}_MAX for userspace by Phil Sutter · 7 years ago
  94. 3a2e86f netfilter: nf_nat: remove unused ct arg from lookup functions by Florian Westphal · 7 years ago
  95. c1c7e44 netfilter: ip6t_srh: extend SRH matching for previous, next and last SID by Ahmed Abdelsalam · 7 years ago
  96. 75e72f0 netfilter: nft_numgen: enable hashing of one element by Laura Garcia Liebana · 7 years ago
  97. d734a28 netfilter: nft_numgen: add map lookups for numgen statements by Laura Garcia Liebana · 7 years ago
  98. 8fb11a9 net/ipv6: rename rt6_next to fib6_next by David Ahern · 7 years ago
  99. e94fa1d bpf, xskmap: fix crash in xsk_map_alloc error path handling by Daniel Borkmann · 7 years ago
  100. a5458aa Merge branch 'bpf-event-output-offload' by Daniel Borkmann · 7 years ago