summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | net: dsa: bcm_sf2: Configure IMP port for 2Gb/secFlorian Fainelli2020-01-171-1/+1
| | * | | net: dsa: sja1105: Don't error out on disabled ports with no phy-modeVladimir Oltean2020-01-171-1/+1
| | * | | net: phy: dp83867: Set FORCE_LINK_GOOD to default after resetMichael Grzeschik2020-01-171-1/+7
| | * | | net: hns: fix soft lockup when there is not enough memoryYonglong Liu2020-01-171-3/+1
| | * | | net: wan: lapbether.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-01-161-1/+1
| | * | | net: ethernet: ave: Avoid lockdep warningKunihiko Hayashi2020-01-161-7/+13
| | * | | net: hns3: pad the short frame before sending to the hardwareYunsheng Lin2020-01-161-0/+6
| | * | | macvlan: use skb_reset_mac_header() in macvlan_queue_xmit()Eric Dumazet2020-01-161-2/+3
| | * | | net: stmmac: selftests: Guard VLAN Perfect test against non supported HWJose Abreu2020-01-151-0/+6
| | * | | net: stmmac: selftests: Mark as fail when received VLAN ID != expectedJose Abreu2020-01-151-1/+5
| | * | | net: stmmac: selftests: Make it work in Synopsys AXS101 boardsJose Abreu2020-01-151-9/+11
| | * | | net/wan/fsl_ucc_hdlc: fix out of bounds write on array utdm_infoColin Ian King2020-01-151-1/+1
| | * | | hv_netvsc: Fix memory leak when removing rndis deviceMohammed Gamal2020-01-151-2/+0
| | * | | mlxsw: spectrum_qdisc: Include MC TCs in Qdisc countersPetr Machata2020-01-151-7/+23
| | * | | mlxsw: spectrum: Wipe xstats.backlog of down portsPetr Machata2020-01-151-0/+13
| | * | | mlxsw: switchx2: Do not modify cloned SKBs during xmitIdo Schimmel2020-01-151-11/+6
| | * | | mlxsw: spectrum: Do not modify cloned SKBs during xmitIdo Schimmel2020-01-151-12/+6
| | * | | mlxsw: spectrum: Do not enforce same firmware version for multiple ASICsIdo Schimmel2020-01-151-1/+22
| | * | | net: mvneta: fix dma sync size in mvneta_run_xdpLorenzo Bianconi2020-01-151-9/+10
| | * | | r8152: add missing endpoint sanity checkJohan Hovold2020-01-151-0/+3
| | * | | net: usb: lan78xx: limit size of local TSO packetsEric Dumazet2020-01-141-0/+1
| | * | | ptp: free ptp device pin descriptors properlyVladis Dronov2020-01-141-2/+2
| | * | | NFC: pn533: fix bulk-message timeoutJohan Hovold2020-01-141-1/+1
| | * | | qmi_wwan: Add support for Quectel RM500QKristian Evensen2020-01-141-0/+1
| | * | | net: macb: fix for fixed-link modeMilind Parab2020-01-141-13/+17
| | * | | devlink: correct misspelling of snapshotJacob Keller2020-01-112-2/+2
| | * | | net: phy: DP83822: Update Kconfig with DP83825I supportDan Murphy2020-01-111-2/+2
| | * | | net: phy: DP83TC811: Fix typo in KconfigDan Murphy2020-01-111-2/+2
| | * | | net: stmmac: tc: Do not setup flower filtering if RSS is enabledJose Abreu2020-01-101-0/+4
| | * | | net: stmmac: selftests: Update status when disabling RSSJose Abreu2020-01-101-6/+14
| | * | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2020-01-1011-62/+98
| | |\ \ \
| | | * | | e1000e: Revert "e1000e: Make watchdog use delayed work"Jeff Kirsher2020-01-092-32/+27
| | | * | | i40e: Set PHY Access flag on X722Adam Ludkiewicz2020-01-091-0/+5
| | | * | | iavf: remove current MAC address filter on VF resetStefan Assmann2020-01-093-4/+18
| | | * | | igb: Fix SGMII SFP module discovery for 100FX/LX.Manfred Rudigier2020-01-092-7/+3
| | | * | | ixgbe: Fix calculation of queue with VFs and flow director on interface flapCambda Zhu2020-01-091-10/+27
| | | * | | ixgbevf: Remove limit of 10 entries for unicast filter listRadoslaw Tyl2020-01-091-5/+0
| | | * | | i40e: Fix virtchnl_queue_select bitmap validationBrett Creeley2020-01-091-4/+18
| | * | | | sh_eth: check sh_eth_cpu_data::dual_port when dumping registersSergei Shtylyov2020-01-101-17/+21
| * | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-01-192-14/+36
| |\ \ \ \ \
| | * | | | | i2c: iop3xx: Fix memory leak in probe error pathKrzysztof Kozlowski2020-01-151-4/+8
| | * | | | | i2c: tegra: Properly disable runtime PM on driver's probe errorDmitry Osipenko2020-01-151-10/+19
| | * | | | | i2c: tegra: Fix suspending in active runtime PM stateDmitry Osipenko2020-01-151-0/+9
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'mtd/fixes-for-5.5-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-192-4/+13
| |\ \ \ \ \
| | * | | | | mtd: rawnand: gpmi: Restore nfc timing setup after suspend/resumeEsben Haabendal2020-01-171-0/+4
| | * | | | | mtd: rawnand: gpmi: Fix suspend/resume problemEsben Haabendal2020-01-171-1/+6
| | * | | | | mtd: spi-nor: Fix quad enable for Spansion like flashesMichael Walle2020-01-171-0/+2
| | * | | | | mtd: spi-nor: Fix selection of 4-byte addressing opcodes on SpansionVignesh Raghavendra2020-01-171-3/+1
| | |/ / / /
| * | | | | Merge tag 'drm-fixes-2020-01-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-01-189-17/+88
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'drm-misc-fixes-2020-01-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-01-183-4/+38
| | |\ \ \ \ \