1. 85e8d00 igb: transition driver to only using advanced descriptors by Alexander Duyck · 16 years ago
  2. cbd347a igb: remove unused defines by Alexander Duyck · 16 years ago
  3. bc1cbd3 igb: misc cleanup to combine one if statement by Alexander Duyck · 16 years ago
  4. 56fbbb4 igb: cleanup incorrect comment and set IP Checksum Enable by Alexander Duyck · 16 years ago
  5. 1e5c3d2 igb: reduce size required to trigger low latency by Alexander Duyck · 16 years ago
  6. 73cd78f igb: misc whitespace/formatting cleanups by Alexander Duyck · 16 years ago
  7. 33af6bc igb: use timecompare to implement hardware time stamping by Patrick Ohly · 16 years ago
  8. c6cb090 igb: stub support for SIOCSHWTSTAMP by Patrick Ohly · 16 years ago
  9. 38c845c igb: access to NIC time by Patrick Ohly · 16 years ago
  10. 5937218 igb: remove dead code in transmit routine by Jesse Brandeburg · 16 years ago
  11. 86d5d38 igb: update version number and copyright dates by Alexander Duyck · 16 years ago
  12. 265de40 igb: fix two minor items found during code review by Alexander Duyck · 16 years ago
  13. 04fe635 igb: update stats before doing reset in igb_down by Alexander Duyck · 16 years ago
  14. 450c87c igb: remove redundant count set and err_hw_init by Alexander Duyck · 16 years ago
  15. 8675737 igb: remove disable_av variable from mac_info struct by Alexander Duyck · 16 years ago
  16. fa4dfae igb: change pba size determination from if to switch statement by Alexander Duyck · 16 years ago
  17. a8564f0 igb: move get_hw_control within igb_resume. by Alexander Duyck · 16 years ago
  18. 4a3c643 igb: don't read eicr when responding to legacy interrupts by Alexander Duyck · 16 years ago
  19. 28b0759 igb: remove unnecessary adapter->hw calls when just hw-> will do. by Alexander Duyck · 16 years ago
  20. 8a90086 igb: rename igb_update_mc_addr_list_82575 to not include the 82575 by Alexander Duyck · 16 years ago
  21. 4b1a987 igb: remove redundant timer updates and cleanup watchdog_task by Alexander Duyck · 16 years ago
  22. eebbbdb igb: cleanup igb_netpoll to be more friendly with napi & GRO by Alexander Duyck · 16 years ago
  23. dda0e08 igb: add counter for dma out of sync errors by Alexander Duyck · 16 years ago
  24. 2753f4c igb: update testing done by ethtool by Alexander Duyck · 16 years ago
  25. 7d8eb29 igb: update feature flags supported in ethtool by Alexander Duyck · 16 years ago
  26. 0fbe67a igb: remove unused rx_hdr_split statistic by Alexander Duyck · 16 years ago
  27. 312c75a igb: rename nvm ops by Alexander Duyck · 16 years ago
  28. a8d2a0c igb: rename phy ops by Alexander Duyck · 16 years ago
  29. 40a70b3 igb: read address from RAH/RAL instead of from EEPROM by Alexander Duyck · 16 years ago
  30. c1889bf igb: make dev_spec a union and remove dynamic allocation by Alexander Duyck · 16 years ago
  31. 4d6b725 igb: add link check function by Alexander Duyck · 16 years ago
  32. aed5dec igb: remove check for needing an io port by Alexander Duyck · 16 years ago
  33. 83b7180 igb: move initialization of number of queues into set_interrupt_capability by Alexander Duyck · 16 years ago
  34. db76176 igb: move setting of buffsz out of repeated path in alloc_rx_buffers by Alexander Duyck · 16 years ago
  35. 69d3ca5 igb: optimize/refactor receive path by Alexander Duyck · 16 years ago
  36. b3ff29d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  37. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 16 years ago
  38. 5d0932a igb: fix link reporting when using sgmii by Alexander Duyck · 16 years ago
  39. ec54d7d igb: prevent skb_over panic w/ mtu smaller than 1K by Alexander Duyck · 16 years ago
  40. bbd98fe igb: Fix DCA errors and do not use context index for 82576 by Alexander Duyck · 16 years ago
  41. 0c8dfc8 net: Add skb_record_rx_queue() calls to multiqueue capable drivers. by David S. Miller · 16 years ago
  42. 921aa74 igb: make certain to power on optics for 82576 fiber nics by Alexander Duyck · 16 years ago
  43. 5851765 igb: igb should not flag lltx by Alexander Duyck · 16 years ago
  44. 5c0999b igb: Replace LRO with GRO by Herbert Xu · 16 years ago
  45. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  46. e42e4ba igb: fix anoying type mismatch warning on rx/tx queue sizing by Linus Torvalds · 16 years ago
  47. 8d25332 igb: Fix build warning when DCA is disabled. by David S. Miller · 16 years ago
  48. 26bc19e igb: re-order queues to support cleaner use of ivar on 82576 by Alexander Duyck · 16 years ago
  49. 0e014cb igb: defeature tx head writeback by Alexander Duyck · 16 years ago
  50. 678c610 drivers/net/igb: remove dead code (function 'igb_read_pci_cfg') by Hannes Eder · 16 years ago
  51. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  52. ea943d4 igb: fixup AER with proper error handling by Jeff Kirsher · 16 years ago
  53. 5e8427e igb: Correctly determine pci-e function number in virtual environment by Alexander Duyck · 16 years ago
  54. b4557be igb: update handling of RCTL for smaller buffer sizes by Alexander Duyck · 16 years ago
  55. cb7b48f igb/e1000e: Naming interrupt vectors by Alexander Duyck · 16 years ago
  56. 40a914f igb: Add support for pci-e Advanced Error Reporting by Alexander Duyck · 16 years ago
  57. 527d47c igb: link up/down messages must follow a specific format by Alexander Duyck · 16 years ago
  58. 5b9ab2e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  59. 69d728b igb: loopback bits not correctly cleared from RCTL register by Alexander Duyck · 16 years ago
  60. 9b07f3d3 igb: remove unneeded bit refrence when enabling jumbo frames by Alexander Duyck · 16 years ago
  61. ece4af1 driver/net/*: remove redundant argument comments by Qinghuang Feng · 16 years ago
  62. f5f4cf0 igb: do not use phy ops in ethtool test cleanup for non-copper parts by Alexander Duyck · 16 years ago
  63. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  64. 68fd991 igb: Fix tx/rx_ring_count parameters for igb on suspend/resume/ring resize by Alexander Duyck · 16 years ago
  65. b2d5653 igb: simplify swap in clean_rx_irq if using packet split by Alexander Duyck · 16 years ago
  66. 2e5c692 igb: convert to net_device_ops by Stephen Hemminger · 16 years ago
  67. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  68. ac45020 igb: use dev_printk instead of printk by Bjorn Helgaas · 16 years ago
  69. e1b86d8 igb: Use device_set_wakeup_enable by \"Rafael J. Wysocki\ · 16 years ago
  70. 4cf1653 netdevice: safe convert to netdev_priv() #part-2 by Wang Chen · 16 years ago
  71. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  72. 7c510e4 net: convert more to %pM by Johannes Berg · 16 years ago
  73. 421e02f igb: add IGB_DCA instead of selecting INTEL_IOATDMA by Jeff Kirsher · 16 years ago
  74. c54106b igb: fix tx data corruption with transition to L0s on 82575 by Alexander Duyck · 16 years ago
  75. 1a32bcf igb: clean up a stray fake netdev code left in rx path by Alexander Duyck · 16 years ago
  76. fc7d345 igb: remove unneeded cleaned variable in clean_tx_irq path by Alexander Duyck · 16 years ago
  77. 17fc700 igb: remove 82576 quad adapter by Alexander Duyck · 16 years ago
  78. 34a20e8 igb: fix setting the number of tx queues by Alexander Duyck · 16 years ago
  79. fe59de3 igb: ethtool -d reads EICR which is incorrect as it is read on clear by Alexander Duyck · 16 years ago
  80. 7a6ea55 igb: force all queues to interrupt once every 2 seconds by Alexander Duyck · 16 years ago
  81. a6ef5e9 igb: remove igb_init_managability as it is deprecated by Alexander Duyck · 16 years ago
  82. ec796b4 igb: remove three redundant functions left in the code by Alexander Duyck · 16 years ago
  83. 549bdd8 igb: correct issue of set_mta member of mac.ops not being populated by Alexander Duyck · 16 years ago
  84. 726c09e igb: fixes 82576 serdes init to correctly support manual flow control changes by Alexander Duyck · 16 years ago
  85. c743a87 igb: fix null pointer dereference seen with fiber NICs by Alexander Duyck · 16 years ago
  86. 106ef2f igb: fix comments by Alexander Duyck · 16 years ago
  87. 25ac3c2 net: igb_main.c fix sparse integer as NULL pointer warning by Harvey Harrison · 16 years ago
  88. d55b53f igb/ixgbe/e1000e: resolve tx multiqueue bug by Jeff Kirsher · 16 years ago
  89. fd2ea0a net: Use queue aware tests throughout. by David S. Miller · 16 years ago
  90. 09e83b5 netdev: Kill NETIF_F_MULTI_QUEUE. by David S. Miller · 16 years ago
  91. 070825b igb: Kill CONFIG_NETDEVICES_MULTIQUEUE references, no longer exists. by David S. Miller · 16 years ago
  92. 78ed11a netdrv intel: always enable VLAN filtering except in promiscous mode by Patrick McHardy · 16 years ago
  93. 746b9f0 netdrv intel: disable VLAN filtering in promiscous mode by Patrick McHardy · 16 years ago
  94. 6eb5a7f igb: Improve multiqueue AIM support by Alexander Duyck · 16 years ago
  95. 9280fa5 igb: unused variable warning in igb remove by Alexander Duyck · 16 years ago
  96. a88f10e igb: update suspend resume by Alexander Duyck · 16 years ago
  97. d335252 igb: add support for in kernel LRO by Alexander Duyck · 16 years ago
  98. bf36c1a igb: add page recycling support by Alexander Duyck · 16 years ago
  99. 7dfc16f igb: Add support for quad port WOL and feature flags by Alexander Duyck · 16 years ago
  100. 2d064c0 igb: add 82576 MAC support by Alexander Duyck · 16 years ago