aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-25net: use helpers to access uc list V2Jiri Pirko1-3/+4
2010-01-23net: Fix IPv6 GSO type checks in Intel ethernet driversSridhar Samudrala1-1/+1
2010-01-23igb/igbvf: cleanup exception handling in tx_map_advAlexander Duyck1-1/+1
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-20/+4
2010-01-08igb: add support for device reset interruptAlexander Duyck1-0/+9
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-23igb: check both function bits in status register in wol exceptionAlexander Duyck1-1/+1
2009-12-23igb: correctly offset 82575 flow control watermarks by 16 bytesAlexander Duyck1-7/+2
2009-12-23igb: do not force retry count to 1 on 82580 phyAlexander Duyck1-9/+0
2009-12-23igb: do not force pcs link when in KX modeAlexander Duyck1-3/+1
2009-12-11igb: fix handling of mailbox collisions between PF/VFAlexander Duyck1-9/+13
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-3/+2
2009-12-02igb: remove use of skb_dma_map from driverAlexander Duyck2-18/+56
2009-11-20igb: Add full support for 82580 devicesAlexander Duyck5-3/+193
2009-11-20igb: add support for 82580 MACAlexander Duyck7-42/+299
2009-11-20igb: add support for the 82580 phyAlexander Duyck3-0/+275
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2-8/+8
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-11-13igb: only recycle page if it is on our numa nodeAlexander Duyck1-1/+3
2009-11-13igb: check for packets on all tx rings when link is downAlexander Duyck1-11/+12
2009-11-13igb: removed unused tx/rx total bytes/packets from adapter structAlexander Duyck1-4/+0
2009-11-13igb: Rework how netdev->stats is handledAlexander Duyck2-103/+108
2009-11-13igb: when number of CPUs > 4 combine tx/rx queues to allow more queuesAlexander Duyck2-13/+27
2009-11-13igb: move timesync init into a seperate functionAlexander Duyck1-50/+65