aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
Commit message (Expand)AuthorAge
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-07
* ixgbe: check whether thermal sensor is enabled.Jacob Keller2012-12-07
* ixgbe: Use is_valid_ether_addrJoe Perches2012-12-07
* net/intel: remove __dev* attributesBill Pemberton2012-12-03
* ixgbe: Do not parse past IP header on fragments beyond the firstAlexander Duyck2012-12-01
* ixgbe: bump version numberDon Skidmore2012-11-28
* ixgbe: Make the bridge mode setting stickyGreg Rose2012-11-28
* ixgbe: Fix incorrect disabling of Tx hang check in case of PFCParikh, Neerav2012-11-28
* ixgbe: Drop RLPML configuration from x540 RXDCTL register configurationAlexander Duyck2012-11-28
* ixgbe: fdb: only allow NUD_PERM fdb entriesJohn Fastabend2012-11-22
* ixgbe: ethtool correctly identify autoneg settingJacob Keller2012-11-22
* ixgbe: Reformat output of ixgbe_dumpJosh Hay2012-11-22
* ixgbe: Do not use DCA to prefetch the entire packet into the cacheAlexander Duyck2012-11-13
* eth: Make is_link_local() consistent with other address testsBen Hutchings2012-11-02
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-11-02
|\
| * ixgbe: fix default setting of TXDCTL.WTHRESHEmil Tantilov2012-11-01
* | ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings2012-11-01
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-10-31
|\
| * ixgbe: add/update descriptor maps in commentsJosh Hay2012-10-30
| * ixgbe: Do not decrement budget in ixgbe_clean_rx_irqAlexander Duyck2012-10-30
| * ixgbe: clean up the condition for turning on/off the laserEmil Tantilov2012-10-30
| * net, ixgbe: handle link local multicast addresses in SR-IOV modeJohn Fastabend2012-10-30
* | ixgbe: add setlink, getlink support to ixgbe and ixgbevfJohn Fastabend2012-10-31
|/
* ixgbe: Drop unnecessary addition from ixgbe_set_rx_buffer_lenAlexander Duyck2012-10-23
* ixgbe: Correcting small packet paddingTushar Dave2012-10-23
* ixgbe: (PTP) refactor init, cyclecounter and resetJacob Keller2012-10-23
* ixgbe: add WOL support for new subdevice idEmil Tantilov2012-10-23
* ixgbe: Add support for tracking the default user priority to SR-IOVAlexander Duyck2012-10-23
* ixgbe: Add support for IPv6 and UDP to ixgbe_get_headlenAlexander Duyck2012-10-23
* ixgbe: Enable jumbo frames support w/ SR-IOVAlexander Duyck2012-10-19
* ixgbe: add support for X540-AT1joshua.a.hay@intel.com2012-10-03
* ixgbe: (PTP) Fix PPS interrupt codeJacob Keller2012-10-03
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-02
|\
| * netlink: add attributes to fdb interfacestephen hemminger2012-10-01
| * ixgbe: Do not read the spoofed packets counter when not in IOV modeGreg Rose2012-09-24
| * netdev: make address const in device address managementstephen hemminger2012-09-19
| * ixgbe: Improve statistics accuracy for DDP trafficMark Rustad2012-09-16
| * ixgbe: add debugfs supportCatherine Sullivan2012-09-15
| * ixgbe: fix reporting of spoofed packetsEmil Tantilov2012-09-15
| * ixgbe: Fix ordering of things so that PF correctly configures its VLANsAlexander Duyck2012-09-15
| * ixgbe: remove old init remnantEliezer Tamir2012-09-05
| * ixgbe: Rewrite code related to configuring IFCS bit in Tx descriptorAlexander Duyck2012-08-16
| * ixgbe: Roll RSC code into non-EOP codeAlexander Duyck2012-08-16
| * ixgbe: Make allocating skb and placing data in it a separate functionAlexander Duyck2012-08-16
| * ixgbe: Copybreak sooner to avoid get_page/put_page and offset change overheadAlexander Duyck2012-08-16
| * ixgbe: Make pull tail function separate from rest of cleanup_headersAlexander Duyck2012-08-16
| * ixgbe: Have the CPU take ownership of the buffers soonerAlexander Duyck2012-08-16
| * ixgbe: Only use double buffering if page size is less than 8KAlexander Duyck2012-08-16
| * ixgbe: combine ixgbe_add_rx_frag and ixgbe_can_reuse_pageAlexander Duyck2012-08-16
| * ixgbe: Remove code that was initializing Rx page offsetAlexander Duyck2012-08-16