summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* phy: usb: Add support for wake and USB low power mode for 7211 S2/S5Al Cooper2020-01-084-34/+105
* phy: usb: USB driver is crashing during S3 resume on 7216Al Cooper2020-01-081-1/+1
* phy: usb: bdc: Fix occasional failure with BDC on 7211Al Cooper2020-01-083-4/+38
* phy: usb: PHY's MDIO registers not accessible without device installedAl Cooper2020-01-081-0/+9
* phy: usb: fix driver to defer on clk_get deferAl Cooper2020-01-081-0/+6
* phy: usb: Add support for new Synopsys USB controller on the 7211b0Al Cooper2020-01-084-78/+295
* phy: usb: Add support for new Synopsys USB controller on the 7216Al Cooper2020-01-084-18/+227
* dt-bindings: Add Broadcom STB USB PHY binding documentAl Cooper2020-01-081-13/+56
* phy: usb: Restructure in preparation for adding 7216 USB supportAl Cooper2020-01-083-123/+214
* phy: usb: Add "wake on" functionalityAl Cooper2020-01-083-3/+63
* phy: usb: Put USB phys into IDDQ on suspend to save power in S2 modeAl Cooper2020-01-082-4/+9
* phy: usb: Get all drivers that use USB clks using correct enable/disableAl Cooper2020-01-081-14/+14
* phy: usb: EHCI DMA may lose a burst of DMA data for 7255xA0 familyAl Cooper2020-01-081-0/+13
* phy: qcom-qmp: Add SW reset registerVinod Koul2020-01-081-0/+1
* phy: qcom-qmp: remove no_pcs_sw_reset for sm8150Vinod Koul2020-01-081-1/+0
* phy: qcom-qmp: remove duplicate powerdown writeVinod Koul2020-01-081-1/+0
* phy: qcom-qmp: Use register definesVinod Koul2020-01-081-2/+2
* phy: brcm-sata: Implement 7216 initialization sequenceFlorian Fainelli2020-01-081-0/+120
* dt-bindings: phy: Document BCM7216 SATA PHY compatible stringFlorian Fainelli2020-01-081-0/+1
* phy/rockchip: inno-dsidphy: generalize parameter handlingHeiko Stuebner2020-01-082-220/+100
* dt-bindings: phy: drop #clock-cells from rockchip,px30-dsi-dphyHeiko Stuebner2020-01-081-5/+0
* phy: lantiq: vrx200-pcie: Remove unneeded semicolonMa Feng2020-01-081-1/+1
* phy: qualcomm: Adjust indentation in read_poll_timeoutNathan Chancellor2020-01-081-1/+1
* phy: core: Add consumer device link supportAlexandre Torgue2020-01-084-9/+53
* phy: ti-pipe3: make clk operations symmetric in probe and removeChuhong Yuan2019-12-201-11/+7
* phy: qcom-qmp: Use the correct style for SPDX License IdentifierNishad Kamdar2019-12-201-1/+1
* phy: hisilicon: Fix Kconfig indentationKrzysztof Kozlowski2019-12-201-8/+8
* Linux 5.5-rc1v5.5-rc1Linus Torvalds2019-12-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-08119-628/+1025
|\
| * r8169: fix rtl_hw_jumbo_disable for RTL8168evlHeiner Kallweit2019-12-071-1/+1
| * net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet2019-12-071-1/+7
| * r8169: add missing RX enabling for WoL on RTL8125Heiner Kallweit2019-12-071-1/+1
| * vhost/vsock: accept only packets with the right dst_cidStefano Garzarella2019-12-071-1/+3
| * net: phy: dp83867: fix hfs boot in rgmii modeGrygorii Strashko2019-12-071-48/+71
| * net: ethernet: ti: cpsw: fix extra rx interruptGrygorii Strashko2019-12-071-1/+1
| * inet: protect against too small mtu values.Eric Dumazet2019-12-075-11/+20
| * gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang2019-12-071-1/+1
| * pppoe: remove redundant BUG_ON() check in pppoe_pernetAditya Pakki2019-12-071-2/+0
| * Merge branch 'tcp-fix-handling-of-stale-syncookies-timestamps'David S. Miller2019-12-072-8/+32
| |\
| | * tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault2019-12-071-3/+3
| | * tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault2019-12-071-3/+13
| | * tcp: fix rejected syncookies due to stale timestampsGuillaume Nault2019-12-072-2/+16
| |/
| * Merge tag 'mlx5-fixes-2019-12-05' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-12-0710-75/+143
| |\
| | * net/mlx5e: E-switch, Fix Ingress ACL groups in switchdev mode for prio tagParav Pandit2019-12-052-38/+93
| | * net/mlx5e: ethtool, Fix analysis of speed settingAya Levin2019-12-051-10/+3
| | * net/mlx5e: Fix translation of link mode into speedAya Levin2019-12-051-0/+1
| | * net/mlx5e: Fix free peer_flow when refcount is 0Roi Dayan2019-12-051-2/+5
| | * net/mlx5e: Fix freeing flow with kfree() and not kvfree()Roi Dayan2019-12-051-1/+1
| | * net/mlx5e: Fix SFF 8472 eeprom lengthEran Ben Elisha2019-12-051-1/+1
| | * net/mlx5e: Query global pause state before setting prio2bufferHuy Nguyen2019-12-051-2/+25