summaryrefslogtreecommitdiffstats
path: root/drivers/net/igb
Commit message (Expand)AuthorAgeFilesLines
* 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/+3
* 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-211-31/+35
* igb: rework igb_set_multi so that vfs are properly updatedAlexander Duyck2009-03-211-10/+8
* igb: update driver to use setup_timer functionAlexander Duyck2009-03-211-7/+4
* igb: remove IGB_DESC_UNUSED since it is better handled by a function callAlexander Duyck2009-03-212-11/+18
* igb: allow tx of pre-formatted vlan tagged packetsArthur Jones2009-03-211-1/+12
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-171-24/+2
|\
| * igb: remove ASPM L0s workaroundAlexander Duyck2009-03-141-24/+2
* | 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/+2
* | igb: remove netif running call from igb_pollAlexander Duyck2009-03-141-2/+1
* | igb: switch to new dca APIMaciej Sosnowski2009-03-141-4/+4
* | igb: remove skb_orphan callsAlexander Duyck2009-03-021-11/+0
* | 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/+30
* | drivers/net/igb: fix sparse warning: symbol shadows an earlier oneHannes Eder2009-02-181-2/+2
* | igb: remove LRO Kconfig optionJeff Kirsher2009-02-181-2/+0
* | igb: transition driver to only using advanced descriptorsAlexander Duyck2009-02-164-166/+32
* | igb: remove unused definesAlexander Duyck2009-02-158-175/+11
* | igb: misc cleanup to combine one if statementAlexander Duyck2009-02-151-3/+3
* | igb: cleanup incorrect comment and set IP Checksum EnableAlexander Duyck2009-02-151-10/+4
* | igb: reduce size required to trigger low latencyAlexander Duyck2009-02-151-1/+1
* | igb: misc whitespace/formatting cleanupsAlexander Duyck2009-02-151-38/+20
* | igb: use timecompare to implement hardware time stampingPatrick Ohly2009-02-155-8/+304
* | igb: stub support for SIOCSHWTSTAMPPatrick Ohly2009-02-151-0/+31
* | igb: access to NIC timePatrick Ohly2009-02-153-0/+143
* | igb: remove dead code in transmit routineJesse Brandeburg2009-02-071-3/+0
* | 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/+4
* | 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
* | igb: don't read eicr when responding to legacy interruptsAlexander Duyck2009-02-071-4/+1
* | igb: remove unnecessary adapter->hw calls when just hw-> will do.Alexander Duyck2009-02-071-11/+10
* | igb: rename igb_update_mc_addr_list_82575 to not include the 82575Alexander Duyck2009-02-073-9/+8