aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
AgeCommit message (Expand)Author
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-06ixgbe: check whether thermal sensor is enabled.Jacob Keller
2012-12-06ixgbe: Use is_valid_ether_addrJoe Perches
2012-12-03net/intel: remove __dev* attributesBill Pemberton
2012-12-01ixgbe: Do not parse past IP header on fragments beyond the firstAlexander Duyck
2012-11-28ixgbe: bump version numberDon Skidmore
2012-11-28ixgbe: Make the bridge mode setting stickyGreg Rose
2012-11-28ixgbe: Fix incorrect disabling of Tx hang check in case of PFCParikh, Neerav
2012-11-28ixgbe: Drop RLPML configuration from x540 RXDCTL register configurationAlexander Duyck
2012-11-22ixgbe: fdb: only allow NUD_PERM fdb entriesJohn Fastabend
2012-11-22ixgbe: ethtool correctly identify autoneg settingJacob Keller
2012-11-22ixgbe: Reformat output of ixgbe_dumpJosh Hay
2012-11-13ixgbe: Do not use DCA to prefetch the entire packet into the cacheAlexander Duyck
2012-11-02eth: Make is_link_local() consistent with other address testsBen Hutchings
2012-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2012-11-01ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings
2012-11-01ixgbe: fix default setting of TXDCTL.WTHRESHEmil Tantilov
2012-10-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2012-10-31ixgbe: add setlink, getlink support to ixgbe and ixgbevfJohn Fastabend
2012-10-29ixgbe: add/update descriptor maps in commentsJosh Hay
2012-10-29ixgbe: Do not decrement budget in ixgbe_clean_rx_irqAlexander Duyck
2012-10-29ixgbe: clean up the condition for turning on/off the laserEmil Tantilov
2012-10-29net, ixgbe: handle link local multicast addresses in SR-IOV modeJohn Fastabend
2012-10-22ixgbe: Drop unnecessary addition from ixgbe_set_rx_buffer_lenAlexander Duyck
2012-10-22ixgbe: Correcting small packet paddingTushar Dave
2012-10-22ixgbe: (PTP) refactor init, cyclecounter and resetJacob Keller
2012-10-22ixgbe: add WOL support for new subdevice idEmil Tantilov
2012-10-22ixgbe: Add support for tracking the default user priority to SR-IOVAlexander Duyck
2012-10-22ixgbe: Add support for IPv6 and UDP to ixgbe_get_headlenAlexander Duyck
2012-10-19ixgbe: Enable jumbo frames support w/ SR-IOVAlexander Duyck
2012-10-03ixgbe: add support for X540-AT1joshua.a.hay@intel.com
2012-10-03ixgbe: (PTP) Fix PPS interrupt codeJacob Keller
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-10-01netlink: add attributes to fdb interfacestephen hemminger
2012-09-24ixgbe: Do not read the spoofed packets counter when not in IOV modeGreg Rose
2012-09-19netdev: make address const in device address managementstephen hemminger
2012-09-15ixgbe: Improve statistics accuracy for DDP trafficMark Rustad
2012-09-15ixgbe: add debugfs supportCatherine Sullivan
2012-09-15ixgbe: fix reporting of spoofed packetsEmil Tantilov
2012-09-15ixgbe: Fix ordering of things so that PF correctly configures its VLANsAlexander Duyck
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas
2012-09-07netdev: make pci_error_handlers constStephen Hemminger
2012-09-04ixgbe: remove old init remnantEliezer Tamir
2012-08-23PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang
2012-08-16ixgbe: Rewrite code related to configuring IFCS bit in Tx descriptorAlexander Duyck
2012-08-16ixgbe: Roll RSC code into non-EOP codeAlexander Duyck
2012-08-16ixgbe: Make allocating skb and placing data in it a separate functionAlexander Duyck
2012-08-16ixgbe: Copybreak sooner to avoid get_page/put_page and offset change overheadAlexander Duyck
2012-08-16ixgbe: Make pull tail function separate from rest of cleanup_headersAlexander Duyck
2012-08-16ixgbe: Have the CPU take ownership of the buffers soonerAlexander Duyck