summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
Commit message (Expand)AuthorAgeFilesLines
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-4/+4
* ixgbe: fix Tx timeouts with BQLEmil Tantilov2013-02-151-1/+7
* ixgbe: implement SFF diagnostic monitoring via ethtoolAurélien Guillaume2013-02-151-0/+4
* ixgbe: Make ixgbe_setup_tc usable even when DCB is not enabledAlexander Duyck2013-02-151-12/+7
* ixgbe: Update ixgbe driver to use __netdev_pick_tx in ixgbe_select_queueAlexander Duyck2013-02-151-22/+26
* ixgbe: Add function for setting XPS queue mappingAlexander Duyck2013-02-151-0/+10
* ixgbe: Define FCoE and Flow director limits much sooner to allow for changesAlexander Duyck2013-02-151-21/+15
* ixgbe: refactor initialization of feature flagsEmil Tantilov2013-02-151-20/+38
* bridge: Add vlan support to static neighborsVlad Yasevich2013-02-131-1/+1
* bridge: Dump vlan information from a bridge portVlad Yasevich2013-02-131-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-121-0/+1
|\
| * ixgbe: Only set gso_type to SKB_GSO_TCPV4 as RSC does not support IPv6Alexander Duyck2013-02-121-6/+3
| * ixgbe: fix gso typeMichael S. Tsirkin2013-02-101-2/+6
* | ixgbe: Fix SR-IOV MTU warningAlexander Duyck2013-02-051-1/+1
* | ixgbe: Replace rmb in Tx cleanup with read_barrier_dependsAlexander Duyck2013-02-051-1/+1
* | ixgbe: update date to 2013Don Skidmore2013-02-051-2/+2
* | ixgbe: autoneg variable refactoringJosh Hay2013-01-311-2/+2
* | ixgbe: rename autoneg variablesJosh Hay2013-01-311-16/+16
* | ixgbe: Fix device ref count bugGreg Rose2013-01-311-0/+2
* | ixgbe: Limit number of reported VFs to device specific valueDonald Dutile2013-01-231-0/+1
* | ixgbe: Implement PCI SR-IOV sysfs callback operationGreg Rose2013-01-231-2/+29
* | ixgbe: Make mailbox ops initialization unconditionalGreg Rose2013-01-231-1/+8
* | ixgbe: add warning when scheduling resetJacob Keller2013-01-231-0/+2
* | ixgbe: Add ptp work item to poll for the Tx timestampJacob Keller2013-01-231-6/+10
* | ixgbe: Use watchdog check in favor of BPF for detecting latched timestampJacob Keller2013-01-231-1/+4
* | ixgbe: Improve performance and reduce size of ixgbe_tx_mapAlexander Duyck2013-01-191-23/+19
* | ixgbe: Update ixgbe Tx flags to improve code efficiencyAlexander Duyck2013-01-191-41/+38
* | ixgbe: Always use context 0, even for FCoE and TSOAlexander Duyck2013-01-191-10/+1
* | ixgbe: Make TSO check for CHECKSUM_PARTIAL to avoid skb_is_gso checkAlexander Duyck2013-01-191-0/+3
* | remove init of dev->perm_addr in driversJiri Pirko2013-01-081-2/+1
|/
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-2/+1
* ixgbe: check whether thermal sensor is enabled.Jacob Keller2012-12-061-1/+4
* ixgbe: Use is_valid_ether_addrJoe Perches2012-12-061-1/+1
* net/intel: remove __dev* attributesBill Pemberton2012-12-031-4/+4
* ixgbe: Do not parse past IP header on fragments beyond the firstAlexander Duyck2012-12-011-5/+8
* ixgbe: bump version numberDon Skidmore2012-11-281-5/+1
* ixgbe: Make the bridge mode setting stickyGreg Rose2012-11-281-4/+8
* ixgbe: Fix incorrect disabling of Tx hang check in case of PFCParikh, Neerav2012-11-281-4/+10
* ixgbe: Drop RLPML configuration from x540 RXDCTL register configurationAlexander Duyck2012-11-281-8/+0
* ixgbe: fdb: only allow NUD_PERM fdb entriesJohn Fastabend2012-11-221-1/+4
* ixgbe: ethtool correctly identify autoneg settingJacob Keller2012-11-221-1/+2
* ixgbe: Reformat output of ixgbe_dumpJosh Hay2012-11-221-34/+41
* ixgbe: Do not use DCA to prefetch the entire packet into the cacheAlexander Duyck2012-11-131-1/+0
* eth: Make is_link_local() consistent with other address testsBen Hutchings2012-11-021-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-11-021-20/+0
|\
| * ixgbe: fix default setting of TXDCTL.WTHRESHEmil Tantilov2012-11-011-20/+0
* | ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings2012-11-011-28/+0
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-10-311-35/+68
|\
| * ixgbe: add/update descriptor maps in commentsJosh Hay2012-10-291-6/+55
| * ixgbe: Do not decrement budget in ixgbe_clean_rx_irqAlexander Duyck2012-10-291-5/+4