1. 2873957 igb: reduce cache misses on tx cleanup by Nick Nunley · 14 years ago
  2. cfc1fbb igb: Clean up left over prototype of igb_get_hw_dev_name() by Emil Tantilov · 14 years ago
  3. 59d7198 igb: convert igb from using PCI DMA functions to using DMA API functions by Alexander Duyck · 14 years ago
  4. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  5. 757b77e igb: add per-packet timestamping by Nick Nunley · 14 years ago
  6. d07f3e3 igb: do not modify tx_queue_len on link speed change by Emil Tantilov · 14 years ago
  7. 58fd62f igb: change descriptor control thresholds by Nick Nunley · 14 years ago
  8. 40e90c2 igb: move gso_segs into buffer_info structure by Nick Nunley · 14 years ago
  9. 3025a44 igb: Allocate rings seperately instead of as a block by Alexander Duyck · 14 years ago
  10. 88a268c igb: Power down link when interface is down by Nick Nunley · 14 years ago
  11. 3145535 igb: Report link status in ethtool when interface is down by Nick Nunley · 14 years ago
  12. 26b3927 igb: remove unecessary q_vector declarations and remove itr_shift by Alexander Duyck · 14 years ago
  13. 8151d29 igb: support for VF configuration tools by Williams, Mitch A · 14 years ago
  14. 6366ad3 igb: remove use of skb_dma_map from driver by Alexander Duyck · 15 years ago
  15. 55cac24 igb: Add full support for 82580 devices by Alexander Duyck · 15 years ago
  16. 971d1d3 igb: removed unused tx/rx total bytes/packets from adapter struct by Alexander Duyck · 15 years ago
  17. a99955f igb: when number of CPUs > 4 combine tx/rx queues to allow more queues by Alexander Duyck · 15 years ago
  18. 2e5655e igb: cleanup igb.h header whitespace and some structure formatting by Alexander Duyck · 15 years ago
  19. 645a3ab igb: Remove invalid stats counters by Alexander Duyck · 15 years ago
  20. 7d5753f igb: rework use of VMOLR in regards to PF and VFs by Alexander Duyck · 15 years ago
  21. f2ca0db igb: replace the VF clear_to_send with a flags value by Alexander Duyck · 15 years ago
  22. c5b9bd5 igb: cleanup some of the code related to hw timestamping by Alexander Duyck · 15 years ago
  23. 4fc82ad igb: add support for seperate tx-usecs setting in ethtool by Alexander Duyck · 15 years ago
  24. b1a436c igb: make tx ring map and free functionality non-static by Alexander Duyck · 15 years ago
  25. d7ee5b3 igb: re-use ring configuration code in ethtool testing by Alexander Duyck · 15 years ago
  26. e694e96 igb: place a pointer to the netdev struct in the ring itself by Alexander Duyck · 15 years ago
  27. 85ad76b igb: add a flags value to the ring by Alexander Duyck · 15 years ago
  28. 04a5fcaa igb: move alloc_failed and csum_err stats into per rx-ring stat by Alexander Duyck · 15 years ago
  29. 4c84485 igb: move rx_buffer_len into the ring structure by Alexander Duyck · 15 years ago
  30. 8078529 igb: add pci device pointer to ring structure by Alexander Duyck · 15 years ago
  31. fce99e3 igb: change the head and tail offsets into pointers by Alexander Duyck · 15 years ago
  32. 6ec43fe igb: remove rx_ps_hdr_len by Alexander Duyck · 15 years ago
  33. 85b430b igb: move the tx and rx ring specific config into seperate functions by Alexander Duyck · 15 years ago
  34. 7d95b71 igb: increase minimum rx buffer size to 1K by Alexander Duyck · 15 years ago
  35. 094919a igb: remove rx checksum good counter by Alexander Duyck · 15 years ago
  36. 047e003 igb: add new data structure for handling interrupts and NAPI by Alexander Duyck · 15 years ago
  37. 8d24e93 igb: Use the instance of net_device_stats from net_device. by Ajit Khaparde · 15 years ago
  38. ae641bd igb: set vf rlpml wasn't taking vlan tag into account by Alexander Duyck · 15 years ago
  39. 8c0ab70 igb: Implement reading of reg RQDPC (Receive Queue Drop Packet Count) by Jesper Dangaard Brouer · 15 years ago
  40. 7beb014 igb/igbvf: set rx csum always enabled in hw, disable via sw by Alexander Duyck · 15 years ago
  41. c493ea4 igb: remove IGB_DESC_UNUSED since it is better handled by a function call by Alexander Duyck · 15 years ago
  42. 4ae196d igb: Add support for enabling VFs to PF driver. by Alexander Duyck · 15 years ago
  43. e173952 igb: add pf side of VMDq support by Alexander Duyck · 15 years ago
  44. 1bfaf07 igb: add vfs_allocated_count as placeholder for number of vfs by Alexander Duyck · 15 years ago
  45. 85e8d00 igb: transition driver to only using advanced descriptors by Alexander Duyck · 15 years ago
  46. cbd347a igb: remove unused defines by Alexander Duyck · 15 years ago
  47. 33af6bc igb: use timecompare to implement hardware time stamping by Patrick Ohly · 15 years ago
  48. 38c845c igb: access to NIC time by Patrick Ohly · 15 years ago
  49. 86d5d38 igb: update version number and copyright dates by Alexander Duyck · 15 years ago
  50. eebbbdb igb: cleanup igb_netpoll to be more friendly with napi & GRO by Alexander Duyck · 15 years ago
  51. 0fbe67a igb: remove unused rx_hdr_split statistic by Alexander Duyck · 15 years ago
  52. a8d2a0c igb: rename phy ops by Alexander Duyck · 15 years ago
  53. aed5dec igb: remove check for needing an io port by Alexander Duyck · 15 years ago
  54. b3ff29d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  55. bbd98fe igb: Fix DCA errors and do not use context index for 82576 by Alexander Duyck · 16 years ago
  56. 5c0999b igb: Replace LRO with GRO by Herbert Xu · 16 years ago
  57. 26bc19e igb: re-order queues to support cleaner use of ivar on 82576 by Alexander Duyck · 16 years ago
  58. 0e014cb igb: defeature tx head writeback by Alexander Duyck · 16 years ago
  59. f5f4cf0 igb: do not use phy ops in ethtool test cleanup for non-copper parts by Alexander Duyck · 16 years ago
  60. 68fd991 igb: Fix tx/rx_ring_count parameters for igb on suspend/resume/ring resize by Alexander Duyck · 16 years ago
  61. 070825b igb: Kill CONFIG_NETDEVICES_MULTIQUEUE references, no longer exists. by David S. Miller · 16 years ago
  62. 6eb5a7f igb: Improve multiqueue AIM support by Alexander Duyck · 16 years ago
  63. d335252 igb: add support for in kernel LRO by Alexander Duyck · 16 years ago
  64. bf36c1a igb: add page recycling support by Alexander Duyck · 16 years ago
  65. 7dfc16f igb: Add support for quad port WOL and feature flags by Alexander Duyck · 16 years ago
  66. fe4506b igb: add DCA support by Jeb Cramer · 16 years ago
  67. e21ed35 igb: update ethtool stats to support multiqueue by Alexander Duyck · 16 years ago
  68. 661086d igb: Introduce multiple TX queues with infrastructure by Peter P Waskiewicz Jr · 16 years ago
  69. 844290e igb: add NAPI Rx queue support by PJ Waskiewicz · 16 years ago
  70. 42bfd33a igb: make ioport free by Taku Izumi · 16 years ago
  71. 9d5c824 igb: PCI-Express 82575 Gigabit Ethernet driver by Auke Kok · 17 years ago