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