summaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/igb_main.c
Commit message (Expand)AuthorAgeFilesLines
* igb: cleanup some of the code related to hw timestampingAlexander Duyck2009-10-281-215/+182
* igb: add support for seperate tx-usecs setting in ethtoolAlexander Duyck2009-10-281-8/+14
* igb: make tx ring map and free functionality non-staticAlexander Duyck2009-10-281-19/+16
* igb: re-use ring configuration code in ethtool testingAlexander Duyck2009-10-281-22/+7
* igb: setup vlan tag replication stripping in igb_vmm_controlAlexander Duyck2009-10-281-0/+11
* igb: delay VF reset notification until after interrupts are enabedAlexander Duyck2009-10-281-10/+23
* igb: move the multiple receive queue configuration into seperate functionAlexander Duyck2009-10-281-106/+111
* igb: place a pointer to the netdev struct in the ring itselfAlexander Duyck2009-10-281-15/+14
* igb: add a flags value to the ringAlexander Duyck2009-10-281-50/+43
* igb: move alloc_failed and csum_err stats into per rx-ring statAlexander Duyck2009-10-281-9/+8
* igb: move rx_buffer_len into the ring structureAlexander Duyck2009-10-281-19/+22
* igb: add pci device pointer to ring structureAlexander Duyck2009-10-281-37/+35
* igb: change the head and tail offsets into pointersAlexander Duyck2009-10-281-16/+16
* igb: move SRRCTL register configuration into ring specific configAlexander Duyck2009-10-281-37/+23
* igb: remove rx_ps_hdr_lenAlexander Duyck2009-10-281-60/+38
* igb: move the tx and rx ring specific config into seperate functionsAlexander Duyck2009-10-281-67/+112
* igb: increase minimum rx buffer size to 1KAlexander Duyck2009-10-281-22/+3
* igb: remove rx checksum good counterAlexander Duyck2009-10-281-1/+0
* igb: add new data structure for handling interrupts and NAPIAlexander Duyck2009-10-281-372/+500
* net: Use netdev_alloc_skb_ip_align()Eric Dumazet2009-10-131-7/+1
* igb: Use the instance of net_device_stats from net_device.Ajit Khaparde2009-10-071-20/+19
* igb: add support for 82576NS SerDes adapterAlexander Duyck2009-10-061-0/+1
* igb: make use of the uta to allow for promiscous mode filterAlexander Duyck2009-10-061-47/+156
* igb: add combined function for setting rar and pool bitsAlexander Duyck2009-10-061-23/+40
* e1000e/igb/ixgbe: Don't report an error if devices don't support AERFrans Pop2009-10-021-11/+2
* 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
OpenPOWER on IntegriCloud