summaryrefslogtreecommitdiffstats
path: root/usr (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-25mmc: sdhci-esdhc-imx: add CMDQ supportBOUGH CHEN2-3/+115
2019-02-25mmc: sdhci: correct the maximum timeout when enable CMDQBOUGH CHEN1-2/+7
2019-02-25mmc: sdhci-esdhc-imx: add HS400_ES support for i.MX8QXPBOUGH CHEN1-0/+29
2019-02-25mmc: sdhci-esdhc-imx: remove the 100MHz limitation for Strobe DLLBOUGH CHEN1-29/+23
2019-02-25mmc: tmio: undo PM autosuspend when removing the hostNiklas Söderlund1-0/+1
2019-02-25mmc: tmio: fix typo in tmio_mmc_init_ocr()Niklas Söderlund1-1/+1
2019-02-25mmc:sdio: Remove unneeded variable retwangbo1-2/+1
2019-02-25mmc: sdhci: Fix O2 Host PLL and card detect issueErnest Zhang(WH)2-3/+131
2019-02-25mmc: sdhci: Moving sdhci_o2 into sdhci-pci-o2micro.cErnest Zhang(WH)3-15/+11
2019-02-25mmc: block: fix debugfs_simple_attr.cocci warningsYueHaibing1-4/+5
2019-02-25mmc: dt-bindings: omap: Remove duplicate documentation paragraphsMike Maslenkin1-28/+0
2019-02-25mmc: sdhci-brcmstb: handle mmc_of_parse() errors during probeStefan Wahren1-1/+3
2019-02-25mmc: sdhci: add delay after the last tuning commandBOUGH CHEN1-3/+4
2019-02-25mmc: sdhci-esdhc-imx: add delay between tuning cyclesBOUGH CHEN1-0/+2
2019-02-25mmc: sdhci-esdhc-imx: add SD clock limitation for imx6ullBOUGH CHEN1-1/+21
2019-02-25dt-bindings: mmc: fsl-imx-esdhc: add imx6ull compatible stringBOUGH CHEN1-0/+1
2019-02-25mmc: sdhci-esdhc-imx: fix HS400 timing issueBOUGH CHEN1-0/+1
2019-02-25mmc: sdhci: usdhc: do not do tuning for DDR50 mode.BOUGH CHEN1-0/+20
2019-02-25mmc: sdhci-esdhc-imx: clear ESDHC_STD_TUNING_EN for manual tuning methodBOUGH CHEN1-0/+9
2019-02-25mmc: sdhci-esdhc-imx: Constify driver dataAndrey Smirnov1-8/+8
2019-02-25mmc: sdhci_am654: Make symbol 'sdhci_am654_ops' staticWei Yongjun1-1/+1
2019-02-25Linux 5.0-rc8v5.0-rc8Linus Torvalds1-1/+1
2019-02-24net: phy: realtek: Dummy IRQ calls for RTL8366RBLinus Walleij2-0/+15
2019-02-24tcp: repaired skbs must init their tso_segsEric Dumazet1-0/+1
2019-02-24net/x25: fix a race in x25_bind()Eric Dumazet1-5/+8
2019-02-24net: dsa: Remove documentation for port_fdb_prepareHauke Mehrtens1-7/+3
2019-02-24Revert "bridge: do not add port to router list when receives query with sourc...Hangbin Liu1-8/+1
2019-02-24selftests: fib_tests: sleep after changing carrier. again.Thadeu Lima de Souza Cascardo1-0/+1
2019-02-23net: set static variable an initial value in atl2_probe()Mao Wenan1-3/+1
2019-02-23net: phy: marvell10g: Fix Multi-G advertisement to only advertise 10GMaxime Chevallier1-1/+5
2019-02-23bpf, doc: add bpf list as secondary entry to maintainers fileDaniel Borkmann1-1/+13
2019-02-23udp: fix possible user after free in error handlerPaolo Abeni1-2/+4
2019-02-23udpv6: fix possible user after free in error handlerPaolo Abeni1-4/+6
2019-02-23fou6: fix proto error handler argument typePaolo Abeni1-1/+1
2019-02-23udpv6: add the required annotation to mib typePaolo Abeni1-1/+1
2019-02-23mdio_bus: Fix use-after-free on device_register failsYueHaibing1-1/+0
2019-02-23net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal1-1/+1
2019-02-23bnxt_en: Wait longer for the firmware message response to complete.Michael Chan2-2/+2
2019-02-23bnxt_en: Fix typo in firmware message timeout logic.Michael Chan1-1/+1
2019-02-23nfp: bpf: fix ALU32 high bits clearance bugJiong Wang1-11/+6
2019-02-23nfp: bpf: fix code-gen bug on BPF_ALU | BPF_XOR | BPF_KJiong Wang1-1/+1
2019-02-22Documentation: networking: switchdev: Update port parent ID sectionFlorian Fainelli1-5/+5
2019-02-22net: socket: add check for negative optlen in compat setsockoptJann Horn1-1/+5
2019-02-22ipv6: route: purge exception on removalPaolo Abeni1-1/+12
2019-02-22net: thunderx: remove link change polling code and info from nicpfVadim Lomovtsev1-102/+12
2019-02-22net: thunderx: move link state polling function to VFVadim Lomovtsev3-19/+74
2019-02-22net: thunderx: add mutex to protect mailbox from concurrent calls for same VFVadim Lomovtsev2-3/+12
2019-02-22net: thunderx: rework xcast message structure to make it fit into 64 bitVadim Lomovtsev3-9/+7
2019-02-22net: thunderx: add nicvf_send_msg_to_pf result check for set_rx_mode_taskVadim Lomovtsev1-4/+8
2019-02-22net: thunderx: make CFG_DONE message to run through generic send-ack sequenceVadim Lomovtsev2-4/+13