1. cdf711f bnx2x: Add support for idlechk tests. by Sudarsana Reddy Kalluru · 4 years, 9 months ago
  2. 4365f35 bnx2x: Add Idlechk related register definitions. by Sudarsana Reddy Kalluru · 4 years, 9 months ago
  3. f91c031e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 9 months ago
  4. 418e787 Merge branch 'mvpp2-XDP-support' by David S. Miller · 4 years, 9 months ago
  5. 39b9631 mvpp2: xdp ethtool stats by Sven Auhagen · 4 years, 9 months ago
  6. c2d6fe6 mvpp2: XDP TX support by Matteo Croce · 4 years, 9 months ago
  7. 07dd0a7 mvpp2: add basic XDP support by Matteo Croce · 4 years, 9 months ago
  8. b27db22 mvpp2: use page_pool allocator by Matteo Croce · 4 years, 9 months ago
  9. 136bcd8 mvpp2: refactor BM pool init percpu code by Matteo Croce · 4 years, 9 months ago
  10. b0d754ef selftests/net: add ipv6 test coverage in rxtimestamp test by tannerlove · 4 years, 9 months ago
  11. a211649 Merge branch 'net-ipa-fix-HOLB-timer-register-use' by David S. Miller · 4 years, 9 months ago
  12. f13a8c3 net: ipa: fix HOLB timer calculation by Alex Elder · 4 years, 9 months ago
  13. 78b348f net: ipa: introduce ipa_clock_rate() by Alex Elder · 4 years, 9 months ago
  14. cd8700e ipv6/ping: set skb->mark on icmpv6 sockets by Willem de Bruijn · 4 years, 9 months ago
  15. 9ff79af selftests/bpf: Fix compilation error of bpf_iter_task_stack.c by Song Liu · 4 years, 9 months ago
  16. 8ae4121 bpf: Fix bpftool without skeleton code enabled by John Fastabend · 4 years, 9 months ago
  17. 91ffb9d net/xen-netfront: add kernel TX timestamps by Daniel Drown · 4 years, 9 months ago
  18. 47ff6154 net: bcmgenet: Allow changing carrier from user-space by Florian Fainelli · 4 years, 9 months ago
  19. de2afdc Merge tag 'mlx5-updates-2020-07-02' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 4 years, 9 months ago
  20. e620556 net/mlx5e: Enhance TX timeout recovery by Aya Levin · 4 years, 10 months ago
  21. b849211 net/mlx5e: Enhance ICOSQ data on RX reporter's diagnose by Aya Levin · 4 years, 11 months ago
  22. 56837c2 net/mlx5e: Add EQ info to TX/RX reporter's diagnose by Aya Levin · 4 years, 11 months ago
  23. 3c9d169 net/mlx5e: Enhance CQ data on diagnose output by Aya Levin · 4 years, 11 months ago
  24. d5cbedd net/mlx5e: Rename reporter's helpers by Aya Levin · 4 years, 10 months ago
  25. de6c6ab net/mlx5e: Add helper to get the RQ WQE counter by Aya Levin · 4 years, 11 months ago
  26. fc42d0d net/mlx5e: Add helper to get RQ WQE's head by Aya Levin · 4 years, 11 months ago
  27. 5d95c81 net/mlx5e: Move RQ helpers to txrx.h by Aya Levin · 4 years, 11 months ago
  28. 4537f52 net/mlx5e: Align RX/TX reporters diagnose output format by Aya Levin · 4 years, 11 months ago
  29. b9961af net/mlx5e: Remove redundant RQ state query by Aya Levin · 4 years, 11 months ago
  30. e74e28a net/mlx5e: Add a flush timeout define by Aya Levin · 4 years, 11 months ago
  31. b3ea4c4 net/mlx5e: Change reporters create functions to return void by Eran Ben Elisha · 5 years ago
  32. 046cc3d bpf: Fix build without CONFIG_STACKTRACE by Song Liu · 4 years, 9 months ago
  33. 8c8278a Merge branch 'sfc-prerequisites-for-EF100-driver-part-3' by David S. Miller · 4 years, 9 months ago
  34. b6d02dd sfc_ef100: helper function to set default RSS table of given size by Edward Cree · 4 years, 9 months ago
  35. b3007df sfc_ef100: NVRAM selftest support code by Edward Cree · 4 years, 9 months ago
  36. 39c965f sfc_ef100: populate BUFFER_SIZE_BYTES in INIT_RXQ by Edward Cree · 4 years, 9 months ago
  37. 805d22b sfc_ef100: add EF100 to NIC-revision enumeration by Edward Cree · 4 years, 9 months ago
  38. bcacac7 sfc: get drvinfo driver name from outside the common code by Edward Cree · 4 years, 9 months ago
  39. 31f4cbd sfc: initialise RSS context ID to 'no RSS context' in efx_init_struct() by Edward Cree · 4 years, 9 months ago
  40. d700fe0 sfc: commonise efx_fini_dmaq by Edward Cree · 4 years, 9 months ago
  41. 965470e sfc: factor out efx_mcdi_filter_table_down() from _remove() by Edward Cree · 4 years, 9 months ago
  42. 79de6e7 sfc: don't call tx_limit_len if NIC type doesn't have one by Edward Cree · 4 years, 9 months ago
  43. a81dcd8 sfc: assign TXQs without gaps by Edward Cree · 4 years, 9 months ago
  44. 69a7049 sfc: commonise netif_set_real_num[tr]x_queues calls by Edward Cree · 4 years, 9 months ago
  45. f9cac93 sfc: make tx_queues_per_channel variable at runtime by Edward Cree · 4 years, 9 months ago
  46. 67e6398 sfc: move modparam 'rss_cpus' out of common channel code by Edward Cree · 4 years, 9 months ago
  47. e4ff323 sfc: move modparam 'interrupt_mode' out of common channel code by Edward Cree · 4 years, 9 months ago
  48. bc32442 sfc: remove max_interrupt_mode by Edward Cree · 4 years, 9 months ago
  49. af3c38d sfc: support setting MTU even if not privileged to configure MAC fully by Edward Cree · 4 years, 9 months ago
  50. e44f65f xen-netfront: remove redundant assignment to variable 'act' by Colin Ian King · 4 years, 9 months ago
  51. dd2b7a6 Merge branch 'net-ipa-simplify-endpoint-programming' by David S. Miller · 4 years, 9 months ago
  52. fb57c3e net: ipa: simplify ipa_endpoint_program() by Alex Elder · 4 years, 9 months ago
  53. b07f283 net: ipa: move version test inside ipa_endpoint_program_suspend() by Alex Elder · 4 years, 9 months ago
  54. fff8997 net: ipa: always handle suspend workaround by Alex Elder · 4 years, 9 months ago
  55. 66eba76 net: ipa: move version test inside ipa_endpoint_program_delay() by Alex Elder · 4 years, 9 months ago
  56. 4e1a691 mlx4: Mark PM functions as __maybe_unused by Wei Yongjun · 4 years, 9 months ago
  57. ffa76e3 ksz884x: mark pcidev_suspend() as __maybe_unused by Wei Yongjun · 4 years, 9 months ago
  58. 44947c0 Merge branch 'net-macb-few-code-cleanups' by David S. Miller · 4 years, 9 months ago
  59. 8932b5a net: macb: remove is_udp variable by Claudiu Beznea · 4 years, 9 months ago
  60. 580d395 net: macb: do not initialize queue variable by Claudiu Beznea · 4 years, 9 months ago
  61. b7ab39b net: macb: use hweight32() to count set bits in queue_mask by Claudiu Beznea · 4 years, 9 months ago
  62. fec371f net: macb: do not set again bit 0 of queue_mask by Claudiu Beznea · 4 years, 9 months ago
  63. 9eb6206 Merge branch 'bridge-mrp-Add-support-for-getting-the-status' by David S. Miller · 4 years, 9 months ago
  64. 36a8e8e bridge: Extend br_fill_ifinfo to return MPR status by Horatiu Vultur · 4 years, 9 months ago
  65. df42ef22 bridge: mrp: Add br_mrp_fill_info by Horatiu Vultur · 4 years, 9 months ago
  66. e4266b9 bridge: uapi: mrp: Extend MRP attributes to get the status by Horatiu Vultur · 4 years, 9 months ago
  67. 811d7e3 bpf: selftests: Restore netns after each test by Martin KaFai Lau · 4 years, 9 months ago
  68. 99126ab bpf: selftests: A few improvements to network_helpers.c by Martin KaFai Lau · 4 years, 9 months ago
  69. 23212a7 Merge branch 'mptcp-add-receive-buffer-auto-tuning' by David S. Miller · 4 years, 9 months ago
  70. a6b118f mptcp: add receive buffer auto-tuning by Florian Westphal · 4 years, 9 months ago
  71. 767659f selftests: mptcp: add option to specify size of file to transfer by Florian Westphal · 4 years, 9 months ago
  72. b97e9d9 net: sched: Allow changing default qdisc to FQ-PIE by Danny Lin · 4 years, 9 months ago
  73. d8c8a96 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 4 years, 9 months ago
  74. 11a20c7 Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 4 years, 9 months ago
  75. 66486d8 ice: replace single-element array used for C struct hack by Bruce Allan · 4 years, 9 months ago
  76. b3c3890 ice: avoid unnecessary single-member variable-length structs by Bruce Allan · 4 years, 9 months ago
  77. a3b658c bonding: allow xfrm offload setup post-module-load by Jarod Wilson · 4 years, 9 months ago
  78. 8d7aab3 ice: implement snapshot for device capabilities by Jacob Keller · 4 years, 9 months ago
  79. 651f8bd Merge branch 'net-ipa-endpoint-configuration-updates' by David S. Miller · 4 years, 9 months ago
  80. 547c878 net: ipa: HOL_BLOCK_EN_FMASK is a 1-bit mask by Alex Elder · 4 years, 9 months ago
  81. 8b97bcb net: ipa: clarify endpoint register macro constraints by Alex Elder · 4 years, 9 months ago
  82. 00b9102 net: ipa: mode register is TX only by Alex Elder · 4 years, 9 months ago
  83. 9b63f09 net: ipa: metadata_mask register is RX only by Alex Elder · 4 years, 9 months ago
  84. f8d34df net: ipa: head-of-line block registers are RX only by Alex Elder · 4 years, 9 months ago
  85. 21ddff5 Merge branch 'net-ipa-small-improvements' by David S. Miller · 4 years, 9 months ago
  86. 722208e net: ipa: kill IPA_MEM_UC_OFFSET by Alex Elder · 4 years, 9 months ago
  87. 8463488 net: ipa: standarize more GSI error messages by Alex Elder · 4 years, 9 months ago
  88. a442b3c net: ipa: always report GSI state errors by Alex Elder · 4 years, 9 months ago
  89. 6f6746d Merge branch 'net-ipa-simple-refactorizations' by David S. Miller · 4 years, 9 months ago
  90. 9e88cb5 net: ipa: reuse a local variable in ipa_endpoint_init_aggr() by Alex Elder · 4 years, 9 months ago
  91. 1d86652 net: ipa: reduce aggregation time limit by Alex Elder · 4 years, 9 months ago
  92. 317a574 net: ipa: rework ipa_aggr_granularity_val() by Alex Elder · 4 years, 9 months ago
  93. 8c96439 Merge branch 'add-XDP-support-to-xen-netfront' by David S. Miller · 4 years, 9 months ago
  94. 1c9535c xen networking: add XDP offset adjustment to xen-netback by Denis Kirjanov · 4 years, 9 months ago
  95. 6c5aa6f xen networking: add basic XDP support for xen-netfront by Denis Kirjanov · 4 years, 9 months ago
  96. 2cef30d xen: netif.h: add a new extra type for XDP by Denis Kirjanov · 4 years, 9 months ago
  97. 91f7756 Merge branch 'test_progs-improvements' by Alexei Starovoitov · 4 years, 9 months ago
  98. c1f1f365 selftests/bpf: Test_progs option for listing test names by Jesper Dangaard Brouer · 4 years, 9 months ago
  99. 643e723 selftests/bpf: Test_progs option for getting number of tests by Jesper Dangaard Brouer · 4 years, 9 months ago
  100. 6c92bd5 selftests/bpf: Test_progs indicate to shell on non-actions by Jesper Dangaard Brouer · 4 years, 9 months ago