aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-25ixgbe: add mac type to the version in ethtool_regsEmil Tantilov1-1/+2
2013-04-25ixgbe: add support for disabling link at boot time on 82599Emil Tantilov2-2/+20
2013-04-25ixgbe: cache AUTOC readsEmil Tantilov2-16/+25
2013-04-25ixgbe: fix register access during ethtool loopback testEmil Tantilov1-12/+14
2013-04-25ixgbe: fix EICR write in ixgbe_msix_otherJacob Keller1-0/+10
2013-04-24ixgbe: add WOL support for new subdevice IDEmil Tantilov2-0/+2
2013-04-24ixgbe: add SFP+ LX module supportDon Skidmore4-10/+25
2013-04-24ixgbe: rename wol_supported to more fitting wol_enabledJacob Keller3-4/+4
2013-04-24ixgbe: add driver support for x520 OCP adapter.Don Skidmore2-0/+9
2013-04-24ixgbe: fix possible divide by zero in ixgbe_update_itrDon Skidmore1-0/+3
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-4/+6
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2-7/+7
2013-04-18ixgbe: Remove unnecessary #ifdef CONFIG_DEBUG_FS testsJoe Perches2-10/+5
2013-04-18ixgbe: Add support for WoL on 82599 SFP+ LOMJacob Keller2-0/+2
2013-04-18ixgbe: in shutdown, do netif_running() under rtnl_lockakepner1-2/+2
2013-04-18ixgbe: Fix a bug in setting VF VLAN via PFGreg Rose1-0/+6
2013-04-17ixgbe: bump version numberDon Skidmore1-1/+1
2013-04-17ixgbe: Fix 1G link WoLDon Skidmore3-2/+8
2013-04-17ixgbe: fix MNG FW support when adapter not upDon Skidmore5-5/+65
2013-04-17ixgbe: enable devices with internal switch to read pci parentJacob Keller1-0/+48
2013-04-17ixgbe: create conversion functions from link_status to bus/speedJacob Keller2-32/+34
2013-04-17ixgbe: Enable support for recognizing PCI-e Gen3 link speedJacob Keller3-1/+7
2013-04-17ixgbe: Drop check for PAGE_SIZE from ixgbe_xmit_frame_ringAlexander Duyck1-6/+1
2013-04-17ixgbe: don't do arithmetic operations on bitmasksEmil Tantilov1-1/+1
2013-04-17ixgbe: Mask off check of frag_off as we only want fragment offsetAlexander Duyck1-1/+1
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+9
2013-04-05ixgbe: fix registration order of driver and DCA nofiticationJakub Kicinski1-2/+9
2013-03-28ixgbe: Don't give VFs random MAC addressesGreg Rose1-10/+13
2013-03-07ixgbe: Make use of the default fdb handlers.Vlad Yasevich1-41/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin2-13/+13
2013-02-15ixgbe: Update DESC_NEEDED define to adjust for changes to MAX_SKB_FRAGSAlexander Duyck1-1/+1
2013-02-15ixgbe: fix Tx timeouts with BQLEmil Tantilov2-7/+34
2013-02-15ixgbe: implement SFF diagnostic monitoring via ethtoolAurélien Guillaume3-0/+119
2013-02-15ixgbe: cleanup error checking in ixgbe_identify_sfp_module_generic()Emil Tantilov1-24/+10
2013-02-15ixgbe: fix possible data corruption in read_i2c_byteEmil Tantilov1-1/+1
2013-02-15ixgbe: Add support for set_channels ethtool operationAlexander Duyck1-0/+38
2013-02-15ixgbe: Add support for displaying the number of Tx/Rx channelsAlexander Duyck1-0/+72
2013-02-15ixgbe: Make ixgbe_setup_tc usable even when DCB is not enabledAlexander Duyck2-13/+8
2013-02-15ixgbe: Update ixgbe driver to use __netdev_pick_tx in ixgbe_select_queueAlexander Duyck1-22/+26
2013-02-15ixgbe: Add function for setting XPS queue mappingAlexander Duyck3-5/+20
2013-02-15ixgbe: Define FCoE and Flow director limits much sooner to allow for changesAlexander Duyck3-35/+19
2013-02-15ixgbe: refactor initialization of feature flagsEmil Tantilov1-20/+38
2013-02-13bridge: Add vlan support to static neighborsVlad Yasevich1-1/+1
2013-02-13bridge: Dump vlan information from a bridge portVlad Yasevich1-1/+2
2013-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-02-12ixgbe: Only set gso_type to SKB_GSO_TCPV4 as RSC does not support IPv6Alexander Duyck1-6/+3
2013-02-10ixgbe: fix gso typeMichael S. Tsirkin1-2/+6
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches1-3/+1