aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-04-02net/igb: Fix kexec with igb (rev. 3)Rafael J. Wysocki1-13/+31
2009-04-02igb: cleanup igb loopback pathAlexander Duyck1-11/+3
2009-04-02igb: increase delay for copper link setupAlexander Duyck1-2/+5
2009-04-02igb: set num_rx/tx_queues to 0 when queues are freedAlexander Duyck1-0/+3
2009-04-02igb: add support for x2 link width configurationsAlexander Duyck1-3/+4
2009-03-21igb: cleanup tx dma so map & unmap use matching callsAlexander Duyck1-31/+35
2009-03-21igb: rework igb_set_multi so that vfs are properly updatedAlexander Duyck1-10/+8
2009-03-21igb: update driver to use setup_timer functionAlexander Duyck1-7/+4
2009-03-21igb: remove IGB_DESC_UNUSED since it is better handled by a function callAlexander Duyck2-11/+18
2009-03-21igb: allow tx of pre-formatted vlan tagged packetsArthur Jones1-1/+12
2009-03-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-24/+2
2009-03-14igb: remove ASPM L0s workaroundAlexander Duyck1-24/+2
2009-03-14igb: add support for 82576 quad copper adapterAlexander Duyck4-0/+22
2009-03-14igb: add support for another dual port 82576 non-security nicAlexander Duyck3-0/+3
2009-03-14igb: correct typo that was setting vfta mask to 1Alexander Duyck2-2/+2
2009-03-14igb: add PF to poolAlexander Duyck3-10/+22
2009-03-14igb: support wol on second portAlexander Duyck2-2/+4
2009-03-14igb: resolve warning of unused adapter structAlexander Duyck1-3/+2
2009-03-14igb: remove netif running call from igb_pollAlexander Duyck1-2/+1
2009-03-14igb: switch to new dca APIMaciej Sosnowski1-4/+4
2009-03-02igb: remove skb_orphan callsAlexander Duyck1-11/+0
2009-02-20igb: this patch addes the sr-iov enablement option via num_vfs parameterAlexander Duyck1-5/+120
2009-02-20igb: Add support for enabling VFs to PF driver.Alexander Duyck12-26/+1077
2009-02-20igb: add pf side of VMDq supportAlexander Duyck6-19/+195
2009-02-20igb: add vfs_allocated_count as placeholder for number of vfsAlexander Duyck2-9/+17
2009-02-20igb: update napi polling to consolidate function and return correct valuesAlexander Duyck1-47/+30
2009-02-18drivers/net/igb: fix sparse warning: symbol shadows an earlier oneHannes Eder1-2/+2
2009-02-18igb: remove LRO Kconfig optionJeff Kirsher1-2/+0
2009-02-16igb: transition driver to only using advanced descriptorsAlexander Duyck4-166/+32
2009-02-15igb: remove unused definesAlexander Duyck8-175/+11
2009-02-15igb: misc cleanup to combine one if statementAlexander Duyck1-3/+3
2009-02-15igb: cleanup incorrect comment and set IP Checksum EnableAlexander Duyck1-10/+4
2009-02-15igb: reduce size required to trigger low latencyAlexander Duyck1-1/+1
2009-02-15igb: misc whitespace/formatting cleanupsAlexander Duyck1-38/+20
2009-02-15igb: use timecompare to implement hardware time stampingPatrick Ohly5-8/+304
2009-02-15igb: stub support for SIOCSHWTSTAMPPatrick Ohly1-0/+31
2009-02-15igb: access to NIC timePatrick Ohly3-0/+143
2009-02-07igb: remove dead code in transmit routineJesse Brandeburg1-3/+0
2009-02-07igb: update version number and copyright datesAlexander Duyck14-16/+16
2009-02-07igb: fix two minor items found during code reviewAlexander Duyck1-2/+4
2009-02-07igb: update stats before doing reset in igb_downAlexander Duyck1-0/+4
2009-02-07igb: remove redundant count set and err_hw_initAlexander Duyck1-11/+4
2009-02-07igb: remove disable_av variable from mac_info structAlexander Duyck2-2/+2
2009-02-07igb: change pba size determination from if to switch statementAlexander Duyck1-4/+7
2009-02-07igb: move get_hw_control within igb_resume.Alexander Duyck1-4/+5
2009-02-07igb: don't read eicr when responding to legacy interruptsAlexander Duyck1-4/+1
2009-02-07igb: remove unnecessary adapter->hw calls when just hw-> will do.Alexander Duyck1-11/+10
2009-02-07igb: rename igb_update_mc_addr_list_82575 to not include the 82575Alexander Duyck3-9/+8