summaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/igb_main.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-3/+0Star
* igb: reduce cache misses on tx cleanupNick Nunley2010-05-061-26/+19Star
* igb: add registers etc. printout code just before resetting adaptersTaku Izumi2010-04-281-0/+332
* igb: convert igb from using PCI DMA functions to using DMA API functionsAlexander Duyck2010-04-281-53/+56
* igb: add support for reporting 5GT/s during probe on PCIe Gen2Alexander Duyck2010-04-271-0/+1
* igb: double increment nr_fragsKoki Sanagi2010-04-271-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-141-0/+1
|\
| * igb: restrict WoL for 82576 ET2 Quad Port Server AdapterStefan Assmann2010-04-131-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\|
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-071-15/+7Star
|\|
| * igb: only use vlan_gro_receive if vlans are registeredAlexander Duyck2010-03-241-1/+1
| * igb: do not modify tx_queue_len on link speed changeEmil Tantilov2010-03-241-9/+1Star
| * igb: count Rx FIFO errors correctlyMitch Williams2010-03-241-5/+5
* | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
* | igb: add per-packet timestampingNick Nunley2010-03-311-8/+37
* | igb: update hw_debug macro to make use of netdev_dbg callAlexander Duyck2010-03-311-29/+3Star
* | igb: add support for Intel I350 Gigabit Network ConnectionAlexander Duyck2010-03-231-0/+12
* | igb: cleanup usage of virtualization registersAlexander Duyck2010-03-231-12/+16
|/
* igb: Add support for 82576 ET2 Quad Port Server AdapterCarolyn Wyborny2010-03-201-0/+1
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko2010-02-231-8/+4Star
* | igb: update tx DMA mapping error handlingNick Nunley2010-02-171-5/+3Star
* | igb: use igb_free_q_vectors to cleanup failure in igb_alloc_q_vectorsNick Nunley2010-02-171-7/+3Star
* | igb: remove unused vmolr valueNick Nunley2010-02-171-4/+0Star
* | igb: minor type cleanupsNick Nunley2010-02-171-6/+6
* | igb: move gso_segs into buffer_info structureNick Nunley2010-02-171-1/+2
* | igb: inline igb_maybe_stop_txNick Nunley2010-02-171-1/+1
* | igb: only read phy specific stats if in internal phy modeNick Nunley2010-02-171-3/+8
* | igb: only support SRRCTL_DROP_EN when using multiple queuesNick Nunley2010-02-171-0/+3
* | igb: cap interrupts at 20K per queue when in itr mode 3Nick Nunley2010-02-171-0/+4
* | igb: remove adaptive IFS from driverNick Nunley2010-02-171-8/+2Star
* | igb: Allocate rings seperately instead of as a blockAlexander Duyck2010-02-171-56/+57
* | igb: call pci_save_state after pci_restore_stateNick Nunley2010-02-171-0/+2
* | igb: Power down link when interface is downNick Nunley2010-02-171-8/+31
* | igb: Report link status in ethtool when interface is downNick Nunley2010-02-171-1/+1
* | igb: remove unecessary q_vector declarations and remove itr_shiftAlexander Duyck2010-02-171-12/+13
* | igb: support for VF configuration toolsWilliams, Mitch A2010-02-131-11/+119
* | net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-4/+4
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-091-15/+5Star
|\ \
| * | igb: make certain to reassign legacy interrupt vectors after resetAlexander Duyck2010-02-041-15/+5Star
| |/
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-281-2/+2
|\|
| * net: Fix IPv6 GSO type checks in Intel ethernet driversSridhar Samudrala2010-01-231-1/+1
| * igb/igbvf: cleanup exception handling in tx_map_advAlexander Duyck2010-01-231-1/+1
* | net: use helpers to access uc list V2Jiri Pirko2010-01-251-3/+4
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-111-7/+2Star
|\|
| * igb: correctly offset 82575 flow control watermarks by 16 bytesAlexander Duyck2009-12-241-7/+2Star
* | igb: add support for device reset interruptAlexander Duyck2010-01-081-0/+9
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-081-1/+1
|/