summaryrefslogtreecommitdiffstats
path: root/drivers/net/igb
Commit message (Expand)AuthorAgeFilesLines
* net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
* igb: add per-packet timestampingNick Nunley2010-03-303-8/+41
* igb: update hw_debug macro to make use of netdev_dbg callAlexander Duyck2010-03-302-36/+8
* igb: add support for Intel I350 Gigabit Network ConnectionAlexander Duyck2010-03-226-5/+83
* igb: cleanup usage of virtualization registersAlexander Duyck2010-03-221-12/+16
* igb: Do not overwrite mdicnfg register when accessing 82580 phyAlexander Duyck2010-03-221-20/+0
* igb: Add support for 82576 ET2 Quad Port Server AdapterCarolyn Wyborny2010-03-193-0/+3
* 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-221-8/+4
* | igb: update tx DMA mapping error handlingNick Nunley2010-02-171-5/+3
* | igb: change descriptor control thresholdsNick Nunley2010-02-171-2/+2
* | igb: use igb_free_q_vectors to cleanup failure in igb_alloc_q_vectorsNick Nunley2010-02-171-7/+3
* | igb: remove unused vmolr valueNick Nunley2010-02-171-4/+0
* | igb: minor type cleanupsNick Nunley2010-02-171-6/+6
* | igb: move gso_segs into buffer_info structureNick Nunley2010-02-172-1/+3
* | 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-175-93/+2
* | igb: Allocate rings seperately instead of as a blockAlexander Duyck2010-02-173-81/+83
* | igb: call pci_save_state after pci_restore_stateNick Nunley2010-02-171-0/+2
* | igb: Power down link when interface is downNick Nunley2010-02-178-11/+129
* | igb: ignore EEPROM APME check when shutting down serdes linkNick Nunley2010-02-171-19/+2
* | igb: Report link status in ethtool when interface is downNick Nunley2010-02-173-2/+21
* | igb: add support for wake-on-linkNick Nunley2010-02-171-4/+7
* | igb: remove unecessary q_vector declarations and remove itr_shiftAlexander Duyck2010-02-172-13/+13
* | igb: support for VF configuration toolsWilliams, Mitch A2010-02-124-11/+126
* | 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/+5
|\ \
| * | igb: make certain to reassign legacy interrupt vectors after resetAlexander Duyck2010-02-041-15/+5
| |/
* | 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-104-20/+4
|\ \ | |/
| * igb: check both function bits in status register in wol exceptionAlexander Duyck2009-12-231-1/+1
| * igb: correctly offset 82575 flow control watermarks by 16 bytesAlexander Duyck2009-12-231-7/+2
| * igb: do not force retry count to 1 on 82580 phyAlexander Duyck2009-12-231-9/+0
| * igb: do not force pcs link when in KX modeAlexander Duyck2009-12-231-3/+1
* | igb: add support for device reset interruptAlexander Duyck2010-01-081-0/+9
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
|/
* igb: fix handling of mailbox collisions between PF/VFAlexander Duyck2009-12-111-9/+13
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-3/+2
* igb: remove use of skb_dma_map from driverAlexander Duyck2009-12-022-18/+56
* igb: Add full support for 82580 devicesAlexander Duyck2009-11-205-3/+193
* igb: add support for 82580 MACAlexander Duyck2009-11-207-42/+299
* igb: add support for the 82580 phyAlexander Duyck2009-11-203-0/+275
* drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-182-8/+8
OpenPOWER on IntegriCloud