summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* qlge: Convert /n to \nJoe Perches2014-04-271-1/+1
* net: systemport: hook SYSTEMPORT driver in the buildFlorian Fainelli2014-04-262-0/+12
* net: systemport: add Broadcom SYSTEMPORT Ethernet MAC driverFlorian Fainelli2014-04-262-0/+2291
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-04-2619-541/+486
|\
| * igb: Change memcpy to struct assignmentCarolyn Wyborny2014-04-241-1/+1
| * igb: Replace 1/0 return values with true/falseCarolyn Wyborny2014-04-241-4/+4
| * igb: Cleanups to remove unneeded extern declarationCarolyn Wyborny2014-04-241-1/+0
| * igb: Cleanups to replace deprecated DEFINE_PCI_DEVICE_TABLECarolyn Wyborny2014-04-241-1/+1
| * igb: Cleanups to fix static initializationCarolyn Wyborny2014-04-241-1/+1
| * igb: Cleanups to fix msleep warningsCarolyn Wyborny2014-04-245-21/+21
| * igb: Cleanups to fix line length warningsCarolyn Wyborny2014-04-242-8/+13
| * igb: Cleanups to remove return parenthesesCarolyn Wyborny2014-04-241-3/+3
| * igb: Cleanups to fix missing break in switch statementsCarolyn Wyborny2014-04-243-0/+9
| * igb: Cleanups to fix assignment in if errorCarolyn Wyborny2014-04-241-1/+2
| * igb: Cleanups to change comment style on license headersCarolyn Wyborny2014-04-2419-497/+428
| * igb: Cleanups to fix for trailing statementCarolyn Wyborny2014-04-241-2/+2
| * igb: Cleanups to fix pointer location errorCarolyn Wyborny2014-04-241-1/+1
* | Merge tag 'linux-can-next-for-3.16-20140425' of git://gitorious.org/linux-can...David S. Miller2014-04-269-95/+154
|\ \
| * | can: softing: remove unused sysfs attributesKurt Van Dijck2014-04-251-4/+0
| * | can: softing: drop 'channel' sysfs attributeKurt Van Dijck2014-04-251-12/+4
| * | can: c_can: Add support for eg20t (pch_can)Alexander Stein2014-04-251-1/+50
| * | can: usb: Kconfig: Improve help for CAN_KVASER_USBOlivier Sobrie2014-04-241-1/+3
| * | can: kvaser_usb: add support for Kvaser Leaf v2 and usb mini PCIeOlivier Sobrie2014-04-241-0/+4
| * | can: kvaser_usb: add retries/timeout to kvaser_usb_wait_msg()Olivier Sobrie2014-04-241-22/+27
| * | can: move SPI drivers into a separate directoryStefano Babic2014-04-245-7/+21
| * | can: mcp251x: Improve mcp251x_hw_probe()Alexander Shiyan2014-04-241-17/+16
| * | can: mcp251x: Improve mcp251x_hw_reset()Alexander Shiyan2014-04-241-19/+16
| * | can: mcp251x: Check return value of spi_setup()Alexander Shiyan2014-04-241-12/+13
* | | at86rf230: remove function for setting irq polarityAlexander Aring2014-04-261-6/+1
* | | at86rf230: remove unnecessary state readAlexander Aring2014-04-261-7/+3
* | | at86rf230: remove unnecessary spi_set_drvdataAlexander Aring2014-04-261-1/+0
* | | at86rf230: reset irq line before irq requestAlexander Aring2014-04-261-4/+4
* | | at86rf230: remove unnecessary assignAlexander Aring2014-04-261-4/+1
* | | at86rf230: remove #ifdef CONFIG_OFAlexander Aring2014-04-261-2/+0
* | | at86rf230: add at86rf230_device_id tableAlexander Aring2014-04-261-0/+10
* | | at86rf230: make of_device_id constAlexander Aring2014-04-261-1/+1
* | | at86rf230: add missing MODULE_DEVICE_TABLEAlexander Aring2014-04-261-0/+1
* | | at86rf230: use devm_gpio_request_oneAlexander Aring2014-04-261-41/+12
* | | at86rf230: use devm_request_irqAlexander Aring2014-04-261-7/+4
* | | at86rf230: remove irq_type in request_irqAlexander Aring2014-04-261-2/+1
* | | at86rf230: use irq_get_trigger_typeAlexander Aring2014-04-261-20/+8
| |/ |/|
* | Altera TSE: Remove unnecessary cast of void pointersTobias Klauser2014-04-242-30/+22
* | vxlan: add x-netns supportNicolas Dichtel2014-04-241-16/+47
|/
* bcm63xx_enet: Use ARRAY_SIZE instead of open coding itTobias Klauser2014-04-241-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-04-2423-145/+143
|\
| * smc91x: improve definition of debug macrosZi Shen Lim2014-04-241-11/+12
| * vxlan: ensure to advertise the right fdb remoteNicolas Dichtel2014-04-231-17/+21
| * net/phy: micrel: fix bugged test on device tree loading for ksz9021Hubert Chaumette2014-04-231-3/+3
| * hisax/icc: add missing semicolon after labelJulia Lawall2014-04-221-1/+1
| * smc91x: fix compile error when SMC_DEBUG >= 2Zi Shen Lim2014-04-221-1/+1