summaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/igb_main.c
Commit message (Expand)AuthorAgeFilesLines
* trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
* igb: reset sgmii phy at start of initAlexander Duyck2009-09-141-1/+1
* netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings2009-09-031-2/+0
* igb: set vf rlpml wasn't taking vlan tag into accountAlexander Duyck2009-09-031-0/+39
* igb: only disable/enable interrupt bits for igb physical functionAlexander Duyck2009-09-031-5/+9
* igb: add support for set_rx_mode netdevice operationAlexander Duyck2009-09-031-25/+48
* intel: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-8/+11
* igb/ixgbe: add IPV6_CSUM support to vlan_featuresAlexander Duyck2009-08-261-0/+1
* igb: cleanup flow control configuration to make requested/current more clearAlexander Duyck2009-07-261-3/+3
* 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-261-0/+1
* igb: move all multicast addresses into multicast table arrayAlexander Duyck2009-07-261-29/+15
* igb: add completion timeout workaround for 82575/82576Alexander Duyck2009-07-261-0/+28
* igb: remove media type fiber as it is misleadingAlexander Duyck2009-07-261-12/+0
* igb: gcc-3.4.6 fixEric Dumazet2009-07-131-40/+37
* igb: return PCI_ERS_RESULT_DISCONNECT on permanent errorAlexander Duyck2009-06-301-0/+3
* igb: fix unmap length bugJesse Brandeburg2009-06-301-5/+6
* net: skb_shared_info optimizationEric Dumazet2009-06-081-3/+2
* net: dont update dev->trans_startEric Dumazet2009-05-291-1/+0
* igb: Record host memory receive overflow in net_statsJesper Dangaard Brouer2009-05-261-0/+10
* igb: Implement reading of reg RQDPC (Receive Queue Drop Packet Count)Jesper Dangaard Brouer2009-05-261-1/+18
* igb: do not re-register DCA requester on device resetAlexander Duyck2009-05-211-3/+9
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-081-7/+5
|\
| * igb: resolve panic on shutdown when SR-IOV is enabledAlexander Duyck2009-05-061-7/+5
* | 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-061-7/+5
* | igb: Enable SCTP checksum offloadingJesse Brandeburg2009-04-281-1/+20
* | igb/ixgbe: remove unecessary checks for CHECKSUM_UNNECESSARYAlexander Duyck2009-04-281-14/+6
* | igb: make rxcsum configuration seperate from multiqueueAlexander Duyck2009-04-281-19/+11
* | 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: remove sysfs entry that was used to set the number of vfsAlexander Duyck2009-04-081-105/+54
* 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: 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-211-7/+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-141-0/+11
* | igb: add support for another dual port 82576 non-security nicAlexander Duyck2009-03-141-0/+1
* | igb: correct typo that was setting vfta mask to 1Alexander Duyck2009-03-141-1/+1
* | igb: add PF to poolAlexander Duyck2009-03-141-2/+7