aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-27qlcnic: Add hwmon interface to export board temperature.Harish Patil4-1/+95
2014-04-27qlcnic: Optimize MAC learning codeShahed Shaikh1-12/+7
2014-04-27qlcnic: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-3/+3
2014-04-27qlge: Convert /n to \nJoe Perches1-1/+1
2014-04-26net: systemport: hook SYSTEMPORT driver in the buildFlorian Fainelli2-0/+12
2014-04-26net: systemport: add Broadcom SYSTEMPORT Ethernet MAC driverFlorian Fainelli2-0/+2291
2014-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller19-541/+486
2014-04-26Merge tag 'linux-can-next-for-3.16-20140425' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller9-95/+154
2014-04-26at86rf230: remove function for setting irq polarityAlexander Aring1-6/+1
2014-04-26at86rf230: remove unnecessary state readAlexander Aring1-7/+3
2014-04-26at86rf230: remove unnecessary spi_set_drvdataAlexander Aring1-1/+0
2014-04-26at86rf230: reset irq line before irq requestAlexander Aring1-4/+4
2014-04-26at86rf230: remove unnecessary assignAlexander Aring1-4/+1
2014-04-26at86rf230: remove #ifdef CONFIG_OFAlexander Aring1-2/+0
2014-04-26at86rf230: add at86rf230_device_id tableAlexander Aring1-0/+10
2014-04-26at86rf230: make of_device_id constAlexander Aring1-1/+1
2014-04-26at86rf230: add missing MODULE_DEVICE_TABLEAlexander Aring1-0/+1
2014-04-26at86rf230: use devm_gpio_request_oneAlexander Aring1-41/+12
2014-04-26at86rf230: use devm_request_irqAlexander Aring1-7/+4
2014-04-26at86rf230: remove irq_type in request_irqAlexander Aring1-2/+1
2014-04-26at86rf230: use irq_get_trigger_typeAlexander Aring1-20/+8
2014-04-24igb: Change memcpy to struct assignmentCarolyn Wyborny1-1/+1
2014-04-24igb: Replace 1/0 return values with true/falseCarolyn Wyborny1-4/+4
2014-04-24igb: Cleanups to remove unneeded extern declarationCarolyn Wyborny1-1/+0
2014-04-24igb: Cleanups to replace deprecated DEFINE_PCI_DEVICE_TABLECarolyn Wyborny1-1/+1
2014-04-24igb: Cleanups to fix static initializationCarolyn Wyborny1-1/+1
2014-04-24igb: Cleanups to fix msleep warningsCarolyn Wyborny5-21/+21
2014-04-24igb: Cleanups to fix line length warningsCarolyn Wyborny2-8/+13
2014-04-24igb: Cleanups to remove return parenthesesCarolyn Wyborny1-3/+3
2014-04-24igb: Cleanups to fix missing break in switch statementsCarolyn Wyborny3-0/+9
2014-04-24igb: Cleanups to fix assignment in if errorCarolyn Wyborny1-1/+2
2014-04-24igb: Cleanups to change comment style on license headersCarolyn Wyborny19-497/+428
2014-04-24igb: Cleanups to fix for trailing statementCarolyn Wyborny1-2/+2
2014-04-24igb: Cleanups to fix pointer location errorCarolyn Wyborny1-1/+1
2014-04-25can: softing: remove unused sysfs attributesKurt Van Dijck1-4/+0
2014-04-25can: softing: drop 'channel' sysfs attributeKurt Van Dijck1-12/+4
2014-04-25can: c_can: Add support for eg20t (pch_can)Alexander Stein1-1/+50
2014-04-24can: usb: Kconfig: Improve help for CAN_KVASER_USBOlivier Sobrie1-1/+3
2014-04-24can: kvaser_usb: add support for Kvaser Leaf v2 and usb mini PCIeOlivier Sobrie1-0/+4
2014-04-24can: kvaser_usb: add retries/timeout to kvaser_usb_wait_msg()Olivier Sobrie1-22/+27
2014-04-24can: move SPI drivers into a separate directoryStefano Babic5-7/+21
2014-04-24can: mcp251x: Improve mcp251x_hw_probe()Alexander Shiyan1-17/+16
2014-04-24can: mcp251x: Improve mcp251x_hw_reset()Alexander Shiyan1-19/+16
2014-04-24can: mcp251x: Check return value of spi_setup()Alexander Shiyan1-12/+13
2014-04-24Altera TSE: Remove unnecessary cast of void pointersTobias Klauser2-30/+22
2014-04-24vxlan: add x-netns supportNicolas Dichtel1-16/+47
2014-04-24bcm63xx_enet: Use ARRAY_SIZE instead of open coding itTobias Klauser1-2/+1
2014-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller22-144/+142
2014-04-24smc91x: improve definition of debug macrosZi Shen Lim1-11/+12
2014-04-24bonding: Add tlb_dynamic_lb parameter for tlb modeMahesh Bandewar6-5/+76