1. b57e35b ixgbe: fix PHY link setup for 82599 by Emil Tantilov · 13 years ago
  2. 2a72c31 ixgbe: fix __ixgbe_notify_dca() bail out code by Don Skidmore · 13 years ago
  3. 945a515 intel drivers: repair missing flush operations by Jesse Brandeburg · 13 years ago
  4. 082757a ixgbe: convert to ndo_fix_features by Don Skidmore · 13 years ago
  5. 9417c46 ixgbe: only enable WoL for magic packet by default by Andy Gospodarek · 13 years ago
  6. 34c6ee8 ixgbe: remove ifdef check for non-existent define by Emil Tantilov · 13 years ago
  7. ff886df ixgbe: Pass staterr instead of re-reading status and error bits from descriptor by Alexander Duyck · 13 years ago
  8. bd19805 ixgbe: Move interrupt related values out of ring and into q_vector by Alexander Duyck · 13 years ago
  9. 08c8833 ixgbe: add structure for containing RX/TX rings to q_vector by Alexander Duyck · 13 years ago
  10. 82d4e46 ixgbe: inline the ixgbe_maybe_stop_tx function by Alexander Duyck · 13 years ago
  11. 6440752 ixgbe: Update ATR to use recorded TX queues instead of CPU for routing by Alexander Duyck · 13 years ago
  12. 1fc5f03 ixgbe: Make certain to initialize the fdir_perfect_lock in all cases by Alexander Duyck · 13 years ago
  13. 42532da ixgbe: implement DCB ops dcb_ieee_del() by John Fastabend · 13 years ago
  14. 3b3bf3b ixgbe: remove unused fcoe.tc field and fcoe_setapp() by John Fastabend · 13 years ago
  15. 9372453 ixgbe: complete FCoE initialization from setapp() routine by John Fastabend · 13 years ago
  16. 7555e83 ixgbe: A fix to VF TX rate limit by Lior Levy · 13 years ago
  17. a535c30 ixgbe: Update method used for determining descriptor count for an skb by Alexander Duyck · 13 years ago
  18. 897ab15 ixgbe: Add one function that handles most of context descriptor setup by Alexander Duyck · 13 years ago
  19. 63544e9 ixgbe: Move all values that deal with count, next_to_use, next_to_clean to u16 by Alexander Duyck · 13 years ago
  20. 7d4987d ixgbe: Convert IXGBE_DESC_UNUSED from macro to static inline function by Alexander Duyck · 13 years ago
  21. a65151b ixgbe: pass adapter struct instead of netdev for interrupt data by Alexander Duyck · 13 years ago
  22. a38a104 ixgbe: update driver version string by Don Skidmore · 13 years ago
  23. 1f4d518 ixgbe: fix ring assignment issues for SR-IOV and drop cases by Alexander Duyck · 13 years ago
  24. 2ba279e ixgbe: disable RSC when Rx checksum is off by Emil Tantilov · 13 years ago
  25. c988ee8 ixgbe: move reset code into a separate function by Emil Tantilov · 13 years ago
  26. 3a28926 ixgbe: move setting RSC into a separate function by Emil Tantilov · 13 years ago
  27. e4911d5 ixgbe: add support for nfc addition and removal of filters by Alexander Duyck · 13 years ago
  28. 3e05334 ixgbe: add support for displaying ntuple filters via the nfc interface by Alexander Duyck · 13 years ago
  29. 91cd94b ixgbe: add basic support for setting and getting nfc controls by Alexander Duyck · 13 years ago
  30. c04f6ca ixgbe: update perfect filter framework to support retaining filters by Alexander Duyck · 13 years ago
  31. 03ecf91 ixgbe: fix flags relating to perfect filters to support coexistence by Alexander Duyck · 13 years ago
  32. b29a216 ixgbe: remove ntuple filtering by Alexander Duyck · 13 years ago
  33. dadbe85 ixgbe: setup per CPU PCI pool for FCoE DDP by Vasu Dev · 13 years ago
  34. 9612de9 ixgbe: add support for Dell CEM by Emil Tantilov · 13 years ago
  35. fb5475f ixgbe: DCB, remove unneeded ixgbe_dcb_txq_to_tc() routine by John Fastabend · 13 years ago
  36. b1bbdb2 ixgbe: DCB and perfect filters can coexist by John Fastabend · 13 years ago
  37. 6f70f6a ixgbe: fix bit mask for DCB version by John Fastabend · 13 years ago
  38. 86b4db3 ixgbe: setup redirection table for multiple packet buffers by John Fastabend · 13 years ago
  39. aba70d5 ixgbe: DCB 82598 devices, tx_idx and rx_idx swapped by John Fastabend · 13 years ago
  40. e901acd ixgbe: DCB use existing TX and RX queues by John Fastabend · 13 years ago
  41. 8b1c0b2 ixgbe: configure minimal packet buffers to support TC by John Fastabend · 13 years ago
  42. 72a32f1 ixgbe: consolidate MRQC and MTQC handling by John Fastabend · 13 years ago
  43. 80605c65 ixgbe: consolidate packet buffer allocation by John Fastabend · 13 years ago
  44. 1fcd86b ixgbe: dcbnl reduce duplicated code and indentation by John Fastabend · 13 years ago
  45. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  46. 6403eab drivers/net: Remove unnecessary semicolons by Joe Perches · 13 years ago
  47. 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 13 years ago
  48. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  49. 4f6290c ixgbe: Add support for new 82599 adapter by Don Skidmore · 13 years ago
  50. c050999 ixgbe: fix sparse warning by Emil Tantilov · 13 years ago
  51. 34cecbb ixgbe: cleanup some minor issues in ixgbe_down() by Alexander Duyck · 13 years ago
  52. f0f9778 ixgbe: Merge over-temp task into service task by Alexander Duyck · 13 years ago
  53. d034acf ixgbe: Merge ATR reinit into the service task by Alexander Duyck · 13 years ago
  54. c83c6cb ixgbe: merge reset task into service task by Alexander Duyck · 13 years ago
  55. 93c52dd ixgbe: Merge watchdog functionality into service task by Alexander Duyck · 13 years ago
  56. 7086400 ixgbe: Combine SFP and multi-speed fiber task into single service task by Alexander Duyck · 13 years ago
  57. e606bfe ixgbe: move flags and state into the same cacheline by Alexander Duyck · 13 years ago
  58. 51275d3 ixgbe: force unlock on timeout by Emil Tantilov · 13 years ago
  59. a1cbb15 ixgbe: Add macvlan support for VF by Greg Rose · 13 years ago
  60. bcec8b6 ixgbe,rcu: convert call_rcu(ring_free_rcu) to kfree_rcu() by Lai Jiangshan · 13 years ago
  61. 58f6bcf ixgbe: add ethtool counters for OS2BMC by Emil Tantilov · 13 years ago
  62. 67a74ee ixgbe: add rxhash support by Emil Tantilov · 13 years ago
  63. 6716344 ixgbe: Cleanup PCIe bus speed info by Don Skidmore · 13 years ago
  64. 68c7005 ixgbe: improve EEPROM read/write operations by Emil Tantilov · 13 years ago
  65. 95a4601 ixgbe: fix sparse warning by Emil Tantilov · 13 years ago
  66. 2698b20 ixgbe: fix typo error with software defined pins on 82599 by Don Skidmore · 13 years ago
  67. 6d980c3 ixgbe: Use function pointer for ixgbe_acquire/release_swfw_sync() by Emil Tantilov · 13 years ago
  68. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 13 years ago
  69. 25db033 ethtool: Use full 32 bit speed range in ethtool's set_settings by David Decotigny · 13 years ago
  70. 66e6961 ixgbe: convert to ethtool set_phys_id by Emil Tantilov · 13 years ago
  71. e7fd925 ixgbe: fix X540 ethtool loopback test. by Don Skidmore · 13 years ago
  72. c89c711 ixgbe: Bump version by Don Skidmore · 13 years ago
  73. 58be766 ixgbe: enable SCTP checksum offload for X540 by Don Skidmore · 13 years ago
  74. 7aba7b0 ixgbe: do not clear FCoE DDP error status for received ABTS by Yi Zou · 13 years ago
  75. b32c8dc ixgbe: fix static functions by John Fastabend · 13 years ago
  76. 11b1d38 ixgbe: remove ntuple display support by Alexander Duyck · 13 years ago
  77. 98508c9 ixgbe: add LED blink code for x540 by Emil Tantilov · 13 years ago
  78. 0665b09 ixgbe: add support for 64k EEPROM for 82599 by Emil Tantilov · 13 years ago
  79. 83dfde4 ixgbe: register defines cleanup by Emil Tantilov · 13 years ago
  80. 50c022e ixgbe: explicitly disable 100H for x540 by Emil Tantilov · 13 years ago
  81. 45a5f72 ixgbe: DCB, X540 devices do not respond to pause frames by John Fastabend · 13 years ago
  82. e09ad23 ixgbe: DCB, misallocated packet buffer size with X540 device by John Fastabend · 13 years ago
  83. b776d10 ixgbe: make device_caps() generic by Emil Tantilov · 13 years ago
  84. a59e8a1 ixgbe: explicitly disable 100H for x540 by Emil Tantilov · 13 years ago
  85. 4c40ef0 ixgbe: add support for new HW by Emil Tantilov · 13 years ago
  86. eb9c3e3 ixgbe: fix semaphores in eeprom routines for x540 by Emil Tantilov · 13 years ago
  87. 032b432 ixgbe: cleanup short msleep's (<20ms) to use usleep_range by Don Skidmore · 13 years ago
  88. 0fa6d83 ixgbe: fix 82599 KR downshift coexistence with LESM FW module by Emil Tantilov · 13 years ago
  89. 3d5c520 ixgbe: move disabling of relaxed ordering in start_hw() by Emil Tantilov · 13 years ago
  90. 7184b7c ixgbe: refactor common start_hw code for 82599 and x540 by Emil Tantilov · 13 years ago
  91. 75e3d3c ixgbe: update version string for Dell CEM use by Jeff Kirsher · 13 years ago
  92. d6cd8e0 ixgbe: fix namespacecheck issue by Emil Tantilov · 13 years ago
  93. c913018 ixgbe: correct function number for some 82598 parts by Emil Tantilov · 13 years ago
  94. 2ea5ea5 ixgbe: fix return value checks by Emil Tantilov · 13 years ago
  95. c8ca76e ixgbe: DCB, further cleanups to app configuration by John Fastabend · 13 years ago
  96. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  97. 1f4a024 ixgbe: DCB, PFC not cleared until reset occurs by John Fastabend · 13 years ago
  98. ff4ab20 ixgbe: add support for VF Transmit rate limit using iproute2 by Lior Levy · 13 years ago
  99. 1390a59 ixgbe: DCB, set minimum bandwidth per traffic class by John Fastabend · 13 years ago
  100. 9dda173 ixgbe: update PHY code to support 100Mbps as well as 1G/10G by Emil Tantilov · 13 years ago