1. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  2. fe896d1 mm: introduce page reference manipulation functions by Joonsoo Kim · 8 years ago
  3. 5eb4dce net: relax setup_tc ndo op handle restriction by John Fastabend · 8 years ago
  4. 16e5cc6 net: rework setup_tc ndo op to consume general tc operand by John Fastabend · 8 years ago
  5. e4c6734 net: rework ndo tc op to consume additional qdisc handle parameter by John Fastabend · 8 years ago
  6. 1012014 fm10k: don't reinitialize RSS flow table when RXFH configured by Keller, Jacob E · 8 years ago
  7. 0d722ec fm10k: IS_ENABLED() is not appropriate for boolean kconfig option by Bruce Allan · 9 years ago
  8. f632fed fm10k: cleanup mailbox code comments etc by Bruce Allan · 9 years ago
  9. f355bb5 fm10k: use true/false for boolean get_host_state by Bruce Allan · 9 years ago
  10. e6f244d fm10k: remove unused struct element by Bruce Allan · 9 years ago
  11. f329ad7 fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structures by Bruce Allan · 9 years ago
  12. 4e458cf fm10k: address operator not needed when declaring function pointers by Bruce Allan · 9 years ago
  13. 6186ddf fm10k: use ether_addr_equal instead of memcmp by Jacob Keller · 9 years ago
  14. 09f8a82 fm10k: Cleanup exception handling for changing queues by Alexander Duyck · 9 years ago
  15. 8c2a029 fm10k: correctly pack TLV structures and explain reasoning by Jacob Keller · 9 years ago
  16. 07146e2 fm10k: don't initialize fm10k_workqueue at global level by Bruce Allan · 9 years ago
  17. a188222 net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK by Tom Herbert · 9 years ago
  18. 504b0fd fm10k: initialize xps at driver load by Jacob Keller · 9 years ago
  19. 3d02b3d fm10k: cleanup overly long lines by Bruce Allan · 9 years ago
  20. bb269e8 fm10k: cleanup namespace pollution by Bruce Allan · 9 years ago
  21. 3e51564 fm10k: use BIT() macro instead of open-coded bit-shifting by Bruce Allan · 9 years ago
  22. a4fcad6 fm10k: whitespace cleanups by Bruce Allan · 9 years ago
  23. e214d85 fm10k: do not inline fm10k_iov_select_vid() by Bruce Allan · 9 years ago
  24. e00e23b fm10k: Cleanup exception handling for mailbox interrupt by Alexander Duyck · 9 years ago
  25. 587731e fm10k: Cleanup MSI-X interrupts in case of failure by Alexander Duyck · 9 years ago
  26. 5682366 fm10k: conditionally compile DCB and DebugFS support by Jacob Keller · 9 years ago
  27. e3b6e95 fm10k: bump driver version by Jacob Keller · 9 years ago
  28. aa502b4 fm10k: consistently refer to VLANs and VLAN IDs by Jacob Keller · 9 years ago
  29. b80b1a5 fm10k: remove namespace pollution of fm10k_iov_msg_data_pf by Jacob Keller · 9 years ago
  30. 4ab0f79 fm10k: remove unnecessary else block from if statements with return by Jacob Keller · 9 years ago
  31. 40423dd fm10k: do not use CamelCase by Jacob Keller · 9 years ago
  32. f0cf5c9 fm10k: use ether_addr_copy to copy MAC address by Jacob Keller · 9 years ago
  33. 03d13a5 fm10k: TRIVIAL cleanup order at top of fm10k_xmit_frame by Jacob Keller · 9 years ago
  34. c7bc952 fm10k: TRIVIAL fix typo of hardware by Jacob Keller · 9 years ago
  35. dbf4284 fm10k: change default Tx ITR to 25usec by Jacob Keller · 9 years ago
  36. 436ea95 fm10k: use macro for default Tx and Rx ITR values by Jacob Keller · 9 years ago
  37. 242722d fm10k: Update adaptive ITR algorithm by Jacob Keller · 9 years ago
  38. 584373f fm10k: introduce ITR_IS_ADAPTIVE macro by Jacob Keller · 9 years ago
  39. 20076fa fm10k: Add support for ITR scaling based on PCIe link speed by Jacob Keller · 9 years ago
  40. 5680ea6 fm10k: rename mbx_tx_oversized statistic to mbx_tx_dropped by Jacob Keller · 9 years ago
  41. 17d39fa fm10k: add statistics for actual DWORD count of mbmem mailbox by Jacob Keller · 9 years ago
  42. cdf32c9 fm10k: explicitly typecast vlan values to u16 by Jacob Keller · 9 years ago
  43. 9d4955b fm10k: Correct typecast in fm10k_update_xc_addr_pf by Jacob Keller · 9 years ago
  44. 875328e fm10k: reinitialize queuing scheme after calling init_hw by Jacob Keller · 9 years ago
  45. 1343c65 fm10k: always check init_hw for errors by Jacob Keller · 9 years ago
  46. 0e8d5b5 fm10k: reset max_queues on init_hw_vf failure by Jacob Keller · 9 years ago
  47. e024490 fm10k: set netdev features in one location by Jacob Keller · 9 years ago
  48. f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  49. de125aa fm10k: use napi_schedule_irqoff() by Alexander Duyck · 9 years ago
  50. 9f87298 fm10k: Fix handling of NAPI budget when multiple queues are enabled per vector by Alexander Duyck · 9 years ago
  51. 8c7ee6d fm10k: Correct MTU for jumbo frames by Jacob Keller · 9 years ago
  52. 1340181f fm10k: do not assume VF always has 1 queue by Jacob Keller · 9 years ago
  53. 6f97532 fm10k: fix memory leak by stephen hemminger · 9 years ago
  54. 32b3e08 drivers/net/intel: use napi_complete_done() by Jesse Brandeburg · 9 years ago
  55. 47ea032 drivers/net: get rid of unnecessary initializations in .get_drvinfo() by Ivan Vecera · 9 years ago
  56. b4a5127 fm10k: do not use enum as boolean by Jacob Keller · 9 years ago
  57. f6f19f8 fm10k: use snprintf() instead of sprintf() to avoid buffer overflow by Jacob Keller · 9 years ago
  58. 80043f3 fm10k: add support for extra debug statistics by Jacob Keller · 9 years ago
  59. 15aa49c fm10k: TRIVIAL remove unnecessary comma by Jacob Keller · 9 years ago
  60. afadfd2 fm10k: create "correct" header for the remote end on connect by Jacob Keller · 9 years ago
  61. 4b09728e fm10k: drop transmitted messages in Tx FIFO as part of reset_work by Jacob Keller · 9 years ago
  62. 8427672 fm10k: remove comment about rtnl_lock around mbx operations by Jacob Keller · 9 years ago
  63. 9adbac5 fm10k: fix iov_msg_mac_vlan_pf VID checks by Jacob Keller · 9 years ago
  64. ac98100 fm10k: Only trigger data path reset if fabric is up by Alexander Duyck · 9 years ago
  65. 95f4f8d fm10k: re-enable VF after a full reset on detection of a Malicious event by Jacob Keller · 9 years ago
  66. 5c2d642 fm10k: TRIVIAL fix typo in fm10k_netdev.c by Jacob Keller · 9 years ago
  67. e71c931 fm10k: send traffic on default VID to VLAN device if we have one by Jacob Keller · 9 years ago
  68. 6fbc6b3 fm10k: TRIVIAL fix up ordering of __always_unused and style by Jacob Keller · 9 years ago
  69. 855c40f fm10k: remove is_slot_appropriate by Jacob Keller · 9 years ago
  70. b655a5c fm10k: don't store sw_vid at reset by Jacob Keller · 9 years ago
  71. 3f0bdb2 fm10k: allow creation of VLAN interfaces even while down by Jacob Keller · 9 years ago
  72. 0ff3667 fm10k: Report MAC address on driver load by Alexander Duyck · 9 years ago
  73. aae072e fm10k: Don't assume page fragments are page size by Alexander Duyck · 9 years ago
  74. bdc7f59 fm10k: update netdev perm_addr during reinit, instead of at up by Jacob Keller · 9 years ago
  75. 106c07a fm10k: update fm10k_slot_warn to use pcie_get_minimum link by Jacob Keller · 9 years ago
  76. 56f0569 fm10k: only prevent removal of default VID rules by Jacob Keller · 9 years ago
  77. e402966 fm10k: disable service task during suspend by Jacob Keller · 9 years ago
  78. 2f064f3 mm: make page pfmemalloc check more robust by Michal Hocko · 9 years ago
  79. 986eec4 fm10k: Fix missing braces after if statement by Alexander Duyck · 9 years ago
  80. ee4373e7 fm10k: fix iov_msg_lport_state_pf issue by Jacob Keller · 9 years ago
  81. d18c438 fm10k: remove err_no reference in fm10k_mbx.c by Jacob Keller · 9 years ago
  82. 646725a fm10k: fix incorrect DIR_NEVATIVE bit in 1588 code by Jacob Keller · 9 years ago
  83. 7fef393 fm10k: pack TLV overlay structures by Jacob Keller · 9 years ago
  84. fba341d fm10k: re-map all possible VF queues after a VFLR by Jacob Keller · 9 years ago
  85. a38488f fm10k: force LPORT delete when updating VLAN or MAC address by Jacob Keller · 9 years ago
  86. c04ae58 fm10k: use dma_set_mask_and_coherent in fm10k_probe by Jacob Keller · 9 years ago
  87. 0197cde fm10k: trivial fixup message style to include a colon by Jacob Keller · 9 years ago
  88. f1f3322 fm10k: remove extraneous NULL check on l2_accel by Jacob Keller · 9 years ago
  89. c0e58e9 fm10k: use an unsigned int for i in ethtool_get_strings by Jacob Keller · 9 years ago
  90. ec6acb8 fm10k: add call to fm10k_clean_all_rx_rings in fm10k_down by Jacob Keller · 9 years ago
  91. c23544b fm10k: fix incorrect free on skb in ts_tx_enqueue by Jacob Keller · 9 years ago
  92. e075996 fm10k: move setting shinfo inside ts_tx_enqueue by Jacob Keller · 9 years ago
  93. 608bb14 fm10k: use correct ethernet driver Tx timestamp function by Jacob Keller · 9 years ago
  94. 745136a fm10k: ignore invalid multicast address entries by Jacob Keller · 9 years ago
  95. 1a8782e fm10k: fold fm10k_pull_tail into fm10k_add_rx_frag by Alexander Duyck · 9 years ago
  96. 5948632 fm10k: Do not assume budget will never be 0 for NAPI by Alexander Duyck · 9 years ago
  97. f4f88c6 fm10k: Bump driver version to 0.15.2 by Jeff Kirsher · 9 years ago
  98. b32d15b fm10k: corrected VF multicast update by Jeff Kirsher · 9 years ago
  99. da61b36 fm10k: mbx_update_max_size does not drop all oversized messages by Jeff Kirsher · 9 years ago
  100. 78288e3 fm10k: reset head instead of calling update_max_size by Jeff Kirsher · 9 years ago