summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | net: phy: dp83867: Set up RGMII TX delayMax Uvarov2019-05-291-3/+1
| | * | | net: phy: dp83867: do not call config_init twiceMax Uvarov2019-05-291-1/+1
| | * | | net: phy: dp83867: increase SGMII autoneg timer durationMax Uvarov2019-05-291-0/+18
| | * | | net: phy: dp83867: fix speed 10 in sgmii modeMax Uvarov2019-05-291-0/+17
| | * | | net: phy: marvell10g: report if the PHY fails to boot firmwareRussell King2019-05-291-0/+13
| | * | | net: phylink: ensure consistent phy interface modeRussell King2019-05-291-3/+7
| | * | | net: sh_eth: fix mdio access in sh_eth_close() for R-Car Gen2 and RZ/A1 SoCsYoshihiro Shimoda2019-05-291-0/+4
| | |/ /
| | * | dpaa_eth: use only online CPU portalsMadalin Bucur2019-05-282-7/+6
| | * | net: mvneta: Fix err code path of probeJisheng Zhang2019-05-281-3/+1
| | * | net: stmmac: Do not output error on deferred probeThierry Reding2019-05-281-1/+5
| | * | net: aquantia: tcp checksum 0xffff being handled incorrectlyNikita Danilov2019-05-271-2/+1
| | * | net: aquantia: fix LRO with FCS errorDmitry Bogdanov2019-05-271-29/+32
| | * | net: aquantia: check rx csum for all packets in LRO sessionDmitry Bogdanov2019-05-271-13/+31
| | * | net: aquantia: tx clean budget logic errorIgor Russkikh2019-05-271-3/+4
| | * | net: tulip: de4x5: Drop redundant MODULE_DEVICE_TABLE()Kees Cook2019-05-261-1/+0
| | * | dpaa2-eth: Make constant 64-bit longIoana Radulescu2019-05-261-1/+1
| | * | dpaa2-eth: Use PTR_ERR_OR_ZERO where appropriateIoana Radulescu2019-05-261-2/+2
| | * | dpaa2-eth: Fix potential spectre issueIoana Radulescu2019-05-261-0/+3
| | * | bonding/802.3ad: fix slave link initialization transition statesJarod Wilson2019-05-261-5/+10
| | * | net: stmmac: dwmac-mediatek: modify csr_clk value to fix mdio read/write failBiao Huang2019-05-251-2/+0
| | * | net: stmmac: fix csr_clk can't be zero issueBiao Huang2019-05-252-4/+7
| | * | net: stmmac: update rx tail pointer register to fix rx dma hang issue.Biao Huang2019-05-251-0/+1
| | * | cxgb4: Revert "cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on page size"Vishal Kulkarni2019-05-241-0/+11
| | * | net: fec: fix the clk mismatch in failed_reset pathAndy Duan2019-05-241-1/+1
| | * | cxgb4: offload VLAN flows regardless of VLAN ethtypeRaju Rangoju2019-05-231-2/+3
| | * | net: mvpp2: cls: Fix leaked ethtool_rx_flow_ruleMaxime Chevallier2019-05-231-0/+3
| | * | bnxt_en: Device serial number is supported only for PFs.Vasundhara Volam2019-05-221-5/+6
| | * | bnxt_en: Reduce memory usage when running in kdump kernel.Michael Chan2019-05-222-3/+5
| | * | bnxt_en: Fix possible BUG() condition when calling pci_disable_msix().Michael Chan2019-05-224-9/+10
| | * | bnxt_en: Fix aggregation buffer leak under OOM condition.Michael Chan2019-05-221-0/+2
| | * | net: stmmac: fix reset gpio free missingJisheng Zhang2019-05-221-1/+2
| | * | mISDN: make sure device name is NUL terminatedDan Carpenter2019-05-221-2/+3
| | * | net: macb: save/restore the remaining registers and featuresClaudiu Beznea2019-05-222-27/+91
| | * | mISDN: Fix indenting in dsp_cmx.cDan Carpenter2019-05-221-214/+213
| | * | ocelot: Dont allocate another multicast list, use __dev_mc_syncClaudiu Manoil2019-05-222-39/+8
| * | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-303-10/+11
| |\ \ \
| | * | | clk: ti: clkctrl: Fix clkdm_clk handlingTony Lindgren2019-05-211-4/+4
| | * | | clk: imx: imx8mm: fix int pll clk gatePeng Fan2019-05-211-6/+6
| | * | | clk: sifive: restrict Kconfig scope for the FU540 PRCI driverPaul Walmsley2019-05-211-0/+1
| * | | | Merge tag 'docs-5.2-fixes2' of git://git.lwn.net/linuxLinus Torvalds2019-05-292-4/+4
| |\ \ \ \
| | * | | | drm/i915: Maintain consistent documentation subsection orderingJonathan Corbet2019-05-242-4/+4
| | |/ / /
| * | | | Merge tag 'pinctrl-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-05-282-36/+11
| |\ \ \ \
| | * \ \ \ Merge tag 'intel-pinctrl-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2019-05-271-35/+10
| | |\ \ \ \
| | | * | | | pinctrl: intel: Clear interrupt status in mask/unmask callbackKai-Heng Feng2019-05-201-31/+6
| | | * | | | pinctrl: intel: Use GENMASK() consistentlyAndy Shevchenko2019-05-201-4/+4
| | | |/ / /
| | * / / / pinctrl: stmfx: Fix compile issue when CONFIG_OF_GPIO is not definedAmelie Delaunay2019-05-241-1/+1
| | |/ / /
| * | | | Merge tag 'gpio-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-05-281-0/+1
| |\ \ \ \
| | * | | | gpio: fix gpio-adp5588 build errorsRandy Dunlap2019-05-241-0/+1
| | |/ / /
| * | | | Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-261-3/+13
| |\ \ \ \
| | * | | | random: fix soft lockup when trying to read from an uninitialized blocking poolTheodore Ts'o2019-05-261-3/+13