aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-05-29i40e/i40evf: remove storm controlJesse Brandeburg5-11/+2
2014-05-29i40e: Use the new i40e_get_fd_cnt_all function in other placesAnjali Singhai Jain2-5/+2
2014-05-29i40e: Report cmd->data in ETHTOOL_GRXCLSRLCNT instead of ETHTOOL_GRXCLSRULEAnjali Singhai Jain2-6/+12
2014-05-29i40e/i40evf: Remove reserved PCTYPE definesKevin Scott6-57/+26
2014-05-29i40e: Tx/Rx rings declarationAkeem G Abodunrin2-8/+7
2014-05-29i40evf: tweak Tx rate params and de-magic-ifyMitch Williams1-2/+5
2014-05-29i40evf: don't round Tx rate down to 0Mitch Williams1-0/+5
2014-05-29i40e: enable descriptor prefetch for VFsMitch Williams1-0/+1
2014-05-29i40e/i40evf: Update check for AQ alivenessKevin Scott2-2/+10
2014-05-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller15-117/+277
2014-05-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville244-3181/+7662
2014-05-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville6-18/+43
2014-05-27i40evf: Use is_multicast_ether_addr helperTobias Klauser1-1/+1
2014-05-27e1000: Use is_broadcast_ether_addr/is_multicast_ether_addr helpersTobias Klauser1-2/+2
2014-05-27igb: remove redundant PHY power down register writeTodd Fujinaka2-15/+0
2014-05-27e1000e: Out of line __ew32_prepare/__ew32Andi Kleen2-29/+32
2014-05-27e1000e: Fix expand setting EEE link info to all affected partsDavid Ertman1-1/+1
2014-05-27e1000e: Cleanup parenthesis around return valueDavid Ertman1-2/+2
2014-05-27e1000e: 82574/82583 TimeSync errata for SYSTIM readTodd Fujinaka2-1/+28
2014-05-26e1000e: Failure to write SHRA turns on PROMISC modeDavid Ertman7-13/+71
2014-05-26ixgbe: avoid duplicate code in suspend and stop pathsJacob Keller1-11/+14
2014-05-26ixgbe: separate the PTP suspend and stop actionsJacob Keller2-7/+25
2014-05-26ixgbe: extract PTP clock device from ptp_initJacob Keller1-9/+47
2014-05-26ixgbe: allow ixgbe_ptp_reset to maintain current hwtstamp configJacob Keller1-5/+11
2014-05-26ixgbe: extract the hardware setup from the ixgbe_ptp_set_ts_configJacob Keller1-14/+36
2014-05-26ixgbe: rename ixgbe_ptp_enable to ixgbe_ptp_feature_enableJacob Keller1-5/+5
2014-05-26ixgbe: fix linking at 100Mbps on copper devices with MNG FW enabledEmil Tantilov1-2/+2
2014-05-26can: xilinx CAN controller supportKedareswara rao Appana3-0/+1217
2014-05-26can: Add xilinx CAN device tree bindings documentationKedareswara rao Appana1-0/+44
2014-05-26Merge branch 'net-sysfs-docs'David S. Miller3-0/+288
2014-05-26net: sysfs: document /sys/class/net/statistics/*Florian Fainelli1-0/+201
2014-05-26net: sysfs: add documentation entries for /sys/class/<iface>/queuesFlorian Fainelli1-0/+79
2014-05-26net: sysfs: add missing phys_port_id documentationFlorian Fainelli1-0/+8
2014-05-26netfilter: bridge: fix Kconfig unmet dependenciesPablo Neira2-6/+3
2014-05-26of: mdio: fix compile warning in of_mdiobus_register_phy()Christian Engelmayer1-1/+0
2014-05-24tg3: Override clock, link aware and link idle mode during NVRAM dumpPrashant Sreedharan1-7/+38
2014-05-24net: driver: stmicro: Remove some useless the lock protectionYang Wei1-6/+0
2014-05-24team: lb: use sizeof(*fprog) in __fprog_createDaniel Borkmann1-1/+1
2014-05-24tipc: Don't reset the timeout when restartingArnaldo Carvalho de Melo1-3/+5
2014-05-24Merge branch 'ks8851'David S. Miller2-12/+74
2014-05-24net: ks8851: Add of match tableStephen Boyd1-0/+6
2014-05-24net: ks8851: Add optional vdd_io regulator and reset gpioStephen Boyd1-1/+53
2014-05-24net: ks8851: Use devm_regulator_get_optional()Stephen Boyd1-8/+3
2014-05-24devicetree: bindings: Properly document micrel ks8851 SPI chipsStephen Boyd1-3/+12
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller528-3738/+6232
2014-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds5-19/+20
2014-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds131-928/+2381
2014-05-23Merge branch 'filter-next'David S. Miller10-268/+457
2014-05-23net: filter: add test case for jump with holes and ret x variantsDaniel Borkmann1-0/+94
2014-05-23net: filter: improve test case frameworkDaniel Borkmann1-155/+233