1. 8998763 fm10k: Fix multicast mode sync issues by Ngai-Mint Kwan · 9 years ago
  2. 9de6a1a fm10k: drop 1588 support by Jacob Keller · 9 years ago
  3. 1e4c32f fm10k: prevent RCU issues during AER events by Jacob Keller · 9 years ago
  4. 2d0f76b fm10k: use DRV_SUMMARY to reduce code duplication by Jacob Keller · 9 years ago
  5. 144d830 fm10k: Add support for bulk Tx cleanup & cleanup boolean logic by Alexander Duyck · 9 years ago
  6. 3ef2f56 fm10k: remove debug-statistics support by Jacob Keller · 9 years ago
  7. 09401ae fm10k: add helper functions to set strings and data for ethtool stats by Jacob Keller · 9 years ago
  8. 0ea7fae fm10k: use ethtool_rxfh_indir_default for default redirection table by Jacob Keller · 9 years ago
  9. d8ec92f fm10k: fix a minor typo in some comments by Jacob Keller · 10 years ago
  10. 4be37c4 fm10k: correctly clean up when init_queueing_scheme fails by Jacob Keller · 10 years ago
  11. c4114e3 fm10k: prevent possibly uninitialized variable by Bruce Allan · 10 years ago
  12. d2e0721 fm10k: add helper functions to set strings and data for ethtool stats by Jacob Keller · 10 years ago
  13. c8ed563 fm10k: free MBX IRQ before clearing interrupt scheme by Jacob Keller · 10 years ago
  14. 61e0217 fm10k: print error message when stop_hw fails by Jacob Keller · 10 years ago
  15. b352569 fm10k: base queue scheme covered by RSS by Jacob Keller · 10 years ago
  16. e72319b fm10k: don't initialize service task until later in probe by Jacob Keller · 10 years ago
  17. de66c61 fm10k: prevent null pointer dereference of msix_entries table by Jacob Keller · 10 years ago
  18. 11c49f7 fm10k: use ether_addr_copy to copy MAC address by Bruce Allan · 10 years ago
  19. 1905add fm10k: cleanup SPACE_BEFORE_TAB checkpatch warning by Bruce Allan · 10 years ago
  20. 838e610 fm10k: demote BUG_ON() to WARN_ON() where appropriate by Bruce Allan · 10 years ago
  21. fcdb0a9 fm10k: cleanup remaining right-bit-shifted 1 by Bruce Allan · 10 years ago
  22. 1aab144 fm10k: Move constants to the right of binary operators by Bruce Allan · 10 years ago
  23. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  24. fe896d1 mm: introduce page reference manipulation functions by Joonsoo Kim · 9 years ago
  25. 5eb4dce net: relax setup_tc ndo op handle restriction by John Fastabend · 9 years ago
  26. 16e5cc6 net: rework setup_tc ndo op to consume general tc operand by John Fastabend · 9 years ago
  27. e4c6734 net: rework ndo tc op to consume additional qdisc handle parameter by John Fastabend · 9 years ago
  28. 1012014 fm10k: don't reinitialize RSS flow table when RXFH configured by Keller, Jacob E · 10 years ago
  29. 0d722ec fm10k: IS_ENABLED() is not appropriate for boolean kconfig option by Bruce Allan · 10 years ago
  30. f632fed fm10k: cleanup mailbox code comments etc by Bruce Allan · 10 years ago
  31. f355bb5 fm10k: use true/false for boolean get_host_state by Bruce Allan · 10 years ago
  32. e6f244d fm10k: remove unused struct element by Bruce Allan · 10 years ago
  33. f329ad7 fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structures by Bruce Allan · 10 years ago
  34. 4e458cf fm10k: address operator not needed when declaring function pointers by Bruce Allan · 10 years ago
  35. 6186ddf fm10k: use ether_addr_equal instead of memcmp by Jacob Keller · 10 years ago
  36. 09f8a82 fm10k: Cleanup exception handling for changing queues by Alexander Duyck · 10 years ago
  37. 8c2a029 fm10k: correctly pack TLV structures and explain reasoning by Jacob Keller · 10 years ago
  38. 07146e2 fm10k: don't initialize fm10k_workqueue at global level by Bruce Allan · 10 years ago
  39. a188222 net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK by Tom Herbert · 10 years ago
  40. 504b0fd fm10k: initialize xps at driver load by Jacob Keller · 10 years ago
  41. 3d02b3d fm10k: cleanup overly long lines by Bruce Allan · 10 years ago
  42. bb269e8 fm10k: cleanup namespace pollution by Bruce Allan · 10 years ago
  43. 3e51564 fm10k: use BIT() macro instead of open-coded bit-shifting by Bruce Allan · 10 years ago
  44. a4fcad6 fm10k: whitespace cleanups by Bruce Allan · 10 years ago
  45. e214d85 fm10k: do not inline fm10k_iov_select_vid() by Bruce Allan · 10 years ago
  46. e00e23b fm10k: Cleanup exception handling for mailbox interrupt by Alexander Duyck · 10 years ago
  47. 587731e fm10k: Cleanup MSI-X interrupts in case of failure by Alexander Duyck · 10 years ago
  48. 5682366 fm10k: conditionally compile DCB and DebugFS support by Jacob Keller · 10 years ago
  49. e3b6e95 fm10k: bump driver version by Jacob Keller · 10 years ago
  50. aa502b4 fm10k: consistently refer to VLANs and VLAN IDs by Jacob Keller · 10 years ago
  51. b80b1a5 fm10k: remove namespace pollution of fm10k_iov_msg_data_pf by Jacob Keller · 10 years ago
  52. 4ab0f79 fm10k: remove unnecessary else block from if statements with return by Jacob Keller · 10 years ago
  53. 40423dd fm10k: do not use CamelCase by Jacob Keller · 10 years ago
  54. f0cf5c9 fm10k: use ether_addr_copy to copy MAC address by Jacob Keller · 10 years ago
  55. 03d13a5 fm10k: TRIVIAL cleanup order at top of fm10k_xmit_frame by Jacob Keller · 10 years ago
  56. c7bc952 fm10k: TRIVIAL fix typo of hardware by Jacob Keller · 10 years ago
  57. dbf4284 fm10k: change default Tx ITR to 25usec by Jacob Keller · 10 years ago
  58. 436ea95 fm10k: use macro for default Tx and Rx ITR values by Jacob Keller · 10 years ago
  59. 242722d fm10k: Update adaptive ITR algorithm by Jacob Keller · 10 years ago
  60. 584373f fm10k: introduce ITR_IS_ADAPTIVE macro by Jacob Keller · 10 years ago
  61. 20076fa fm10k: Add support for ITR scaling based on PCIe link speed by Jacob Keller · 10 years ago
  62. 5680ea6 fm10k: rename mbx_tx_oversized statistic to mbx_tx_dropped by Jacob Keller · 10 years ago
  63. 17d39fa fm10k: add statistics for actual DWORD count of mbmem mailbox by Jacob Keller · 10 years ago
  64. cdf32c9 fm10k: explicitly typecast vlan values to u16 by Jacob Keller · 10 years ago
  65. 9d4955b fm10k: Correct typecast in fm10k_update_xc_addr_pf by Jacob Keller · 10 years ago
  66. 875328e fm10k: reinitialize queuing scheme after calling init_hw by Jacob Keller · 10 years ago
  67. 1343c65 fm10k: always check init_hw for errors by Jacob Keller · 10 years ago
  68. 0e8d5b5 fm10k: reset max_queues on init_hw_vf failure by Jacob Keller · 10 years ago
  69. e024490 fm10k: set netdev features in one location by Jacob Keller · 10 years ago
  70. f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  71. de125aa fm10k: use napi_schedule_irqoff() by Alexander Duyck · 10 years ago
  72. 9f87298 fm10k: Fix handling of NAPI budget when multiple queues are enabled per vector by Alexander Duyck · 10 years ago
  73. 8c7ee6d fm10k: Correct MTU for jumbo frames by Jacob Keller · 10 years ago
  74. 1340181f fm10k: do not assume VF always has 1 queue by Jacob Keller · 10 years ago
  75. 6f97532 fm10k: fix memory leak by stephen hemminger · 10 years ago
  76. 32b3e08 drivers/net/intel: use napi_complete_done() by Jesse Brandeburg · 10 years ago
  77. 47ea032 drivers/net: get rid of unnecessary initializations in .get_drvinfo() by Ivan Vecera · 10 years ago
  78. b4a5127 fm10k: do not use enum as boolean by Jacob Keller · 10 years ago
  79. f6f19f8 fm10k: use snprintf() instead of sprintf() to avoid buffer overflow by Jacob Keller · 10 years ago
  80. 80043f3 fm10k: add support for extra debug statistics by Jacob Keller · 10 years ago
  81. 15aa49c fm10k: TRIVIAL remove unnecessary comma by Jacob Keller · 10 years ago
  82. afadfd2 fm10k: create "correct" header for the remote end on connect by Jacob Keller · 10 years ago
  83. 4b09728e fm10k: drop transmitted messages in Tx FIFO as part of reset_work by Jacob Keller · 10 years ago
  84. 8427672 fm10k: remove comment about rtnl_lock around mbx operations by Jacob Keller · 10 years ago
  85. 9adbac5 fm10k: fix iov_msg_mac_vlan_pf VID checks by Jacob Keller · 10 years ago
  86. ac98100 fm10k: Only trigger data path reset if fabric is up by Alexander Duyck · 10 years ago
  87. 95f4f8d fm10k: re-enable VF after a full reset on detection of a Malicious event by Jacob Keller · 10 years ago
  88. 5c2d642 fm10k: TRIVIAL fix typo in fm10k_netdev.c by Jacob Keller · 10 years ago
  89. e71c931 fm10k: send traffic on default VID to VLAN device if we have one by Jacob Keller · 10 years ago
  90. 6fbc6b3 fm10k: TRIVIAL fix up ordering of __always_unused and style by Jacob Keller · 10 years ago
  91. 855c40f fm10k: remove is_slot_appropriate by Jacob Keller · 10 years ago
  92. b655a5c fm10k: don't store sw_vid at reset by Jacob Keller · 10 years ago
  93. 3f0bdb2 fm10k: allow creation of VLAN interfaces even while down by Jacob Keller · 10 years ago
  94. 0ff3667 fm10k: Report MAC address on driver load by Alexander Duyck · 10 years ago
  95. aae072e fm10k: Don't assume page fragments are page size by Alexander Duyck · 10 years ago
  96. bdc7f59 fm10k: update netdev perm_addr during reinit, instead of at up by Jacob Keller · 10 years ago
  97. 106c07a fm10k: update fm10k_slot_warn to use pcie_get_minimum link by Jacob Keller · 10 years ago
  98. 56f0569 fm10k: only prevent removal of default VID rules by Jacob Keller · 10 years ago
  99. e402966 fm10k: disable service task during suspend by Jacob Keller · 10 years ago
  100. 2f064f3 mm: make page pfmemalloc check more robust by Michal Hocko · 10 years ago