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