aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches2-5/+0
2010-05-05igb: reduce cache misses on tx cleanupNick Nunley2-27/+22
2010-04-28igb: Clean up left over prototype of igb_get_hw_dev_name()Emil Tantilov1-1/+0
2010-04-27igb: add registers etc. printout code just before resetting adaptersTaku Izumi1-0/+332
2010-04-27igb: convert igb from using PCI DMA functions to using DMA API functionsAlexander Duyck3-58/+61
2010-04-27igb: add support for reporting 5GT/s during probe on PCIe Gen2Alexander Duyck3-11/+21
2010-04-27igb: double increment nr_fragsKoki Sanagi1-1/+1
2010-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-0/+2
2010-04-13igb: restrict WoL for 82576 ET2 Quad Port Server AdapterStefan Assmann2-0/+2
2010-04-13igb: modify register test for i350 to reflect read only bits in RDLEN/TDLENAlexander Duyck1-4/+4
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-1/+2
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-19/+10
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30igb: add per-packet timestampingNick Nunley3-8/+41
2010-03-30igb: update hw_debug macro to make use of netdev_dbg callAlexander Duyck2-36/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-1/+2
2010-03-27igb: use correct bits to identify if managability is enabledAlexander Duyck1-3/+3
2010-03-23igb: only use vlan_gro_receive if vlans are registeredAlexander Duyck1-1/+1
2010-03-23igb: do not modify tx_queue_len on link speed changeEmil Tantilov2-10/+1
2010-03-23igb: count Rx FIFO errors correctlyMitch Williams1-5/+5
2010-03-22igb: add support for Intel I350 Gigabit Network ConnectionAlexander Duyck6-5/+83
2010-03-22igb: cleanup usage of virtualization registersAlexander Duyck1-12/+16
2010-03-22igb: Do not overwrite mdicnfg register when accessing 82580 phyAlexander Duyck1-20/+0
2010-03-19igb: Add support for 82576 ET2 Quad Port Server AdapterCarolyn Wyborny3-0/+3
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko1-8/+4
2010-02-17igb: update tx DMA mapping error handlingNick Nunley1-5/+3
2010-02-17igb: change descriptor control thresholdsNick Nunley1-2/+2
2010-02-17igb: use igb_free_q_vectors to cleanup failure in igb_alloc_q_vectorsNick Nunley1-7/+3
2010-02-17igb: remove unused vmolr valueNick Nunley1-4/+0
2010-02-17igb: minor type cleanupsNick Nunley1-6/+6
2010-02-17igb: move gso_segs into buffer_info structureNick Nunley2-1/+3
2010-02-17igb: inline igb_maybe_stop_txNick Nunley1-1/+1
2010-02-17igb: only read phy specific stats if in internal phy modeNick Nunley1-3/+8
2010-02-17igb: only support SRRCTL_DROP_EN when using multiple queuesNick Nunley1-0/+3
2010-02-17igb: cap interrupts at 20K per queue when in itr mode 3Nick Nunley1-0/+4
2010-02-17igb: remove adaptive IFS from driverNick Nunley5-93/+2
2010-02-17igb: Allocate rings seperately instead of as a blockAlexander Duyck3-81/+83
2010-02-17igb: call pci_save_state after pci_restore_stateNick Nunley1-0/+2
2010-02-17igb: Power down link when interface is downNick Nunley8-11/+129
2010-02-17igb: ignore EEPROM APME check when shutting down serdes linkNick Nunley1-19/+2
2010-02-17igb: Report link status in ethtool when interface is downNick Nunley3-2/+21
2010-02-17igb: add support for wake-on-linkNick Nunley1-4/+7
2010-02-17igb: remove unecessary q_vector declarations and remove itr_shiftAlexander Duyck2-13/+13
2010-02-12igb: support for VF configuration toolsWilliams, Mitch A4-11/+126
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-4/+4
2010-02-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-15/+5
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-02-04igb: make certain to reassign legacy interrupt vectors after resetAlexander Duyck1-15/+5
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2