summaryrefslogtreecommitdiffstats
path: root/drivers/net/igb
Commit message (Expand)AuthorAgeFilesLines
* intel: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-8/+11
* igb/ixgbe: add IPV6_CSUM support to vlan_featuresAlexander Duyck2009-08-271-0/+1
* igb: initialize mailbox function pointers prior to phy initAlexander Duyck2009-07-261-4/+4
* igb: cleanup flow control configuration to make requested/current more clearAlexander Duyck2009-07-265-45/+55
* igb: use buffer_info->dma instead of shinfo->nr_frags to determine unmapAlexander Duyck2009-07-261-12/+18
* igb: add support for 82576 mezzanine cardAlexander Duyck2009-07-263-0/+3
* igb: remove unused switch statement from igb_set_wolAlexander Duyck2009-07-261-6/+0Star
* igb: cleanup receive address register initializationAlexander Duyck2009-07-263-35/+30Star
* igb: move all multicast addresses into multicast table arrayAlexander Duyck2009-07-266-89/+56Star
* igb: add completion timeout workaround for 82575/82576Alexander Duyck2009-07-266-15/+98
* igb: do not overwrite EEPROM LED settingsAlexander Duyck2009-07-261-6/+1Star
* igb: change configure_pcs_link to void since it always returns 0Alexander Duyck2009-07-261-9/+4Star
* igb: make serdes power down available for 82575 in addition to 82576 partsAlexander Duyck2009-07-263-9/+17
* igb: remove media type fiber as it is misleadingAlexander Duyck2009-07-265-58/+22Star
* igb: gcc-3.4.6 fixEric Dumazet2009-07-131-40/+37Star
* igb: set lan id prior to configuring phyAlexander Duyck2009-07-081-0/+4
* igb: return PCI_ERS_RESULT_DISCONNECT on permanent errorAlexander Duyck2009-07-011-0/+3
* igb: fix unmap length bugJesse Brandeburg2009-07-011-5/+6
* net: skb_shared_info optimizationEric Dumazet2009-06-081-3/+2Star
* net: dont update dev->trans_startEric Dumazet2009-05-291-1/+0Star
* igb/e1000e: update PSSR_MDIX value to reflect correct bitAlexander Duyck2009-05-271-1/+1
* igb: Record host memory receive overflow in net_statsJesper Dangaard Brouer2009-05-272-0/+11
* igb: Implement reading of reg RQDPC (Receive Queue Drop Packet Count)Jesper Dangaard Brouer2009-05-273-10/+38
* igb: add RQDPC (Receive Queue Drop Packet Count) register macroJeff Kirsher2009-05-271-0/+1
* igb: do not re-register DCA requester on device resetAlexander Duyck2009-05-221-3/+9
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-081-7/+5Star
|\
| * igb: resolve panic on shutdown when SR-IOV is enabledAlexander Duyck2009-05-071-7/+5Star
* | e1000/e1000e/igb/ixgb: don't txhang after link downJesse Brandeburg2009-05-071-0/+2
* | igb/igbvf: set rx csum always enabled in hw, disable via swAlexander Duyck2009-05-073-10/+12
* | igb: Enable SCTP checksum offloadingJesse Brandeburg2009-04-284-4/+31
* | igb/ixgbe: remove unecessary checks for CHECKSUM_UNNECESSARYAlexander Duyck2009-04-281-14/+6Star
* | igb: make rxcsum configuration seperate from multiqueueAlexander Duyck2009-04-282-20/+12Star
* | igb: reconfigure mailbox timeout logicAlexander Duyck2009-04-281-4/+4
* | igb: always use adapter->itr as EITR valueAlexander Duyck2009-04-271-5/+6
* | e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarilyJesse Brandeburg2009-04-221-2/+2
* | igb: fix link down inital stateJesse Brandeburg2009-04-201-4/+5
|/
* 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