summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* sh_eth: enable wake-on-lan for sh7763Niklas Söderlund2017-01-091-0/+1
* sh_eth: enable wake-on-lan for sh7734Niklas Söderlund2017-01-091-0/+1
* sh_eth: enable wake-on-lan for r8a7740/armadilloNiklas Söderlund2017-01-091-0/+1
* sh_eth: enable wake-on-lan for R-Car Gen2 devicesNiklas Söderlund2017-01-091-2/+4
* sh_eth: add generic wake-on-lan support via magic packetNiklas Söderlund2017-01-092-8/+109
* sh_eth: use correct name for ECMR_MPDE bitNiklas Söderlund2017-01-091-1/+1
* net: dsa: Make dsa_switch_ops constFlorian Fainelli2017-01-095-5/+5
* net: dsa: Encapsulate legacy switch drivers into dsa_switch_driverFlorian Fainelli2017-01-092-4/+12
* net: dsa: bcm_sf2: Declare our own dsa_switch_opsFlorian Fainelli2017-01-091-22/+33
* net: dsa: b53: Export most operations to other driversFlorian Fainelli2017-01-092-33/+79
* sh_eth: rename 'sh_eth_cpu_data::hw_crc'Sergei Shtylyov2017-01-092-7/+7
* sh_eth: get rid of 'sh_eth_cpu_data::shift_rd0'Sergei Shtylyov2017-01-092-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-09116-674/+1397
|\
| * phy state machine: failsafe leave invalid RUNNING stateZefir Kurtisi2017-01-091-0/+9
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-01-099-15/+46
| |\
| | * net: dsa: bcm_sf2: Utilize nested MDIO read/writeFlorian Fainelli2017-01-081-2/+2
| | * net: dsa: bcm_sf2: Do not clobber b53_switch_opsFlorian Fainelli2017-01-081-0/+7
| | * net: stmmac: fix maxmtu assignment to be within valid rangeKweh, Hock Leong2017-01-082-1/+15
| | * tg3: Fix race condition in tg3_get_stats64().Michael Chan2017-01-071-0/+3
| | * be2net: fix unicast list fillingIvan Vecera2017-01-071-2/+1
| | * be2net: fix accesses to unicast listIvan Vecera2017-01-061-6/+3
| | * net: phy: dp83867: fix irq generationGrygorii Strashko2017-01-061-0/+10
| | * amd-xgbe: Fix IRQ processing when running in single IRQ modeLendacky, Thomas2017-01-061-1/+1
| | * sh_eth: R8A7740 supports packet shecksummingSergei Shtylyov2017-01-061-0/+1
| | * sh_eth: fix EESIPR values for SH77{34|63}Sergei Shtylyov2017-01-061-2/+2
| | * r8169: fix the typo in the commentZhu Yanjun2017-01-051-1/+1
| * | Merge tag 'usb-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-01-0845-316/+549
| |\ \
| | * | USB: fix problems with duplicate endpoint addressesAlan Stern2017-01-051-0/+10
| | * | usb: ohci-at91: use descriptor-based gpio APIs correctlyPeter Rosin2017-01-051-14/+10
| | * | usb: storage: unusual_uas: Add JMicron JMS56x to unusual deviceOliver Neukum2017-01-051-0/+7
| | * | usb: hub: Move hub_port_disable() to fix warning if PM is disabledGeert Uytterhoeven2017-01-051-30/+29
| | * | usb: musb: blackfin: add bfin_fifo_offset in bfin_opsJérémy Lefaure2017-01-051-0/+1
| | * | usb: musb: fix compilation warning on unused functionJérémy Lefaure2017-01-051-0/+2
| | * | usb: musb: Fix trying to free already-free IRQ 4Tony Lindgren2017-01-051-1/+1
| | * | usb: musb: dsps: implement clear_ep_rxintr() callbackBin Liu2017-01-051-0/+12
| | * | usb: musb: core: add clear_ep_rxintr() to musb_platform_opsBin Liu2017-01-052-6/+11
| | * | Merge tag 'usb-serial-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-01-0516-58/+167
| | |\ \
| | | * | USB: serial: ti_usb_3410_5052: fix NULL-deref at openJohan Hovold2017-01-041-0/+7
| | | * | USB: serial: spcp8x5: fix NULL-deref at openJohan Hovold2017-01-041-0/+14
| | | * | USB: serial: quatech2: fix sleep-while-atomic in closeJohan Hovold2017-01-041-4/+0
| | | * | USB: serial: pl2303: fix NULL-deref at openJohan Hovold2017-01-041-0/+8
| | | * | USB: serial: oti6858: fix NULL-deref at openJohan Hovold2017-01-041-0/+16
| | | * | USB: serial: omninet: fix NULL-derefs at open and disconnectJohan Hovold2017-01-041-0/+13
| | | * | USB: serial: mos7840: fix misleading interrupt-URB commentJohan Hovold2017-01-041-3/+1
| | | * | USB: serial: mos7840: remove unused write URBJohan Hovold2017-01-041-8/+0
| | | * | USB: serial: mos7840: fix NULL-deref at openJohan Hovold2017-01-041-0/+12
| | | * | USB: serial: mos7720: remove obsolete port initialisationJohan Hovold2017-01-041-5/+0
| | | * | USB: serial: mos7720: fix parallel probeJohan Hovold2017-01-041-23/+7
| | | * | USB: serial: mos7720: fix parport use-after-free on probe errorsJohan Hovold2017-01-041-10/+8
| | | * | USB: serial: mos7720: fix use-after-free on probe errorsJohan Hovold2017-01-041-1/+5