summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | ppp: Fix memory leak in ppp_writeTakeshi Misawa2019-09-251-0/+2
| * | | | | | | | | | net/ibmvnic: prevent more than one thread from running in resetJuliet Kim2019-09-252-11/+34
| * | | | | | | | | | net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can runJuliet Kim2019-09-252-68/+157
| * | | | | | | | | | skge: fix checksum byte orderStephen Hemminger2019-09-241-1/+1
| * | | | | | | | | | arcnet: provide a buffer big enough to actually receive packetsUwe Kleine-König2019-09-241-14/+17
| * | | | | | | | | | mISDN: enforce CAP_NET_RAW for raw socketsOri Nimron2019-09-241-0/+2
| |/ / / / / / / / /
| * | | | | | | | | net: dsa: Use the correct style for SPDX License IdentifierNishad Kamdar2019-09-221-1/+1
| * | | | | | | | | net: dsa: b53: Use the correct style for SPDX License IdentifierNishad Kamdar2019-09-221-2/+2
| * | | | | | | | | ionic: Fix an error code in ionic_lif_alloc()Dan Carpenter2019-09-221-0/+1
| * | | | | | | | | net: ena: Select DIMLIB for ENA_ETHERNETMao Wenan2019-09-221-0/+1
| * | | | | | | | | qede: qede_fp: simplify a bit 'qede_rx_build_skb()'Christophe JAILLET2019-09-211-2/+1
| * | | | | | | | | net: stmmac: selftest: avoid large stack usageArnd Bergmann2019-09-212-13/+6
| * | | | | | | | | net: dsa: sja1105: Add dependency for NET_DSA_SJA1105_TASMao Wenan2019-09-211-0/+1
| * | | | | | | | | net: remove netx ethernet driverArnd Bergmann2019-09-213-509/+0
| * | | | | | | | | net/phy: fix DP83865 10 Mbps HDX loopback disable functionPeter Mamonov2019-09-211-3/+6
| * | | | | | | | | usbnet: ignore endpoints with invalid wMaxPacketSizeBjørn Mork2019-09-211-0/+5
| * | | | | | | | | cdc_ncm: fix divide-by-zero caused by invalid wMaxPacketSizeBjørn Mork2019-09-211-1/+5
| * | | | | | | | | ipv4: Revert removal of rt_uses_gatewayDavid Ahern2019-09-201-1/+1
| * | | | | | | | | ibmvnic: Warn unknown speed message only when carrier is presentMurilo Fossa Vicentini2019-09-191-3/+4
| * | | | | | | | | ionic: Remove unnecessary ternary operator in ionic_debugfs_add_identNathan Chancellor2019-09-191-1/+1
| |/ / / / / / / /
| * | | | | | | | usbnet: sanity checking of packet sizes and device mtuOliver Neukum2019-09-191-0/+3
* | | | | | | | | Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-2810-6/+77
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | efi: Restrict efivar_ssdt_load when the kernel is locked downMatthew Garrett2019-08-191-0/+6
| * | | | | | | | | lockdown: Lock down TIOCSSERIALDavid Howells2019-08-191-0/+5
| * | | | | | | | | lockdown: Prohibit PCMCIA CIS storage when the kernel is locked downDavid Howells2019-08-191-0/+5
| * | | | | | | | | acpi: Disable ACPI table override if the kernel is locked downLinn Crosetto2019-08-191-0/+6
| * | | | | | | | | acpi: Ignore acpi_rsdp kernel param when the kernel has been locked downJosh Boyer2019-08-191-1/+13
| * | | | | | | | | ACPI: Limit access to custom_method when the kernel is locked downMatthew Garrett2019-08-191-0/+6
| * | | | | | | | | PCI: Lock down BAR access when the kernel is locked downMatthew Garrett2019-08-193-3/+31
| * | | | | | | | | lockdown: Restrict /dev/{mem,kmem,port} when the kernel is locked downMatthew Garrett2019-08-191-2/+5
* | | | | | | | | | Merge tag 'pwm/for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-2727-234/+529
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | pwm: mediatek: Add MT7629 compatible stringSam Shih2019-09-261-0/+6
| * | | | | | | | | | pwm: mediatek: Update license and switch to SPDX tagSam Shih2019-09-251-5/+3
| * | | | | | | | | | pwm: mediatek: Use pwm_mediatek as common prefixSam Shih2019-09-251-57/+60
| * | | | | | | | | | pwm: mediatek: Allocate the clks array dynamicallySam Shih2019-09-251-35/+44
| * | | | | | | | | | pwm: mediatek: Remove the has_clks fieldSam Shih2019-09-251-13/+1
| * | | | | | | | | | pwm: mediatek: Drop the check for of_device_get_match_data()Sam Shih2019-09-211-7/+3
| * | | | | | | | | | pwm: atmel: Consolidate driver data initializationThierry Reding2019-09-211-4/+2
| * | | | | | | | | | pwm: atmel: Remove unneeded check for match dataThierry Reding2019-09-211-6/+2
| * | | | | | | | | | pwm: atmel: Remove platform_device_id and use only dt bindingsKamel Bouhara2019-09-212-33/+4
| * | | | | | | | | | pwm: stm32-lp: Add check in case requested period cannot be achievedFabrice Gasnier2019-09-211-0/+6
| * | | | | | | | | | pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König2019-09-2121-30/+28
| * | | | | | | | | | pwm: fsl-ftm: Don't update the state for the caller of pwm_apply_state()Uwe Kleine-König2019-09-211-4/+0
| * | | | | | | | | | pwm: sun4i: Don't update the state for the caller of pwm_apply_state()Uwe Kleine-König2019-09-211-6/+0
| * | | | | | | | | | pwm: rockchip: Don't update the state for the caller of pwm_apply_state()Uwe Kleine-König2019-09-211-6/+0
| * | | | | | | | | | pwm: Let pwm_get_state() return the last implemented stateUwe Kleine-König2019-09-211-1/+8
| * | | | | | | | | | pwm: Introduce local struct pwm_chip in pwm_apply_state()Uwe Kleine-König2019-09-211-11/+14
| * | | | | | | | | | pwm: rockchip: Set polarity unconditionally in .get_state()Uwe Kleine-König2019-09-211-4/+4
| * | | | | | | | | | pwm: bcm2835: Suppress error message during deferred probeStefan Wahren2019-09-211-2/+5
| * | | | | | | | | | pwm: bcm2835: Fix period_ns range checkStefan Wahren2019-09-211-4/+5