1. 6a864ab ixgbe: cleanup feature flags in ixgbe_probe by Don Skidmore · 13 years ago
  2. e7589ea ixgbe: consolidate, setup for multiple traffic classes by John Fastabend · 13 years ago
  3. 4fa2e0e ixgbe: fixup remaining call sites for arbitrary TCs by John Fastabend · 13 years ago
  4. 09dca47 ixgbe: Always tag VLAN tagged packets by Alexander Duyck · 13 years ago
  5. 7f9643f ixgbe: Add support for setting CC bit when SR-IOV is enabled by Alexander Duyck · 13 years ago
  6. efe3d3c ixgbe: convert rings from q_vector bit indexed array to linked list by Alexander Duyck · 13 years ago
  7. 30065e6 ixgbe: Simplify transmit cleanup path by Alexander Duyck · 13 years ago
  8. ca1ba7c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 13 years ago
  9. 823dcd2 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  10. 66f32a8 ixgbe: Cleanup FCOE and VLAN handling in xmit_frame_ring by Alexander Duyck · 13 years ago
  11. 971060b ixgbe: replace reference to CONFIG_FCOE with IXGBE_FCOE by Alexander Duyck · 13 years ago
  12. d3d0023 ixgbe: Refactor transmit map and cleanup routines by Alexander Duyck · 13 years ago
  13. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  14. 0178934 net: introduce IFF_UNICAST_FLT private flag by Jiri Pirko · 13 years ago
  15. dee1ad4 intel: Move the Intel wired LAN drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/ixgbe/ixgbe_main.c]
  16. 2a72c31 ixgbe: fix __ixgbe_notify_dca() bail out code by Don Skidmore · 13 years ago
  17. 945a515 intel drivers: repair missing flush operations by Jesse Brandeburg · 13 years ago
  18. 082757a ixgbe: convert to ndo_fix_features by Don Skidmore · 13 years ago
  19. 9417c46 ixgbe: only enable WoL for magic packet by default by Andy Gospodarek · 13 years ago
  20. 34c6ee8 ixgbe: remove ifdef check for non-existent define by Emil Tantilov · 13 years ago
  21. ff886df ixgbe: Pass staterr instead of re-reading status and error bits from descriptor by Alexander Duyck · 13 years ago
  22. bd19805 ixgbe: Move interrupt related values out of ring and into q_vector by Alexander Duyck · 13 years ago
  23. 08c8833 ixgbe: add structure for containing RX/TX rings to q_vector by Alexander Duyck · 13 years ago
  24. 82d4e46 ixgbe: inline the ixgbe_maybe_stop_tx function by Alexander Duyck · 13 years ago
  25. 6440752 ixgbe: Update ATR to use recorded TX queues instead of CPU for routing by Alexander Duyck · 13 years ago
  26. 1fc5f03 ixgbe: Make certain to initialize the fdir_perfect_lock in all cases by Alexander Duyck · 13 years ago
  27. 3b3bf3b ixgbe: remove unused fcoe.tc field and fcoe_setapp() by John Fastabend · 13 years ago
  28. a535c30 ixgbe: Update method used for determining descriptor count for an skb by Alexander Duyck · 13 years ago
  29. 897ab15 ixgbe: Add one function that handles most of context descriptor setup by Alexander Duyck · 13 years ago
  30. 63544e9 ixgbe: Move all values that deal with count, next_to_use, next_to_clean to u16 by Alexander Duyck · 13 years ago
  31. 7d4987d ixgbe: Convert IXGBE_DESC_UNUSED from macro to static inline function by Alexander Duyck · 13 years ago
  32. a65151ba2 ixgbe: pass adapter struct instead of netdev for interrupt data by Alexander Duyck · 13 years ago
  33. a38a104 ixgbe: update driver version string by Don Skidmore · 13 years ago
  34. 1f4d518 ixgbe: fix ring assignment issues for SR-IOV and drop cases by Alexander Duyck · 13 years ago
  35. e4911d5 ixgbe: add support for nfc addition and removal of filters by Alexander Duyck · 13 years ago
  36. c04f6ca ixgbe: update perfect filter framework to support retaining filters by Alexander Duyck · 13 years ago
  37. 03ecf91 ixgbe: fix flags relating to perfect filters to support coexistence by Alexander Duyck · 13 years ago
  38. 9612de9 ixgbe: add support for Dell CEM by Emil Tantilov · 13 years ago
  39. fb5475f ixgbe: DCB, remove unneeded ixgbe_dcb_txq_to_tc() routine by John Fastabend · 13 years ago
  40. 6f70f6a ixgbe: fix bit mask for DCB version by John Fastabend · 13 years ago
  41. 86b4db3 ixgbe: setup redirection table for multiple packet buffers by John Fastabend · 13 years ago
  42. aba70d5 ixgbe: DCB 82598 devices, tx_idx and rx_idx swapped by John Fastabend · 13 years ago
  43. e901acd ixgbe: DCB use existing TX and RX queues by John Fastabend · 13 years ago
  44. 8b1c0b2 ixgbe: configure minimal packet buffers to support TC by John Fastabend · 13 years ago
  45. 72a32f1 ixgbe: consolidate MRQC and MTQC handling by John Fastabend · 13 years ago
  46. 80605c65 ixgbe: consolidate packet buffer allocation by John Fastabend · 13 years ago
  47. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  48. 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 13 years ago
  49. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  50. 4f6290c ixgbe: Add support for new 82599 adapter by Don Skidmore · 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. a1cbb15 ixgbe: Add macvlan support for VF by Greg Rose · 13 years ago
  58. bcec8b6 ixgbe,rcu: convert call_rcu(ring_free_rcu) to kfree_rcu() by Lai Jiangshan · 14 years ago
  59. 58f6bcf ixgbe: add ethtool counters for OS2BMC by Emil Tantilov · 13 years ago
  60. 67a74ee ixgbe: add rxhash support by Emil Tantilov · 13 years ago
  61. 6716344 ixgbe: Cleanup PCIe bus speed info by Don Skidmore · 13 years ago
  62. 2698b20 ixgbe: fix typo error with software defined pins on 82599 by Don Skidmore · 13 years ago
  63. c89c711 ixgbe: Bump version by Don Skidmore · 13 years ago
  64. 58be766 ixgbe: enable SCTP checksum offload for X540 by Don Skidmore · 13 years ago
  65. b32c8dc ixgbe: fix static functions by John Fastabend · 13 years ago
  66. 11b1d38 ixgbe: remove ntuple display support by Alexander Duyck · 13 years ago
  67. 4c40ef0 ixgbe: add support for new HW by Emil Tantilov · 14 years ago
  68. 032b432 ixgbe: cleanup short msleep's (<20ms) to use usleep_range by Don Skidmore · 14 years ago
  69. 3d5c520 ixgbe: move disabling of relaxed ordering in start_hw() by Emil Tantilov · 14 years ago
  70. 75e3d3c ixgbe: update version string for Dell CEM use by Jeff Kirsher · 14 years ago
  71. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  72. ff4ab20 ixgbe: add support for VF Transmit rate limit using iproute2 by Lior Levy · 14 years ago
  73. c27931d ixgbe: DCB during ifup use correct CEE or IEEE mode by John Fastabend · 14 years ago
  74. 8187cd4 ixgbe: DCB: enable RSS to be used with DCB by John Fastabend · 14 years ago
  75. 24095aa ixgbe: enable ndo_tc_setup by John Fastabend · 14 years ago
  76. e5b6463 ixgbe: DCB, use multiple Tx rings per traffic class by John Fastabend · 14 years ago
  77. 3032309 ixgbe: DCB, implement capabilities flags by John Fastabend · 14 years ago
  78. 0b0c2b3 ixgbe: Enable flow control pause parameter auto-negotiation support by Emil Tantilov · 14 years ago
  79. 68a683c ixgbe: add support to FCoE DDP in target mode by Yi Zou · 14 years ago
  80. a52055e ixgbe: cleanup copyright string for 2011 by Don Skidmore · 14 years ago
  81. 21cc5b4 ixgbe: set media type for 82599 T3 LOM by Emil Tantilov · 14 years ago
  82. 894ff7c ixgbe: balance free_irq calls with request_irq calls by Alexander Duyck · 14 years ago
  83. e9f9807 ixgbe: Enable Jumbo Frames on the X540 10Gigabit Controller by Greg Rose · 14 years ago
  84. da935c6 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  85. 4c7e604 ixgbe: fix panic due to uninitialised pointer by Andy Gospodarek · 14 years ago
  86. 1b1c0a4 ixgbe: Adding 100MB FULL support in ethtool by Atita Shirwaikar · 14 years ago
  87. 32f7546 ixgbe: cleanup namespace complaint by removing little used function by Don Skidmore · 14 years ago
  88. 3b2ee94 ixgbe: fix namespace issue with ixgbe_dcb_txq_to_tc by Don Skidmore · 14 years ago
  89. d033d52 ixgbe: DCB, implement 802.1Qaz routines by John Fastabend · 14 years ago
  90. 39a7e587 ixgbe: DCB, remove round robin mode on 82598 devices by John Fastabend · 14 years ago
  91. 310e5ca ixgbe: update version string by Don Skidmore · 14 years ago
  92. a124339 ixgbe: fix for 82599 erratum on Header Splitting by Don Skidmore · 14 years ago
  93. 2c4db94 ixgbe: fix variable set but not used warnings by gcc 4.6 by Emil Tantilov · 14 years ago
  94. 1ac9ad1 net: remove dev_txq_stats_fold() by Eric Dumazet · 14 years ago
  95. 45b9f50 ixgbe: update ntuple filter configuration by Alexander Duyck · 14 years ago
  96. 6983052 ixgbe: further flow director performance optimizations by Alexander Duyck · 14 years ago
  97. 905e4a4 ixgbe: cleanup flow director hash computation to improve performance by Alexander Duyck · 14 years ago
  98. 2d39d57 ixgbe: make sure per Rx queue is disabled before unmapping the receive buffer by Yi Zou · 14 years ago
  99. a985b6c3 ixgbe: Add anti-spoofing feature support by Greg Rose · 14 years ago
  100. 3377eba79 ixgbe: Add SR-IOV feature support to X540 by Greg Rose · 14 years ago