summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-26ixgbe: fix EICR write in ixgbe_msix_otherJacob Keller1-0/+10
2013-04-25ixgbe: add WOL support for new subdevice IDEmil Tantilov1-0/+1
2013-04-25ixgbe: rename wol_supported to more fitting wol_enabledJacob Keller1-2/+2
2013-04-25ixgbe: add driver support for x520 OCP adapter.Don Skidmore1-0/+8
2013-04-25ixgbe: fix possible divide by zero in ixgbe_update_itrDon Skidmore1-0/+3
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 McHardy1-6/+6
2013-04-19ixgbe: Remove unnecessary #ifdef CONFIG_DEBUG_FS testsJoe Perches1-10/+0
2013-04-19ixgbe: Add support for WoL on 82599 SFP+ LOMJacob Keller1-0/+1
2013-04-19ixgbe: in shutdown, do netif_running() under rtnl_lockakepner1-2/+2
2013-04-18ixgbe: bump version numberDon Skidmore1-1/+1
2013-04-18ixgbe: Fix 1G link WoLDon Skidmore1-1/+3
2013-04-18ixgbe: fix MNG FW support when adapter not upDon Skidmore1-0/+10
2013-04-18ixgbe: enable devices with internal switch to read pci parentJacob Keller1-0/+48
2013-04-18ixgbe: Enable support for recognizing PCI-e Gen3 link speedJacob Keller1-1/+2
2013-04-18ixgbe: Drop check for PAGE_SIZE from ixgbe_xmit_frame_ringAlexander Duyck1-6/+1
2013-04-18ixgbe: Mask off check of frag_off as we only want fragment offsetAlexander Duyck1-1/+1
2013-04-08Merge 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-08ixgbe: Make use of the default fdb handlers.Vlad Yasevich1-41/+1
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin1-4/+4
2013-02-16ixgbe: fix Tx timeouts with BQLEmil Tantilov1-1/+7
2013-02-16ixgbe: implement SFF diagnostic monitoring via ethtoolAurélien Guillaume1-0/+4
2013-02-16ixgbe: Make ixgbe_setup_tc usable even when DCB is not enabledAlexander Duyck1-12/+7
2013-02-16ixgbe: Update ixgbe driver to use __netdev_pick_tx in ixgbe_select_queueAlexander Duyck1-22/+26
2013-02-16ixgbe: Add function for setting XPS queue mappingAlexander Duyck1-0/+10
2013-02-16ixgbe: Define FCoE and Flow director limits much sooner to allow for changesAlexander Duyck1-21/+15
2013-02-15ixgbe: refactor initialization of feature flagsEmil Tantilov1-20/+38
2013-02-14bridge: Add vlan support to static neighborsVlad Yasevich1-1/+1
2013-02-14bridge: Dump vlan information from a bridge portVlad Yasevich1-1/+2
2013-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-02-13ixgbe: Only set gso_type to SKB_GSO_TCPV4 as RSC does not support IPv6Alexander Duyck1-6/+3
2013-02-11ixgbe: fix gso typeMichael S. Tsirkin1-2/+6
2013-02-05ixgbe: Fix SR-IOV MTU warningAlexander Duyck1-1/+1
2013-02-05ixgbe: Replace rmb in Tx cleanup with read_barrier_dependsAlexander Duyck1-1/+1
2013-02-05ixgbe: update date to 2013Don Skidmore1-2/+2
2013-02-01ixgbe: autoneg variable refactoringJosh Hay1-2/+2
2013-02-01ixgbe: rename autoneg variablesJosh Hay1-16/+16
2013-02-01ixgbe: Fix device ref count bugGreg Rose1-0/+2
2013-01-24ixgbe: Limit number of reported VFs to device specific valueDonald Dutile1-0/+1
2013-01-24ixgbe: Implement PCI SR-IOV sysfs callback operationGreg Rose1-2/+29
2013-01-24ixgbe: Make mailbox ops initialization unconditionalGreg Rose1-1/+8
2013-01-24ixgbe: add warning when scheduling resetJacob Keller1-0/+2
2013-01-24ixgbe: Add ptp work item to poll for the Tx timestampJacob Keller1-6/+10
2013-01-24ixgbe: Use watchdog check in favor of BPF for detecting latched timestampJacob Keller1-1/+4
2013-01-19ixgbe: Improve performance and reduce size of ixgbe_tx_mapAlexander Duyck1-23/+19
2013-01-19ixgbe: Update ixgbe Tx flags to improve code efficiencyAlexander Duyck1-41/+38
2013-01-19ixgbe: Always use context 0, even for FCoE and TSOAlexander Duyck1-10/+1
2013-01-19ixgbe: Make TSO check for CHECKSUM_PARTIAL to avoid skb_is_gso checkAlexander Duyck1-0/+3