summaryrefslogtreecommitdiffstats
path: root/drivers/net/igb
AgeCommit message (Expand)AuthorLines
2009-02-15igb: cleanup incorrect comment and set IP Checksum EnableAlexander Duyck-10/+4
2009-02-15igb: reduce size required to trigger low latencyAlexander Duyck-1/+1
2009-02-15igb: misc whitespace/formatting cleanupsAlexander Duyck-38/+20
2009-02-15igb: use timecompare to implement hardware time stampingPatrick Ohly-8/+304
2009-02-15igb: stub support for SIOCSHWTSTAMPPatrick Ohly-0/+31
2009-02-15igb: access to NIC timePatrick Ohly-0/+143
2009-02-07igb: remove dead code in transmit routineJesse Brandeburg-3/+0
2009-02-07igb: update version number and copyright datesAlexander Duyck-16/+16
2009-02-07igb: fix two minor items found during code reviewAlexander Duyck-2/+4
2009-02-07igb: update stats before doing reset in igb_downAlexander Duyck-0/+4
2009-02-07igb: remove redundant count set and err_hw_initAlexander Duyck-11/+4
2009-02-07igb: remove disable_av variable from mac_info structAlexander Duyck-2/+2
2009-02-07igb: change pba size determination from if to switch statementAlexander Duyck-4/+7
2009-02-07igb: move get_hw_control within igb_resume.Alexander Duyck-4/+5
2009-02-07igb: don't read eicr when responding to legacy interruptsAlexander Duyck-4/+1
2009-02-07igb: remove unnecessary adapter->hw calls when just hw-> will do.Alexander Duyck-11/+10
2009-02-07igb: rename igb_update_mc_addr_list_82575 to not include the 82575Alexander Duyck-9/+8
2009-02-07igb: remove redundant timer updates and cleanup watchdog_taskAlexander Duyck-5/+5
2009-02-07igb: cleanup igb_netpoll to be more friendly with napi & GROAlexander Duyck-19/+23
2009-02-07igb: add counter for dma out of sync errorsAlexander Duyck-3/+24
2009-02-07igb: update testing done by ethtoolAlexander Duyck-26/+61
2009-02-07igb: update feature flags supported in ethtoolAlexander Duyck-11/+10
2009-02-07igb: remove unused rx_hdr_split statisticAlexander Duyck-2/+0
2009-02-07igb: rename nvm opsAlexander Duyck-29/+27
2009-02-07igb: rename phy opsAlexander Duyck-254/+162
2009-02-07igb: read address from RAH/RAL instead of from EEPROMAlexander Duyck-17/+13
2009-02-07igb: make dev_spec a union and remove dynamic allocationAlexander Duyck-47/+12
2009-02-07igb: add link check functionAlexander Duyck-17/+42
2009-02-07igb: remove check for needing an io portAlexander Duyck-44/+10
2009-02-07igb: move initialization of number of queues into set_interrupt_capabilityAlexander Duyck-5/+5
2009-02-07igb: move setting of buffsz out of repeated path in alloc_rx_buffersAlexander Duyck-11/+8
2009-02-07igb: optimize/refactor receive pathAlexander Duyck-22/+22
2009-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-21/+23
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison-2/+2
2009-01-31igb: fix link reporting when using sgmiiAlexander Duyck-2/+9
2009-01-31igb: prevent skb_over panic w/ mtu smaller than 1KAlexander Duyck-4/+4
2009-01-31igb: Fix DCA errors and do not use context index for 82576Alexander Duyck-15/+10
2009-01-27net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller-0/+1
2009-01-21igb: make certain to power on optics for 82576 fiber nicsAlexander Duyck-0/+7
2009-01-21igb: igb should not flag lltxAlexander Duyck-1/+0
2009-01-21igb: Replace LRO with GROHerbert Xu-117/+6
2009-01-21net: Remove redundant NAPI functionsBen Hutchings-6/+6
2009-01-05igb: fix anoying type mismatch warning on rx/tx queue sizingLinus Torvalds-2/+2
2008-12-26igb: Fix build warning when DCA is disabled.David S. Miller-2/+1
2008-12-26igb: re-order queues to support cleaner use of ivar on 82576Alexander Duyck-39/+79
2008-12-26igb: defeature tx head writebackAlexander Duyck-52/+39
2008-12-26drivers/net/igb: remove dead code (function 'igb_read_pci_cfg')Hannes Eder-7/+0
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman-6/+6
2008-12-11igb: fixup AER with proper error handlingJeff Kirsher-3/+17
2008-12-10igb: Correctly determine pci-e function number in virtual environmentAlexander Duyck-14/+10