summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "regmap: Allow installing custom reg_update_bits function"David S. Miller2015-10-062-28/+0
* Revert "net: Microchip encx24j600 driver"David S. Miller2015-10-065-2122/+0
* Revert "net: encx24j600_exit() can be static"David S. Miller2015-10-061-1/+1
* asix: Continue processing URB if no RX netdev bufferDean Jenkins2015-10-051-12/+19
* asix: On RX avoid creating bad Ethernet framesDean Jenkins2015-10-051-0/+28
* asix: Simplify asix_rx_fixup_internal() netdev allocDean Jenkins2015-10-051-9/+7
* asix: Tidy-up 32-bit header word synchronisationDean Jenkins2015-10-051-15/+13
* asix: Rename remaining and size for clarityDean Jenkins2015-10-052-21/+22
* vrf: fix a kernel warningWANG Cong2015-10-051-1/+1
* net: encx24j600_exit() can be statickbuild test robot2015-10-051-1/+1
* net: Microchip encx24j600 driverJon Ringle2015-10-055-0/+2122
* regmap: Allow installing custom reg_update_bits functionJon Ringle2015-10-052-0/+28
* enic: do hang reset only in case of tx timeoutGovindarajulu Varadarajan2015-10-054-3/+40
* enic: handle spurious error interruptGovindarajulu Varadarajan2015-10-051-5/+9
* cxgb4: Report correct link speed for unsupported onesHariprasad Shenai2015-10-051-1/+5
* cxgb4: Adds a new Device Log Facility FW_DEVLOG_FACILITY_CFHariprasad Shenai2015-10-051-0/+1
* cxgb4: For T4, don't read the Firmware Mailbox Control registerHariprasad Shenai2015-10-051-6/+14
* cxgb4 : Update T4/T5/T6 register rangesHariprasad Shenai2015-10-051-330/+1134
* amd-xgbe: Remove the XGBE_LINK state bitLendacky, Thomas2015-10-052-13/+4
* amd-xgbe: Use device workqueue instead of system workqueueLendacky, Thomas2015-10-051-5/+6
* amd-xgbe: Add receive buffer unavailable statisticLendacky, Thomas2015-10-053-0/+5
* amd-xgbe: Simplify calculation and setting of queue fifosLendacky, Thomas2015-10-052-83/+14
* amd-xgbe: Add ethtool error and debug messagesLendacky, Thomas2015-10-051-52/+37
* amd-xgbe: Add ethtool support for setting the msglevelLendacky, Thomas2015-10-051-0/+16
* amd-xgbe: Use proper DT / ACPI precedence checkingLendacky, Thomas2015-10-051-1/+1
* amd-xgbe: Remove an unneeded semicolon on a switch statementLendacky, Thomas2015-10-051-1/+1
* mwifiex: avoid gettimeofday in ba_threshold settingArnd Bergmann2015-10-051-11/+4
* mwifiex: use ktime_get_real for timestampingArnd Bergmann2015-10-051-3/+1
* net: igb: avoid using timespecArnd Bergmann2015-10-053-13/+14
* net: stmmac: avoid using timespecArnd Bergmann2015-10-051-3/+5
* net: fec: avoid timespec useArnd Bergmann2015-10-051-4/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-10-0316-63/+87
|\
| * i40e: fix 32 bit build warningsJesse Brandeburg2015-09-302-11/+6
| * i40e: fix kbuild warningsJesse Brandeburg2015-09-301-2/+2
| * i40evf: tweak init timingMitch Williams2015-09-301-3/+3
| * i40e: warn on double freeJesse Brandeburg2015-09-301-0/+4
| * i40e: refactor interrupt enableJesse Brandeburg2015-09-302-10/+6
| * i40e: Strip VEB stats if they are disabled in HWAnjali Singhai Jain2015-09-303-7/+16
| * i40e/i40evf: add new device id 1588Shannon Nelson2015-09-306-0/+7
| * i40e: Remove useless messageGreg Rose2015-09-301-3/+0
| * i40e: limit debugfs io opsShannon Nelson2015-09-303-12/+12
| * i40e: use QOS field consistentlyMitch Williams2015-09-301-5/+4
| * i40e: count drops in netstat interfaceJesse Brandeburg2015-09-301-0/+1
| * i40e/i40evf: fix Tx hang workaround codeJesse Brandeburg2015-09-302-2/+2
| * i40e: fixup padding issue in get_cee_dcb_cfg_v1_respShannon Nelson2015-09-301-2/+11
| * i40e: Fix a port VLAN configuration bugGreg Rose2015-09-301-1/+1
| * i40e/i40evf: fix up type clash in i40e_aq_rc_to_posix conversionShannon Nelson2015-09-302-6/+12
| * i40e: rtnl_lock called twice in i40e_pci_error_resume()Vasily Averin2015-09-301-1/+1
| * i40evf: missing rtnl_unlock in i40evf_resume()Vasily Averin2015-09-301-0/+1
* | ravb: Add support for r8a7795 SoCKazuya Mizuguchi2015-10-032-8/+62