summaryrefslogtreecommitdiffstats
path: root/drivers/net/igb
Commit message (Expand)AuthorAgeFilesLines
* igb: do not check for vf_data if we didn't enable vfsAlexander Duyck2009-04-111-15/+22
* igb: fix unused external references introduced with sr-iov changesAlexander Duyck2009-04-114-19/+3Star
* igb: remove sysfs entry that was used to set the number of vfsAlexander Duyck2009-04-091-105/+54Star
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
* net/igb: Fix kexec with igb (rev. 3)Rafael J. Wysocki2009-04-021-13/+31
* igb: cleanup igb loopback pathAlexander Duyck2009-04-021-11/+3Star
* igb: increase delay for copper link setupAlexander Duyck2009-04-021-2/+5
* igb: set num_rx/tx_queues to 0 when queues are freedAlexander Duyck2009-04-021-0/+3
* igb: add support for x2 link width configurationsAlexander Duyck2009-04-021-3/+4
* igb: cleanup tx dma so map & unmap use matching callsAlexander Duyck2009-03-221-31/+35
* igb: rework igb_set_multi so that vfs are properly updatedAlexander Duyck2009-03-221-10/+8Star
* igb: update driver to use setup_timer functionAlexander Duyck2009-03-221-7/+4Star
* igb: remove IGB_DESC_UNUSED since it is better handled by a function callAlexander Duyck2009-03-222-11/+18
* igb: allow tx of pre-formatted vlan tagged packetsArthur Jones2009-03-221-1/+12
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-171-24/+2Star
|\
| * igb: remove ASPM L0s workaroundAlexander Duyck2009-03-151-24/+2Star
* | igb: add support for 82576 quad copper adapterAlexander Duyck2009-03-144-0/+22
* | igb: add support for another dual port 82576 non-security nicAlexander Duyck2009-03-143-0/+3
* | igb: correct typo that was setting vfta mask to 1Alexander Duyck2009-03-142-2/+2
* | igb: add PF to poolAlexander Duyck2009-03-143-10/+22
* | igb: support wol on second portAlexander Duyck2009-03-142-2/+4
* | igb: resolve warning of unused adapter structAlexander Duyck2009-03-141-3/+2Star
* | igb: remove netif running call from igb_pollAlexander Duyck2009-03-141-2/+1Star
* | igb: switch to new dca APIMaciej Sosnowski2009-03-141-4/+4
* | igb: remove skb_orphan callsAlexander Duyck2009-03-031-11/+0Star
* | igb: this patch addes the sr-iov enablement option via num_vfs parameterAlexander Duyck2009-02-201-5/+120
* | igb: Add support for enabling VFs to PF driver.Alexander Duyck2009-02-2012-26/+1077
* | igb: add pf side of VMDq supportAlexander Duyck2009-02-206-19/+195
* | igb: add vfs_allocated_count as placeholder for number of vfsAlexander Duyck2009-02-202-9/+17
* | igb: update napi polling to consolidate function and return correct valuesAlexander Duyck2009-02-201-47/+30Star
* | drivers/net/igb: fix sparse warning: symbol shadows an earlier oneHannes Eder2009-02-191-2/+2
* | igb: remove LRO Kconfig optionJeff Kirsher2009-02-191-2/+0Star
* | igb: transition driver to only using advanced descriptorsAlexander Duyck2009-02-164-166/+32Star
* | igb: remove unused definesAlexander Duyck2009-02-168-175/+11Star
* | igb: misc cleanup to combine one if statementAlexander Duyck2009-02-161-3/+3
* | igb: cleanup incorrect comment and set IP Checksum EnableAlexander Duyck2009-02-161-10/+4Star
* | igb: reduce size required to trigger low latencyAlexander Duyck2009-02-161-1/+1
* | igb: misc whitespace/formatting cleanupsAlexander Duyck2009-02-161-38/+20Star
* | igb: use timecompare to implement hardware time stampingPatrick Ohly2009-02-165-8/+304
* | igb: stub support for SIOCSHWTSTAMPPatrick Ohly2009-02-161-0/+31
* | igb: access to NIC timePatrick Ohly2009-02-163-0/+143
* | igb: remove dead code in transmit routineJesse Brandeburg2009-02-071-3/+0Star
* | igb: update version number and copyright datesAlexander Duyck2009-02-0714-16/+16
* | igb: fix two minor items found during code reviewAlexander Duyck2009-02-071-2/+4
* | igb: update stats before doing reset in igb_downAlexander Duyck2009-02-071-0/+4
* | igb: remove redundant count set and err_hw_initAlexander Duyck2009-02-071-11/+4Star
* | igb: remove disable_av variable from mac_info structAlexander Duyck2009-02-072-2/+2
* | igb: change pba size determination from if to switch statementAlexander Duyck2009-02-071-4/+7
* | igb: move get_hw_control within igb_resume.Alexander Duyck2009-02-071-4/+5