1. 3ceb90f igb: leave staterr in place and instead us a helper function to check bits by Alexander Duyck · 14 years ago
  2. 294e7d7 igb: retire the RX_CSUM flag and use the netdev flag instead by Alexander Duyck · 14 years ago
  3. 0ba8299 igb: Move ITR related data into work container within the q_vector by Alexander Duyck · 14 years ago
  4. 866cff0 igb: Consolidate all of the ring feature flags into a single value by Alexander Duyck · 14 years ago
  5. 81c2fc2 igb: Use node specific allocations for the q_vectors and rings by Alexander Duyck · 14 years ago
  6. 7af40ad9 igb: push data into first igb_tx_buffer sooner to reduce stack usage by Alexander Duyck · 14 years ago
  7. ebe42d1 igb: consolidate creation of Tx buffer info and data descriptor by Alexander Duyck · 14 years ago
  8. 2bbfebe igb: Combine all flag info fields into a single tx_flags structure by Alexander Duyck · 14 years ago
  9. e032afc igb: Create separate functions for generating cmd_type and olinfo by Alexander Duyck · 14 years ago
  10. 8542db0 igb: Make first and tx_buffer_info->next_to_watch into pointers by Alexander Duyck · 14 years ago
  11. 0603464 igb: split buffer_info into tx_buffer_info and rx_buffer_info by Alexander Duyck · 14 years ago
  12. 13fde97 igb: Make Tx budget for NAPI user adjustable by Alexander Duyck · 14 years ago
  13. 1cc3bd8 igb: Remove multi_tx_table and simplify igb_xmit_frame by Alexander Duyck · 14 years ago
  14. 60136906 igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESC by Alexander Duyck · 14 years ago
  15. cd392f5 igb: drop the "adv" off function names relating to descriptors by Alexander Duyck · 14 years ago
  16. 238ac81 igb: update ring and adapter structure to improve performance by Alexander Duyck · 14 years ago
  17. c023cd8 igb: streamline Rx buffer allocation and cleanup by Alexander Duyck · 14 years ago
  18. 44390ca igb: drop support for single buffer mode by Alexander Duyck · 14 years ago
  19. 153285f igb: Update max_frame_size to account for an optional VLAN tag if present by Alexander Duyck · 14 years ago
  20. a74420e igb: Update RXDCTL/TXDCTL configurations by Alexander Duyck · 14 years ago
  21. dee1ad4 intel: Move the Intel wired LAN drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/igb/igb.h]
  22. b2cb09b igb: do vlan cleanup by Jiri Pirko · 14 years ago
  23. 4297f99 igb: Update copyright on all igb driver files. by Carolyn Wyborny · 14 years ago
  24. 14ad251 net/igb/e1000/e1000e: more robust ethtool duplex/speed configuration by David Decotigny · 14 years ago
  25. 831ec0b igb: Add DMA Coalescing feature to driver by Carolyn Wyborny · 14 years ago
  26. 17dc566 igb: add support for VF Transmit rate limit using iproute2 by Lior Levy · 15 years ago
  27. 1380046 igb: Add Anti-spoofing feature support by Greg Rose · 15 years ago
  28. 12dcd86 igb: fix stats handling by Eric Dumazet · 15 years ago
  29. 2244d07 net: simplify flags for tx timestamping by Oliver Hartkopp · 15 years ago
  30. 2873957 igb: reduce cache misses on tx cleanup by Nick Nunley · 15 years ago
  31. cfc1fbb igb: Clean up left over prototype of igb_get_hw_dev_name() by Emil Tantilov · 15 years ago
  32. 59d7198 igb: convert igb from using PCI DMA functions to using DMA API functions by Alexander Duyck · 15 years ago
  33. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  34. 757b77e igb: add per-packet timestamping by Nick Nunley · 15 years ago
  35. d07f3e3 igb: do not modify tx_queue_len on link speed change by Emil Tantilov · 15 years ago
  36. 58fd62f igb: change descriptor control thresholds by Nick Nunley · 15 years ago
  37. 40e90c2 igb: move gso_segs into buffer_info structure by Nick Nunley · 15 years ago
  38. 3025a44 igb: Allocate rings seperately instead of as a block by Alexander Duyck · 15 years ago
  39. 88a268c igb: Power down link when interface is down by Nick Nunley · 15 years ago
  40. 3145535 igb: Report link status in ethtool when interface is down by Nick Nunley · 15 years ago
  41. 26b3927 igb: remove unecessary q_vector declarations and remove itr_shift by Alexander Duyck · 15 years ago
  42. 8151d29 igb: support for VF configuration tools by Williams, Mitch A · 16 years ago
  43. 6366ad3 igb: remove use of skb_dma_map from driver by Alexander Duyck · 16 years ago
  44. 55cac24 igb: Add full support for 82580 devices by Alexander Duyck · 16 years ago
  45. 971d1d3 igb: removed unused tx/rx total bytes/packets from adapter struct by Alexander Duyck · 16 years ago
  46. a99955f igb: when number of CPUs > 4 combine tx/rx queues to allow more queues by Alexander Duyck · 16 years ago
  47. 2e5655e igb: cleanup igb.h header whitespace and some structure formatting by Alexander Duyck · 16 years ago
  48. 645a3ab igb: Remove invalid stats counters by Alexander Duyck · 16 years ago
  49. 7d5753f igb: rework use of VMOLR in regards to PF and VFs by Alexander Duyck · 16 years ago
  50. f2ca0db igb: replace the VF clear_to_send with a flags value by Alexander Duyck · 16 years ago
  51. c5b9bd5 igb: cleanup some of the code related to hw timestamping by Alexander Duyck · 16 years ago
  52. 4fc82ad igb: add support for seperate tx-usecs setting in ethtool by Alexander Duyck · 16 years ago
  53. b1a436c igb: make tx ring map and free functionality non-static by Alexander Duyck · 16 years ago
  54. d7ee5b3 igb: re-use ring configuration code in ethtool testing by Alexander Duyck · 16 years ago
  55. e694e96 igb: place a pointer to the netdev struct in the ring itself by Alexander Duyck · 16 years ago
  56. 85ad76b igb: add a flags value to the ring by Alexander Duyck · 16 years ago
  57. 04a5fcaa igb: move alloc_failed and csum_err stats into per rx-ring stat by Alexander Duyck · 16 years ago
  58. 4c84485 igb: move rx_buffer_len into the ring structure by Alexander Duyck · 16 years ago
  59. 8078529 igb: add pci device pointer to ring structure by Alexander Duyck · 16 years ago
  60. fce99e3 igb: change the head and tail offsets into pointers by Alexander Duyck · 16 years ago
  61. 6ec43fe igb: remove rx_ps_hdr_len by Alexander Duyck · 16 years ago
  62. 85b430b igb: move the tx and rx ring specific config into seperate functions by Alexander Duyck · 16 years ago
  63. 7d95b71 igb: increase minimum rx buffer size to 1K by Alexander Duyck · 16 years ago
  64. 094919a igb: remove rx checksum good counter by Alexander Duyck · 16 years ago
  65. 047e003 igb: add new data structure for handling interrupts and NAPI by Alexander Duyck · 16 years ago
  66. 8d24e93 igb: Use the instance of net_device_stats from net_device. by Ajit Khaparde · 16 years ago
  67. ae641bd igb: set vf rlpml wasn't taking vlan tag into account by Alexander Duyck · 16 years ago
  68. 8c0ab70 igb: Implement reading of reg RQDPC (Receive Queue Drop Packet Count) by Jesper Dangaard Brouer · 16 years ago
  69. 7beb014 igb/igbvf: set rx csum always enabled in hw, disable via sw by Alexander Duyck · 16 years ago
  70. c493ea4 igb: remove IGB_DESC_UNUSED since it is better handled by a function call by Alexander Duyck · 16 years ago
  71. 4ae196d igb: Add support for enabling VFs to PF driver. by Alexander Duyck · 16 years ago
  72. e173952 igb: add pf side of VMDq support by Alexander Duyck · 16 years ago
  73. 1bfaf07 igb: add vfs_allocated_count as placeholder for number of vfs by Alexander Duyck · 16 years ago
  74. 85e8d00 igb: transition driver to only using advanced descriptors by Alexander Duyck · 16 years ago
  75. cbd347a igb: remove unused defines by Alexander Duyck · 16 years ago
  76. 33af6bc igb: use timecompare to implement hardware time stamping by Patrick Ohly · 16 years ago
  77. 38c845c igb: access to NIC time by Patrick Ohly · 16 years ago
  78. 86d5d38 igb: update version number and copyright dates by Alexander Duyck · 17 years ago
  79. eebbbdb igb: cleanup igb_netpoll to be more friendly with napi & GRO by Alexander Duyck · 17 years ago
  80. 0fbe67a igb: remove unused rx_hdr_split statistic by Alexander Duyck · 17 years ago
  81. a8d2a0c igb: rename phy ops by Alexander Duyck · 17 years ago
  82. aed5dec igb: remove check for needing an io port by Alexander Duyck · 17 years ago
  83. b3ff29d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  84. bbd98fe igb: Fix DCA errors and do not use context index for 82576 by Alexander Duyck · 17 years ago
  85. 5c0999b igb: Replace LRO with GRO by Herbert Xu · 17 years ago
  86. 26bc19e igb: re-order queues to support cleaner use of ivar on 82576 by Alexander Duyck · 17 years ago
  87. 0e014cb igb: defeature tx head writeback by Alexander Duyck · 17 years ago
  88. f5f4cf0 igb: do not use phy ops in ethtool test cleanup for non-copper parts by Alexander Duyck · 17 years ago
  89. 68fd991 igb: Fix tx/rx_ring_count parameters for igb on suspend/resume/ring resize by Alexander Duyck · 17 years ago
  90. 070825b igb: Kill CONFIG_NETDEVICES_MULTIQUEUE references, no longer exists. by David S. Miller · 17 years ago
  91. 6eb5a7f igb: Improve multiqueue AIM support by Alexander Duyck · 17 years ago
  92. d335252 igb: add support for in kernel LRO by Alexander Duyck · 17 years ago
  93. bf36c1a igb: add page recycling support by Alexander Duyck · 17 years ago
  94. 7dfc16f igb: Add support for quad port WOL and feature flags by Alexander Duyck · 17 years ago
  95. fe4506b igb: add DCA support by Jeb Cramer · 17 years ago
  96. e21ed35 igb: update ethtool stats to support multiqueue by Alexander Duyck · 17 years ago
  97. 661086d igb: Introduce multiple TX queues with infrastructure by Peter P Waskiewicz Jr · 17 years ago
  98. 844290e igb: add NAPI Rx queue support by PJ Waskiewicz · 17 years ago
  99. 42bfd33a igb: make ioport free by Taku Izumi · 17 years ago
  100. 9d5c824 igb: PCI-Express 82575 Gigabit Ethernet driver by Auke Kok · 18 years ago