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