summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-20netdev: make address const in device address managementstephen hemminger1-2/+2
2012-09-16ixgbe: Improve statistics accuracy for DDP trafficMark Rustad1-16/+16
2012-09-16ixgbe: add debugfs supportCatherine Sullivan1-0/+17
2012-09-16ixgbe: fix reporting of spoofed packetsEmil Tantilov1-1/+1
2012-09-16ixgbe: Fix ordering of things so that PF correctly configures its VLANsAlexander Duyck1-4/+5
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas1-1/+1
2012-09-08netdev: make pci_error_handlers constStephen Hemminger1-1/+1
2012-09-05ixgbe: remove old init remnantEliezer Tamir1-5/+0
2012-08-23PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang1-1/+1
2012-08-17ixgbe: Rewrite code related to configuring IFCS bit in Tx descriptorAlexander Duyck1-6/+10
2012-08-17ixgbe: Roll RSC code into non-EOP codeAlexander Duyck1-32/+19
2012-08-17ixgbe: Make allocating skb and placing data in it a separate functionAlexander Duyck1-77/+89
2012-08-17ixgbe: Copybreak sooner to avoid get_page/put_page and offset change overheadAlexander Duyck1-15/+17
2012-08-17ixgbe: Make pull tail function separate from rest of cleanup_headersAlexander Duyck1-37/+57