aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/igb
AgeCommit message (Expand)Author
2010-03-27igb: use correct bits to identify if managability is enabledAlexander Duyck
2010-03-23igb: only use vlan_gro_receive if vlans are registeredAlexander Duyck
2010-03-23igb: do not modify tx_queue_len on link speed changeEmil Tantilov
2010-03-23igb: count Rx FIFO errors correctlyMitch Williams
2010-03-19igb: Add support for 82576 ET2 Quad Port Server AdapterCarolyn Wyborny
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko
2010-02-17igb: update tx DMA mapping error handlingNick Nunley
2010-02-17igb: change descriptor control thresholdsNick Nunley
2010-02-17igb: use igb_free_q_vectors to cleanup failure in igb_alloc_q_vectorsNick Nunley
2010-02-17igb: remove unused vmolr valueNick Nunley
2010-02-17igb: minor type cleanupsNick Nunley
2010-02-17igb: move gso_segs into buffer_info structureNick Nunley
2010-02-17igb: inline igb_maybe_stop_txNick Nunley
2010-02-17igb: only read phy specific stats if in internal phy modeNick Nunley
2010-02-17igb: only support SRRCTL_DROP_EN when using multiple queuesNick Nunley
2010-02-17igb: cap interrupts at 20K per queue when in itr mode 3Nick Nunley
2010-02-17igb: remove adaptive IFS from driverNick Nunley
2010-02-17igb: Allocate rings seperately instead of as a blockAlexander Duyck
2010-02-17igb: call pci_save_state after pci_restore_stateNick Nunley
2010-02-17igb: Power down link when interface is downNick Nunley
2010-02-17igb: ignore EEPROM APME check when shutting down serdes linkNick Nunley
2010-02-17igb: Report link status in ethtool when interface is downNick Nunley
2010-02-17igb: add support for wake-on-linkNick Nunley
2010-02-17igb: remove unecessary q_vector declarations and remove itr_shiftAlexander Duyck
2010-02-12igb: support for VF configuration toolsWilliams, Mitch A
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-02-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack
2010-02-04igb: make certain to reassign legacy interrupt vectors after resetAlexander Duyck
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-01-25net: use helpers to access uc list V2Jiri Pirko
2010-01-23net: Fix IPv6 GSO type checks in Intel ethernet driversSridhar Samudrala
2010-01-23igb/igbvf: cleanup exception handling in tx_map_advAlexander Duyck
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-01-08igb: add support for device reset interruptAlexander Duyck
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2009-12-23igb: check both function bits in status register in wol exceptionAlexander Duyck
2009-12-23igb: correctly offset 82575 flow control watermarks by 16 bytesAlexander Duyck
2009-12-23igb: do not force retry count to 1 on 82580 phyAlexander Duyck
2009-12-23igb: do not force pcs link when in KX modeAlexander Duyck
2009-12-11igb: fix handling of mailbox collisions between PF/VFAlexander Duyck
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-12-02igb: remove use of skb_dma_map from driverAlexander Duyck
2009-11-20igb: Add full support for 82580 devicesAlexander Duyck
2009-11-20igb: add support for 82580 MACAlexander Duyck
2009-11-20igb: add support for the 82580 phyAlexander Duyck
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-13igb: only recycle page if it is on our numa nodeAlexander Duyck