summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-09remove init of dev->perm_addr in driversJiri Pirko1-2/+1
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
2012-12-07ixgbe: check whether thermal sensor is enabled.Jacob Keller1-1/+4
2012-12-07ixgbe: Use is_valid_ether_addrJoe Perches1-1/+1
2012-12-03net/intel: remove __dev* attributesBill Pemberton1-4/+4
2012-12-01ixgbe: Do not parse past IP header on fragments beyond the firstAlexander Duyck1-5/+8
2012-11-28ixgbe: bump version numberDon Skidmore1-5/+1
2012-11-28ixgbe: Make the bridge mode setting stickyGreg Rose1-4/+8
2012-11-28ixgbe: Fix incorrect disabling of Tx hang check in case of PFCParikh, Neerav1-4/+10
2012-11-28ixgbe: Drop RLPML configuration from x540 RXDCTL register configurationAlexander Duyck1-8/+0
2012-11-22ixgbe: fdb: only allow NUD_PERM fdb entriesJohn Fastabend1-1/+4
2012-11-22ixgbe: ethtool correctly identify autoneg settingJacob Keller1-1/+2
2012-11-22ixgbe: Reformat output of ixgbe_dumpJosh Hay1-34/+41
2012-11-13ixgbe: Do not use DCA to prefetch the entire packet into the cacheAlexander Duyck1-1/+0
2012-11-03eth: Make is_link_local() consistent with other address testsBen Hutchings1-1/+1
2012-11-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller1-20/+0
2012-11-01ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings1-28/+0
2012-11-01ixgbe: fix default setting of TXDCTL.WTHRESHEmil Tantilov1-20/+0
2012-10-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller1-35/+68
2012-10-31ixgbe: add setlink, getlink support to ixgbe and ixgbevfJohn Fastabend1-3/+56
2012-10-30ixgbe: add/update descriptor maps in commentsJosh Hay1-6/+55