summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Remove unnecessary #ifdef CONFIG_DEBUG_FS testsJoe Perches2013-04-182-10/+5Star
* ixgbe: Add support for WoL on 82599 SFP+ LOMJacob Keller2013-04-182-0/+2
* ixgbe: in shutdown, do netif_running() under rtnl_lockakepner2013-04-181-2/+2
* ixgbe: bump version numberDon Skidmore2013-04-181-1/+1
* ixgbe: Fix 1G link WoLDon Skidmore2013-04-183-2/+8
* ixgbe: fix MNG FW support when adapter not upDon Skidmore2013-04-185-5/+65
* ixgbe: enable devices with internal switch to read pci parentJacob Keller2013-04-181-0/+48
* ixgbe: create conversion functions from link_status to bus/speedJacob Keller2013-04-182-32/+34
* ixgbe: Enable support for recognizing PCI-e Gen3 link speedJacob Keller2013-04-183-1/+7
* ixgbe: Drop check for PAGE_SIZE from ixgbe_xmit_frame_ringAlexander Duyck2013-04-181-6/+1Star
* ixgbe: don't do arithmetic operations on bitmasksEmil Tantilov2013-04-181-1/+1
* ixgbe: Mask off check of frag_off as we only want fragment offsetAlexander Duyck2013-04-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-081-2/+9
|\
| * ixgbe: fix registration order of driver and DCA nofiticationJakub Kicinski2013-04-051-2/+9
* | ixgbe: Don't give VFs random MAC addressesGreg Rose2013-03-281-10/+13
* | ixgbe: Make use of the default fdb handlers.Vlad Yasevich2013-03-071-41/+1Star
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-282-13/+13
* ixgbe: Update DESC_NEEDED define to adjust for changes to MAX_SKB_FRAGSAlexander Duyck2013-02-161-1/+1
* ixgbe: fix Tx timeouts with BQLEmil Tantilov2013-02-162-7/+34
* ixgbe: implement SFF diagnostic monitoring via ethtoolAurélien Guillaume2013-02-163-0/+119
* ixgbe: cleanup error checking in ixgbe_identify_sfp_module_generic()Emil Tantilov2013-02-161-24/+10Star
* ixgbe: fix possible data corruption in read_i2c_byteEmil Tantilov2013-02-161-1/+1
* ixgbe: Add support for set_channels ethtool operationAlexander Duyck2013-02-161-0/+38
* ixgbe: Add support for displaying the number of Tx/Rx channelsAlexander Duyck2013-02-161-0/+72
* ixgbe: Make ixgbe_setup_tc usable even when DCB is not enabledAlexander Duyck2013-02-162-13/+8Star
* ixgbe: Update ixgbe driver to use __netdev_pick_tx in ixgbe_select_queueAlexander Duyck2013-02-161-22/+26
* ixgbe: Add function for setting XPS queue mappingAlexander Duyck2013-02-163-5/+20
* ixgbe: Define FCoE and Flow director limits much sooner to allow for changesAlexander Duyck2013-02-163-35/+19Star
* ixgbe: refactor initialization of feature flagsEmil Tantilov2013-02-151-20/+38
* bridge: Add vlan support to static neighborsVlad Yasevich2013-02-141-1/+1
* bridge: Dump vlan information from a bridge portVlad Yasevich2013-02-141-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-131-0/+1
|\
| * ixgbe: Only set gso_type to SKB_GSO_TCPV4 as RSC does not support IPv6Alexander Duyck2013-02-121-6/+3Star
| * ixgbe: fix gso typeMichael S. Tsirkin2013-02-111-2/+6
| * ixgbe: Fix overwriting of rx_mtrl in ixgbe_ptp_hwtstamp_ioctlJacob Keller2013-01-161-2/+2
| * ixgbe: only compile ixgbe_debugfs.o when enabledJacob Keller2013-01-162-6/+2Star
* | drivers: net: Remove remaining alloc/OOM messagesJoe Perches2013-02-081-3/+1Star
* | ixgbe: Fix SR-IOV MTU warningAlexander Duyck2013-02-052-3/+1Star
* | ixgbe: Replace rmb in Tx cleanup with read_barrier_dependsAlexander Duyck2013-02-051-1/+1
* | ixgbe: update date to 2013Don Skidmore2013-02-0529-30/+30
* | ixgbe: fix return values and memcpy parameters to eliminate Smatch warningsJosh Hay2013-02-052-6/+7
* | ixgbe: fix potential null dereferenceJosh Hay2013-02-051-0/+3
* | ixgbe: allow reading of SFF-8472 data over i2cEmil Tantilov2013-02-056-7/+66
* | ixgbe: autoneg variable refactoringJosh Hay2013-02-016-35/+19Star
* | ixgbe: removed unused variable from setup_link_speedJosh Hay2013-02-016-8/+4Star
* | ixgbe: rename autoneg variablesJosh Hay2013-02-012-29/+28Star
* | ixgbe: Fix device ref count bugGreg Rose2013-02-011-0/+2
* | ixgbe: Reset the NIC if up2tc has changedAmir Hanania2013-02-011-4/+12
* | 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-234-6/+122