summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * i40e: only create PTP device node onceJacob Keller2014-06-261-12/+46
| * i40e: don't store user requested mode until we've validated itJacob Keller2014-06-261-4/+7
| * i40e: break PTP hardware control from ioctl command for timestamp modeJacob Keller2014-06-261-16/+43
| * i40e: rename i40e_ptp_enable to i40e_ptp_feature_enableJacob Keller2014-06-261-4/+4
| * i40evf: resend FW request if no responseMitch Williams2014-06-261-0/+4
| * i40evf: fix typoMitch Williams2014-06-261-1/+1
| * i40evf: return more useful error informationMitch Williams2014-06-261-5/+6
| * i40evf: don't stop watchdog if it hasn't startedMitch Williams2014-06-261-1/+3
| * i40e/i40evf: Big endian fixes for handling HMCPaul M Stillwell Jr2014-06-263-67/+236
| * i40e: do not take NVM ownership for SR readKamil Krawczyk2014-06-261-8/+1
* | amd-xgbe: Resolve checkpatch warning about sscanf usageLendacky, Thomas2014-06-271-5/+4
* | amd-xgbe: Change destination address filtering supportLendacky, Thomas2014-06-276-69/+116
* | amd-xgbe: Add support for VLAN filteringLendacky, Thomas2014-06-276-14/+165
* | amd-xgbe: VLAN Rx tag stripping fixLendacky, Thomas2014-06-271-1/+3
* | amd-xgbe: VLAN Tx tag insertion fixLendacky, Thomas2014-06-272-0/+8
* | amd-xgbe: Make defines in xgbe.h uniqueLendacky, Thomas2014-06-275-100/+102
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-26208-1729/+3895
|\
| * Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-06-264-5/+19
| |\
| | * hwmon: (gpio-fan) Change name used in hwmon_device_register_with_groupsJulien D'Ascenzio2014-06-261-1/+1
| | * hwmon: (emc1403) Fix missing 'select REGMAP_I2C' in KconfigJosef Gajdusek2014-06-251-0/+1
| | * hwmon: (ntc_thermistor) Use the manufacturer name properlyNaveen Krishna Chatradhi2014-06-252-3/+16
| | * hwmon: (w83l786ng) Report correct minimum fan speedAxel Lin2014-06-251-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-06-2643-222/+503
| |\ \
| | * | net: allwinner: emac: Add missing free_irqMaxime Ripard2014-06-261-0/+1
| | * | cxgb4: use dev_port to identify portsThadeu Lima de Souza Cascardo2014-06-261-0/+1
| | * | xen-netback: bookkeep number of active queues in our own moduleWei Liu2014-06-263-52/+26
| | * | tg3: Change nvram command timeout value to 50msPrashant Sreedharan2014-06-261-2/+2
| | * | cxgb4: Not need to hold the adap_rcu_lock lock when read adap_rcu_listLi RongQing2014-06-251-9/+7
| | * | be2net: fix qnq mode detection on VFsSuresh Reddy2014-06-233-6/+4
| | * | of: mdio: fixup of_phy_register_fixed_link parsing of new bindingsRichard Retanubun2014-06-231-3/+5
| | * | at86rf230: fix irq setupPhoebe Buckheister2014-06-231-1/+4
| | * | net: phy: at803x: fix coccinelle warningsFengguang Wu2014-06-231-1/+1
| | * | net/mlx4_core: Fix the error flow when probing with invalid VF configurationOr Gerlitz2014-06-231-1/+2
| | * | tulip: Poll link status more frequently for Comet chipsOndrej Zary2014-06-231-1/+1
| | * | net: huawei_cdc_ncm: increase command buffer sizeBjørn Mork2014-06-221-3/+4
| | * | drivers: net: cpsw: fix dual EMAC stall when connected to same switchMugunthan V N2014-06-221-1/+6
| | * | xen-netfront: recreate queues correctly when reconnectingDavid Vrabel2014-06-221-32/+72
| | * | xen-netfront: fix oops when disconnected from backendDavid Vrabel2014-06-221-2/+3
| | * | net: phy: at803x: Add support for hardware resetDaniel Mack2014-06-221-41/+144
| | * | net: phy: at803x: use #defines for supported PHY idsDaniel Mack2014-06-221-6/+10
| | * | net: phylib: add link_change_notify callback to phy deviceDaniel Mack2014-06-221-0/+3
| | * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-06-2011-23/+111
| | |\ \
| | | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-06-1811-23/+111
| | | |\ \
| | | | * | rt2x00: fix rfkill regression on rt2500pciStanislaw Gruszka2014-06-173-4/+28
| | | | * | b43: fix frequency reported on G-PHY with /new/ firmwareRafał Miłecki2014-06-171-3/+7
| | | | * | rt2800usb:fix hang during firmware loadMichael Braun2014-06-171-2/+7
| | | | * | rt2800usb:fix efuse detectionMichael Braun2014-06-172-1/+30
| | | | * | b43: fix typo in Kconfig (make B43_BUSES_BCMA_AND_SSB the default for real)Rafał Miłecki2014-06-161-1/+1
| | | | * | rt2x00: disable TKIP on USBStanislaw Gruszka2014-06-161-0/+2
| | | | * | mwifiex: fix tx_info/rx_info overlap with PCIe dma_mappingChin-Ran Lo2014-06-162-12/+35