summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net/macb: add support for resetting PHY using GPIOGregory CLEMENT2015-12-142-0/+9
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-12-1410-201/+1457
|\
| * ieee802154/adf7242: Driver for ADF7242 MAC IEEE802154Michael Hennerich2015-12-113-0/+1297
| * ieee802154-atusb: Delete an unnecessary check before the function call "kfree...Markus Elfring2015-12-111-2/+1
| * Bluetooth: h5: Do not initialize Configuration fieldAndrei Emeltchenko2015-12-101-2/+2
| * Bluetooth: btintel: Create common Intel Version Read functionLoic Poulain2015-12-104-92/+66
| * Bluetooth: btintel: Add manufacturing enter/exit helpersLoic Poulain2015-12-103-94/+86
| * Bluetooth: Add support of Toshiba Broadcom based devicesDmitry Tunin2015-12-101-0/+4
| * Bluetooth: hci_intel: Use shorter timeout for HCI commandsLoic Poulain2015-12-101-4/+4
| * Bluetooth: hci_ldisc: Remove dead codePeter Hurley2015-12-101-7/+1
| * Bluetooth: Simplify setting Configuration FieldAndrei Emeltchenko2015-12-101-5/+1
| * Bluetooth: Use hexadecimal notation for maskAndrei Emeltchenko2015-12-101-1/+1
* | wan: wanxl: add pci_disable_device in case of errorSaurabh Sengar2015-12-141-0/+1
* | ppp: declare ppp devices as enumerated interfacesGuillaume Nault2015-12-141-2/+1
* | ppp: define "ppp" device typeGuillaume Nault2015-12-141-0/+6
* | qeth: get rid of redundant 0-terminationRasmus Villemoes2015-12-141-2/+0
* | qeth: repair SBAL elements calculationUrsula Braun2015-12-141-1/+1
* | qeth: initialize net_device with carrier offUrsula Braun2015-12-142-0/+2
* | qeth use common function qeth_get_setassparms_cmdThomas Richter2015-12-143-33/+17
* | s390-ctcm: Delete unnecessary checks before the function call "channel_remove"Markus Elfring2015-12-141-5/+2
* | ravb: clear RIC1 in init instead of stopKazuya Mizuguchi2015-12-141-2/+3
* | drivers/net: fix eisa_driver probe section mismatchFabian Frederick2015-12-144-4/+4
* | hv_netvsc: Fix race condition on Multi-Send Data fieldHaiyang Zhang2015-12-141-0/+9
* | geneve: UDP checksum configuration via netlinkTom Herbert2015-12-131-23/+70
* | fm10k: initialize xps at driver loadJacob Keller2015-12-132-2/+19
* | fm10k: cleanup overly long linesBruce Allan2015-12-136-23/+33
* | fm10k: cleanup namespace pollutionBruce Allan2015-12-134-20/+13
* | fm10k: use BIT() macro instead of open-coded bit-shiftingBruce Allan2015-12-132-2/+2
* | fm10k: whitespace cleanupsBruce Allan2015-12-137-9/+11
* | fm10k: do not inline fm10k_iov_select_vid()Bruce Allan2015-12-131-1/+1
* | fm10k: Cleanup exception handling for mailbox interruptAlexander Duyck2015-12-131-2/+11
* | fm10k: Cleanup MSI-X interrupts in case of failureAlexander Duyck2015-12-131-1/+3
* | fm10k: conditionally compile DCB and DebugFS supportJacob Keller2015-12-134-13/+19
* | fm10k: bump driver versionJacob Keller2015-12-131-1/+1
* | fm10k: consistently refer to VLANs and VLAN IDsJacob Keller2015-12-134-15/+15
* | fm10k: remove namespace pollution of fm10k_iov_msg_data_pfJacob Keller2015-12-132-9/+0
* | fm10k: remove unnecessary else block from if statements with returnJacob Keller2015-12-131-6/+6
* | fm10k: do not use CamelCaseJacob Keller2015-12-132-13/+13
* | fm10k: use ether_addr_copy to copy MAC addressJacob Keller2015-12-131-5/+2
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2015-12-1315-195/+379
|\ \
| * | e1000e: initial support for i219-LM (3)Raanan Avargil2015-12-123-11/+34
| * | igb: improve handling of disconnected adaptersJarod Wilson2015-12-122-5/+3
| * | igb: fix NULL derefs due to skipped SR-IOV enablingJan Beulich2015-12-121-0/+7
| * | e1000e: Increase timeout of polling bit RSPCIPHYRaanan Avargil2015-12-121-1/+1
| * | e1000e: fix division by zero on jumbo MTUsDmitry Fleytman2015-12-121-2/+4
| * | e1000: Elementary checkpatch warnings and checks removedJanusz Wolak2015-12-121-90/+89
| * | e1000: get rid of duplicate exit pathJean Sacren2015-12-121-4/+3
| * | e1000: fix kernel-doc argument being missingJean Sacren2015-12-121-0/+1
| * | e1000e: clean up the local variableJean Sacren2015-12-121-4/+1
| * | e1000: fix a typo in the commentJean Sacren2015-12-121-1/+1