1. 4ffd3c7 net: batch of last_rx update avoidance in ethernet drivers. by françois romieu · 10 years ago
  2. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  3. 5684044 e1000e: Add pm_qos header by David Ahern · 10 years ago
  4. 6bf93ba e1000: Replace e1000_free_frag with skb_free_frag by Alexander Duyck · 10 years ago
  5. 2ee52ad igb: Don't use NETDEV_FRAG_PAGE_MAX_SIZE in descriptor calculation by Alexander Duyck · 10 years ago
  6. 2439fc4 igb: Fix NULL assignment to incorrect variable in igb_reset_q_vector by Toshiaki Makita · 10 years ago
  7. c0a06ee igb: Fix oops on changing number of rings by Toshiaki Makita · 10 years ago
  8. a1e869d ixgbe: Use a signed type to hold error codes by Mark Rustad · 10 years ago
  9. cb2effe ixgbe: Release semaphore bits in the right order by Mark Rustad · 10 years ago
  10. ae14a1d ixgbe: Fix IOSF SB access issues by Mark Rustad · 10 years ago
  11. 30544af e1000e: fix call to do_div() to use u64 arg by Jeff Kirsher · 10 years ago
  12. 55e7fe5 e1000e: Do not allow CRC stripping to be disabled on 82579 w/ jumbo frames by Alexander Duyck · 10 years ago
  13. 8084b86 e1000e: Cleanup handling of VLAN_HLEN as a part of max frame size by Alexander Duyck · 10 years ago
  14. ac7c1c5 e100: don't initialize int object to zero by Jean Sacren · 10 years ago
  15. 8cfb879 igb: simplify and clean up igb_enable_mas() by Todd Fujinaka · 10 years ago
  16. e7fcd54 ixgbevf: Use dev_kfree_skb_any in xmit path, not dev_kfree_skb by Alexander Duyck · 10 years ago
  17. 5948632 fm10k: Do not assume budget will never be 0 for NAPI by Alexander Duyck · 10 years ago
  18. 46c264d bridge/nl: remove wrong use of NLM_F_MULTI by Nicolas Dichtel · 10 years ago
  19. 2aea6dc i40e: Bump version to 1.3.2 by Catherine Sullivan · 10 years ago
  20. edf5cff i40e: Use new 40G speeds by Greg Rose · 10 years ago
  21. 0f575bf i40e: get rid of unused locals by Jesse Brandeburg · 10 years ago
  22. c1147280 i40e: handle possible memory allocation failure by Jesse Brandeburg · 10 years ago
  23. 73b2340 i40e/i40evf: Save WR_CSR_PROT field from DEV/FUNC capabilities by Kevin Scott · 10 years ago
  24. 3169c32 i40e: enable user dump of internal hardware state by Jesse Brandeburg · 10 years ago
  25. f18ae10 i40e: print FCoE capability reported by the device function by Vasu Dev · 10 years ago
  26. 57175ac i40e: For VF reset (VFR and VFLR) add some more delay by Anjali Singhai Jain · 10 years ago
  27. 532b045 i40e: move VF notification routines up by Mitch Williams · 10 years ago
  28. 055b295 i40e: notify VFs of link state by Mitch Williams · 10 years ago
  29. ed63696 i40evf: remove aq_pending by Mitch Williams · 10 years ago
  30. e7c8c60 i40e: Add support to program FDir SB rules for VF from PF through ethtool by Anjali Singhai Jain · 10 years ago
  31. 2619ef4 i40evf: fix bad indentation by Mitch Williams · 10 years ago
  32. 4443463 i40e: stop VF rings by Mitch Williams · 10 years ago
  33. f4f88c6 fm10k: Bump driver version to 0.15.2 by Jeff Kirsher · 10 years ago
  34. b32d15b fm10k: corrected VF multicast update by Jeff Kirsher · 10 years ago
  35. da61b36 fm10k: mbx_update_max_size does not drop all oversized messages by Jeff Kirsher · 10 years ago
  36. 78288e3 fm10k: reset head instead of calling update_max_size by Jeff Kirsher · 10 years ago
  37. 750c607 fm10k: renamed mbx_tx_dropped to mbx_tx_oversized by Jeff Kirsher · 10 years ago
  38. a7731cc fm10k: update xcast mode before synchronizing multicast addresses by Jeff Kirsher · 10 years ago
  39. 54b3c9c fm10k: start service timer on probe by Jeff Kirsher · 10 years ago
  40. 4185756 fm10k: fix function header comment by Jeff Kirsher · 10 years ago
  41. ada2411 fm10k: comment next_vf_mbx flow by Jeff Kirsher · 10 years ago
  42. 9de15bd fm10k: don't handle mailbox events in iov_event path and always process mailbox by Jeff Kirsher · 10 years ago
  43. b382bb1 fm10k: use separate workqueue for fm10k driver by Jeff Kirsher · 10 years ago
  44. ded8b20 fm10k: Set PF queues to unlimited bandwidth during virtualization by Jeff Kirsher · 10 years ago
  45. e05546e fm10k: expose tx_timeout_count as an ethtool stat by Jeff Kirsher · 10 years ago
  46. 10df06f fm10k: only increment tx_timeout_count in Tx hang path by Jeff Kirsher · 10 years ago
  47. 5deaf50 fm10k: remove extraneous "Reset interface" message by Jeff Kirsher · 10 years ago
  48. fbdb159 fm10k: separate PF only stats so that VF does not display them by Jeff Kirsher · 10 years ago
  49. c0e6178 fm10k: use hw->mac.max_queues for stats by Jeff Kirsher · 10 years ago
  50. 29a928e fm10k: only show actual queues, not the maximum in hardware by Jeff Kirsher · 10 years ago
  51. 661b206 fm10k: allow creation of VLAN on default vid by Jeff Kirsher · 10 years ago
  52. de44519 fm10k: fix unused warnings by Jeff Kirsher · 10 years ago
  53. 8b4a98c fm10k: Add netconsole support by Jeff Kirsher · 10 years ago
  54. 4c16cea fm10k: Have the VF get the default VLAN during init by Jeff Kirsher · 10 years ago
  55. a4bcea8 fm10k: Correct spelling mistake by Jeff Kirsher · 10 years ago
  56. 97c71e3 fm10k: Remove redundant rx_errors in ethtool by Jeff Kirsher · 10 years ago
  57. f4e25f6 fm10k: Corrected an error in Tx statistics by Jeff Kirsher · 10 years ago
  58. e2c6544 e1000e: Move pm_qos_req to e1000e adapter by Thomas Graf · 10 years ago
  59. b641173 ixgbevf: Add the appropriate ethtool ops to query RSS indirection table and key by Vlad Zolotarov · 10 years ago
  60. ad1431e ixgbevf: Add RSS Key query code by Vlad Zolotarov · 10 years ago
  61. 3c0841a ixgbe: Add GET_RSS_KEY command to VF-PF channel commands set by Vlad Zolotarov · 10 years ago
  62. 94cf66f ixgbevf: Add a RETA query code by Vlad Zolotarov · 10 years ago
  63. 4ce37a4 ixgbe: Add a RETA query command to VF-PF channel API by Vlad Zolotarov · 10 years ago
  64. e65ce0d ixgbe: Add a new netdev op to allow/prevent a VF from querying an RSS info by Vlad Zolotarov · 10 years ago
  65. 7f276ef ixgbe: Add the appropriate ethtool ops to query RSS indirection table and key by Vlad Zolotarov · 10 years ago
  66. dfaf891 ixgbe: Refactor the RSS configuration code by Vlad Zolotarov · 10 years ago
  67. 020f1d9 ixgbe: Drop unnecessary call to rcu_barrier by Alexander Duyck · 10 years ago
  68. 87031c0 ixgbe: Remove NETIF_F_HW_VLAN_CTAG_FILTER from hw_features by Alexander Duyck · 10 years ago
  69. ea41201 ixgbe: adds x550 specific FCoE offloads by Vasu Dev · 10 years ago
  70. 6d4c96a ixgbe: add support for X550 source_address_prunning by Don Skidmore · 10 years ago
  71. 219efe9 ixgbe: add new bridge mode support function. by Don Skidmore · 10 years ago
  72. aa2bacb ixgbe: Move bridge mode from flag to variable by Don Skidmore · 10 years ago
  73. c335869 e100: Use dma_rmb/wmb where appropriate by Alexander Duyck · 10 years ago
  74. 6731716 i40e/i40evf: Use dma_rmb where appropriate by Alexander Duyck · 10 years ago
  75. 837a1db e1000, e1000e: Use dma_rmb instead of rmb for descriptor read ordering by Alexander Duyck · 10 years ago
  76. 42d255c i40e: Bump to version 1.3.1 by Catherine Sullivan · 10 years ago
  77. 9a9c8ae i40evf: Refactor VF RSS code by Anjali Singhai Jain · 10 years ago
  78. 13acb54 i40evf: protect VLAN filter list by Mitch Williams · 10 years ago
  79. fdf0e0b i40e: Communicate VSI id in place of VSI index to the VFs by Anjali Singhai Jain · 10 years ago
  80. 3932dbf i40e: stop flow director on shutdown by Mitch Williams · 10 years ago
  81. c22c06c i40e: fix up VXLAN messages by Shannon Nelson · 10 years ago
  82. c142b1d i40e: Don't register/de-register apps on NIC partitions in MFP mode by Neerav Parikh · 10 years ago
  83. 31eaacc i40e/i40evf: Set Ethernet protocol correctly when Tx VLAN offloads are disabled by Greg Rose · 10 years ago
  84. 6d7b967 i40e: warn at the right time by Mitch Williams · 10 years ago
  85. b38da40 i40e: fix invalid void return in FCoE code by Jesse Brandeburg · 10 years ago
  86. 8b6ed9c i40e/i40evf: fix bug when skb allocation fails by Jesse Brandeburg · 10 years ago
  87. 1a2f624 i40e: Change some memcpys to struct assignments by Jesse Brandeburg · 10 years ago
  88. 25fc0e6 i40e: Print some more info to help figure out the cause of HMC error by Anjali Singhai Jain · 10 years ago
  89. b57459e i40e: validate VSI param from VFs by Mitch Williams · 10 years ago
  90. 818f2e7 i40evf: Fix Outer UDP RX checksum code by Anjali Singhai Jain · 10 years ago
  91. 0704fae ptp: ixgbe: use helpers for converting ns to timespec. by Richard Cochran · 10 years ago
  92. 350f66d ptp: igb: use helpers for converting ns to timespec. by Richard Cochran · 10 years ago
  93. bdf36d9 ptp: e1000e: use helpers for converting ns to timespec. by Richard Cochran · 10 years ago
  94. 4e833c5 ethernet: Use bool function returns of true/false instead of 1/0 by Joe Perches · 10 years ago
  95. 32eaf12 Merge branch 'ptp-2038' by David S. Miller · 10 years ago
  96. 91432d1 ptp: ixgbe: convert to the 64 bit get/set time methods. by Richard Cochran · 10 years ago
  97. d4c496f ptp: igb: convert to the 64 bit get/set time methods. by Richard Cochran · 10 years ago
  98. 6f7a9b8 ptp: i40e: convert to the 64 bit get/set time methods. by Richard Cochran · 10 years ago
  99. 843293e ptp: fm10k: convert to the 64 bit get/set time methods. by Richard Cochran · 10 years ago
  100. 07c74eb ptp: e1000e: convert to the 64 bit get/set time methods. by Richard Cochran · 10 years ago