aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-08remove 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-06ixgbe: check whether thermal sensor is enabled.Jacob Keller2-1/+6
2012-12-06ixgbe: Use is_valid_ether_addrJoe Perches6-38/+4
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-12-01ixgbe: eliminate Smatch warnings in ixgbe_debugfs.cjoshua.a.hay@intel.com1-37/+46
2012-11-28ixgbe: bump version numberDon Skidmore1-5/+1
2012-11-28ixgbe: Make the bridge mode setting stickyGreg Rose3-4/+10
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 Keller4-3/+9
2012-11-22ixgbe: remove needless queuing for L4 ptp packetsJacob Keller1-32/+2
2012-11-22ixgbe: use ETQF filter name instead of magic numberJacob Keller1-3/+3
2012-11-22ixgbe: convert to use simple_open()Wei Yongjun1-30/+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-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2012-11-02eth: Make is_link_local() consistent with other address testsBen Hutchings1-1/+1
2012-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller3-20/+24
2012-11-01ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings4-38/+1
2012-11-01ixgbe: PTP get_ts_info missing software supportJacob Keller1-0/+3
2012-11-01ixgbe: fix default setting of TXDCTL.WTHRESHEmil Tantilov2-20/+15
2012-11-01ixgbe: fix uninitialized event.type in ixgbe_ptp_check_pps_eventJacob Keller1-0/+9
2012-10-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller6-71/+228
2012-10-31ixgbe: add setlink, getlink support to ixgbe and ixgbevfJohn Fastabend2-3/+59
2012-10-29ixgbe: reduce PTP rx path overheadJiri Benc1-2/+4
2012-10-29ixgbe: add/update descriptor maps in commentsJosh Hay1-6/+55
2012-10-29ixgbe: Do not decrement budget in ixgbe_clean_rx_irqAlexander Duyck1-5/+4
2012-10-29ixgbe: Return success or failure on VF MAC filter setGreg Rose1-1/+1
2012-10-29ixgbe: clean up the condition for turning on/off the laserEmil Tantilov1-23/+8
2012-10-29net, ixgbe: handle link local multicast addresses in SR-IOV modeJohn Fastabend1-1/+1
2012-10-29ixgbe: Fix return value from macvlan filter functionGreg Rose1-1/+2
2012-10-29ixgbe: Add support for pipeline resetDon Skidmore3-32/+153
2012-10-22ixgbe: Fix possible memory leak in ixgbe_set_ringparamAlexander Duyck1-52/+50
2012-10-22ixgbe: Add function ixgbe_reset_pipeline_82599Don Skidmore2-0/+45
2012-10-22ixgbe: Drop unnecessary addition from ixgbe_set_rx_buffer_lenAlexander Duyck1-3/+0
2012-10-22ixgbe: Correcting small packet paddingTushar Dave1-0/+1
2012-10-22ixgbe: using is_zero_ether_addr() to simplify the codeWei Yongjun1-2/+1
2012-10-22ixgbe: (PTP) refactor init, cyclecounter and resetJacob Keller3-73/+66
2012-10-22ixgbe: add WOL support for new subdevice idEmil Tantilov2-0/+2
2012-10-22ixgbe: Enable support for VF API version 1.1 in the PF.Alexander Duyck1-8/+21
2012-10-22ixgbe: Add support for GET_QUEUES message to get DCB configurationAlexander Duyck2-0/+52
2012-10-22ixgbe: Add support for tracking the default user priority to SR-IOVAlexander Duyck3-20/+55
2012-10-22ixgbe: Add support for IPv6 and UDP to ixgbe_get_headlenAlexander Duyck1-1/+14
2012-10-19ixgbe: Add mailbox API version negotiation support to ixgbe PFAlexander Duyck3-7/+48
2012-10-19ixgbe: Move message handling routines into their own functionsAlexander Duyck1-93/+130
2012-10-19ixgbe: Enable jumbo frames support w/ SR-IOVAlexander Duyck3-31/+93
2012-10-19ixgbe: Initialize q_vector cpu and affinity masks correctlyAlexander Duyck1-2/+5