1. b32d15b fm10k: corrected VF multicast update by Jeff Kirsher · 9 years ago
  2. da61b36 fm10k: mbx_update_max_size does not drop all oversized messages by Jeff Kirsher · 9 years ago
  3. 78288e3 fm10k: reset head instead of calling update_max_size by Jeff Kirsher · 9 years ago
  4. 750c607 fm10k: renamed mbx_tx_dropped to mbx_tx_oversized by Jeff Kirsher · 9 years ago
  5. a7731cc fm10k: update xcast mode before synchronizing multicast addresses by Jeff Kirsher · 9 years ago
  6. 54b3c9c fm10k: start service timer on probe by Jeff Kirsher · 9 years ago
  7. 4185756 fm10k: fix function header comment by Jeff Kirsher · 9 years ago
  8. ada2411 fm10k: comment next_vf_mbx flow by Jeff Kirsher · 9 years ago
  9. 9de15bd fm10k: don't handle mailbox events in iov_event path and always process mailbox by Jeff Kirsher · 9 years ago
  10. b382bb1 fm10k: use separate workqueue for fm10k driver by Jeff Kirsher · 9 years ago
  11. ded8b20 fm10k: Set PF queues to unlimited bandwidth during virtualization by Jeff Kirsher · 9 years ago
  12. e05546e fm10k: expose tx_timeout_count as an ethtool stat by Jeff Kirsher · 9 years ago
  13. 10df06f fm10k: only increment tx_timeout_count in Tx hang path by Jeff Kirsher · 9 years ago
  14. 5deaf50 fm10k: remove extraneous "Reset interface" message by Jeff Kirsher · 9 years ago
  15. fbdb159 fm10k: separate PF only stats so that VF does not display them by Jeff Kirsher · 9 years ago
  16. c0e6178 fm10k: use hw->mac.max_queues for stats by Jeff Kirsher · 9 years ago
  17. 29a928e fm10k: only show actual queues, not the maximum in hardware by Jeff Kirsher · 9 years ago
  18. 661b206 fm10k: allow creation of VLAN on default vid by Jeff Kirsher · 9 years ago
  19. de44519 fm10k: fix unused warnings by Jeff Kirsher · 9 years ago
  20. 8b4a98c fm10k: Add netconsole support by Jeff Kirsher · 9 years ago
  21. 4c16cea fm10k: Have the VF get the default VLAN during init by Jeff Kirsher · 9 years ago
  22. a4bcea8 fm10k: Correct spelling mistake by Jeff Kirsher · 9 years ago
  23. 97c71e3 fm10k: Remove redundant rx_errors in ethtool by Jeff Kirsher · 9 years ago
  24. f4e25f6 fm10k: Corrected an error in Tx statistics by Jeff Kirsher · 9 years ago
  25. 843293e ptp: fm10k: convert to the 64 bit get/set time methods. by Richard Cochran · 9 years ago
  26. eca3204 fm10k: Resolve various spelling errors and checkpatch warnings by Matthew Vick · 10 years ago
  27. 5bf33dc fm10k: Implement ndo_features_check by Matthew Vick · 10 years ago
  28. 8c1a90a fm10k: Modify tunnel length header check when offloading by Matthew Vick · 10 years ago
  29. f4a80f1 fm10k: Resolve compile warnings with W=1 by Matthew Vick · 10 years ago
  30. 33a44c2 fm10k: Validate VLAN ID in fm10k_update_xc_addr_pf by Matthew Vick · 10 years ago
  31. b4a9d6f fm10k: Increase the timeout for the data path reset by Matthew Vick · 10 years ago
  32. b66b6d9 fm10k: Check tunnel header length in encap offload by Joe Stringer · 10 years ago
  33. e2929e4 net/fm10k: Avoid double setting of NETIF_F_SG for the HW encapsulation feature mask by Or Gerlitz · 10 years ago
  34. ba5b8dcd fm10k: Clean-up page reuse code by Alexander Duyck · 10 years ago
  35. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  36. 124b74c fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor reads by Alexander Duyck · 10 years ago
  37. 67fd893 ethernet/intel: Use napi_alloc_skb by Alexander Duyck · 10 years ago
  38. 892311f ethtool: Support for configurable RSS hash function by Eyal Perry · 10 years ago
  39. a94d9e2 ethernet/intel: Use eth_skb_pad and skb_put_padto helpers by Alexander Duyck · 10 years ago
  40. c41a4fb fm10k: use netdev_rss_key_fill() helper by Eric Dumazet · 10 years ago
  41. 42b17f0 fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_page by Alexander Duyck · 10 years ago
  42. f6b03c1 fm10k: Add CONFIG_FM10K_VXLAN configuration option by Andy Zhou · 10 years ago
  43. 13cb2da fm10k: Unlock mailbox on VLAN addition failures by Matthew Vick · 10 years ago
  44. 4d41915 fm10k: Check the host state when bringing the interface up by Matthew Vick · 10 years ago
  45. 2c2b2f0 fm10k: Add skb->xmit_more support by Alexander Duyck · 10 years ago
  46. 42b0270 fm10k: fix race accessing page->_count by Eric Dumazet · 10 years ago
  47. c9d4994 fm10k: Correctly set the number of Tx queues by Alexander Duyck · 10 years ago
  48. fd33396 fm10k: Reduce buffer size when pages are larger than 4K by Alexander Duyck · 10 years ago
  49. eb51bba fm10k: using vmalloc requires including linux/vmalloc.h by Stephen Rothwell · 10 years ago
  50. a211e01 fm10k: Add support for PTP by Alexander Duyck · 10 years ago
  51. 5f226dd fm10k: Add support for ptp to hw specific files by Alexander Duyck · 10 years ago
  52. 7461fd9 fm10k: Add support for debugfs by Alexander Duyck · 10 years ago
  53. 9f801ab fm10k: Add support for IEEE DCBx by Alexander Duyck · 10 years ago
  54. 883a9cc fm10k: Add support for SR-IOV to driver by Alexander Duyck · 10 years ago
  55. c265386 fm10k: Add support for SR-IOV to PF core files by Alexander Duyck · 10 years ago
  56. 5cb8db4 fm10k: Add support for VF by Alexander Duyck · 10 years ago
  57. b651957 fm10k: Add support for PF <-> VF mailbox by Alexander Duyck · 10 years ago
  58. 5cd5e2e fm10k: Add support for MACVLAN acceleration by Alexander Duyck · 10 years ago
  59. 76a540d fm10k: Add support for netdev offloads by Alexander Duyck · 10 years ago
  60. aa3ac82 fm10k: Add support for multiple queues by Alexander Duyck · 10 years ago
  61. 19ae1b3 fm10k: Add support for PCI power management and error handling by Alexander Duyck · 10 years ago
  62. 82dd0f7 fm10k: Add ethtool support by Alexander Duyck · 10 years ago
  63. b101c96 fm10k: Add transmit and receive fastpath and interrupt handlers by Alexander Duyck · 10 years ago
  64. 3abaae4 fm10k: Add Tx/Rx hardware ring bring-up/tear-down by Alexander Duyck · 10 years ago
  65. b7d8514 fm10k: Add service task to handle delayed events by Alexander Duyck · 10 years ago
  66. e27ef59 fm10k: add support for Tx/Rx rings by Alexander Duyck · 10 years ago
  67. 18283ca fm10k: Add interrupt support by Alexander Duyck · 10 years ago
  68. 504c5ea fm10k: Add support for ndo_open/stop by Alexander Duyck · 10 years ago
  69. 8f5e20d fm10k: Add support for L2 filtering by Alexander Duyck · 10 years ago
  70. 0e7b364 fm10k: Add netdev by Alexander Duyck · 10 years ago
  71. 401b538 fm10k: Add support for configuring PF interface by Alexander Duyck · 10 years ago
  72. b6fec18 fm10k: Add support for PF by Alexander Duyck · 10 years ago
  73. 1337e6b fm10k: Implement PF <-> SM mailbox operations by Alexander Duyck · 10 years ago
  74. 6b1f201 fm10k: Add support for mailbox by Alexander Duyck · 10 years ago
  75. 04a5aef fm10k: Add support for basic interaction with hardware by Alexander Duyck · 10 years ago
  76. ae17db0ee fm10k: Add support for TLV message parsing and generation by Alexander Duyck · 10 years ago
  77. 6d2ce90 fm10k: Add register defines and basic structures by Alexander Duyck · 10 years ago
  78. b3890e3 fm10k: Add skeletal frame for Intel(R) FM10000 Ethernet Switch Host Interface Driver by Alexander Duyck · 10 years ago