summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-30ixgbe: Do not decrement budget in ixgbe_clean_rx_irqAlexander Duyck1-5/+4
2012-10-30ixgbe: clean up the condition for turning on/off the laserEmil Tantilov1-23/+8
2012-10-30net, ixgbe: handle link local multicast addresses in SR-IOV modeJohn Fastabend1-1/+1
2012-10-23ixgbe: Drop unnecessary addition from ixgbe_set_rx_buffer_lenAlexander Duyck1-3/+0
2012-10-23ixgbe: Correcting small packet paddingTushar Dave1-0/+1
2012-10-23ixgbe: (PTP) refactor init, cyclecounter and resetJacob Keller1-9/+17
2012-10-23ixgbe: add WOL support for new subdevice idEmil Tantilov1-0/+1
2012-10-23ixgbe: Add support for tracking the default user priority to SR-IOVAlexander Duyck1-0/+20
2012-10-23ixgbe: Add support for IPv6 and UDP to ixgbe_get_headlenAlexander Duyck1-1/+14
2012-10-19ixgbe: Enable jumbo frames support w/ SR-IOVAlexander Duyck1-4/+9
2012-10-03ixgbe: add support for X540-AT1joshua.a.hay@intel.com1-0/+2
2012-10-03ixgbe: (PTP) Fix PPS interrupt codeJacob Keller1-2/+11
2012-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-263/+310
2012-10-02netlink: add attributes to fdb interfacestephen hemminger1-1/+1
2012-09-24ixgbe: Do not read the spoofed packets counter when not in IOV modeGreg Rose1-2/+3