aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/igb
AgeCommit message (Expand)Author
2009-02-07igb: remove dead code in transmit routineJesse Brandeburg
2009-02-07igb: update version number and copyright datesAlexander Duyck
2009-02-07igb: fix two minor items found during code reviewAlexander Duyck
2009-02-07igb: update stats before doing reset in igb_downAlexander Duyck
2009-02-07igb: remove redundant count set and err_hw_initAlexander Duyck
2009-02-07igb: remove disable_av variable from mac_info structAlexander Duyck
2009-02-07igb: change pba size determination from if to switch statementAlexander Duyck
2009-02-07igb: move get_hw_control within igb_resume.Alexander Duyck
2009-02-07igb: don't read eicr when responding to legacy interruptsAlexander Duyck
2009-02-07igb: remove unnecessary adapter->hw calls when just hw-> will do.Alexander Duyck
2009-02-07igb: rename igb_update_mc_addr_list_82575 to not include the 82575Alexander Duyck
2009-02-07igb: remove redundant timer updates and cleanup watchdog_taskAlexander Duyck
2009-02-07igb: cleanup igb_netpoll to be more friendly with napi & GROAlexander Duyck
2009-02-07igb: add counter for dma out of sync errorsAlexander Duyck
2009-02-07igb: update testing done by ethtoolAlexander Duyck
2009-02-07igb: update feature flags supported in ethtoolAlexander Duyck
2009-02-07igb: remove unused rx_hdr_split statisticAlexander Duyck
2009-02-07igb: rename nvm opsAlexander Duyck
2009-02-07igb: rename phy opsAlexander Duyck
2009-02-07igb: read address from RAH/RAL instead of from EEPROMAlexander Duyck
2009-02-07igb: make dev_spec a union and remove dynamic allocationAlexander Duyck
2009-02-07igb: add link check functionAlexander Duyck
2009-02-07igb: remove check for needing an io portAlexander Duyck
2009-02-07igb: move initialization of number of queues into set_interrupt_capabilityAlexander Duyck
2009-02-07igb: move setting of buffsz out of repeated path in alloc_rx_buffersAlexander Duyck
2009-02-07igb: optimize/refactor receive pathAlexander Duyck
2009-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison
2009-01-31igb: fix link reporting when using sgmiiAlexander Duyck
2009-01-31igb: prevent skb_over panic w/ mtu smaller than 1KAlexander Duyck
2009-01-31igb: Fix DCA errors and do not use context index for 82576Alexander Duyck
2009-01-27net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller
2009-01-21igb: make certain to power on optics for 82576 fiber nicsAlexander Duyck
2009-01-21igb: igb should not flag lltxAlexander Duyck
2009-01-21igb: Replace LRO with GROHerbert Xu
2009-01-21net: Remove redundant NAPI functionsBen Hutchings
2009-01-05igb: fix anoying type mismatch warning on rx/tx queue sizingLinus Torvalds
2008-12-26igb: Fix build warning when DCA is disabled.David S. Miller
2008-12-26igb: re-order queues to support cleaner use of ivar on 82576Alexander Duyck
2008-12-26igb: defeature tx head writebackAlexander Duyck
2008-12-26drivers/net/igb: remove dead code (function 'igb_read_pci_cfg')Hannes Eder
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-12-11igb: fixup AER with proper error handlingJeff Kirsher
2008-12-10igb: Correctly determine pci-e function number in virtual environmentAlexander Duyck
2008-12-10igb: update handling of RCTL for smaller buffer sizesAlexander Duyck
2008-12-05igb/e1000e: Naming interrupt vectorsAlexander Duyck
2008-11-27igb: Add support for pci-e Advanced Error ReportingAlexander Duyck
2008-11-27igb: link up/down messages must follow a specific formatAlexander Duyck
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-25igb: loopback bits not correctly cleared from RCTL registerAlexander Duyck