summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-18Merge tag 'trace-v5.0-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-9/+3
2019-02-18mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush timeout issueRayagonda Kokatanur1-2/+2
2019-02-18mailbox: Export mbox_flush()Thierry Reding1-0/+1
2019-02-18Linux 5.0-rc7Linus Torvalds1-1/+1
2019-02-18net: hns3: make function hclge_set_all_vf_rst() staticWei Yongjun1-1/+1
2019-02-18ptr_ring: remove duplicated include from ptr_ring.hYueHaibing1-1/+0
2019-02-18net: sgi: use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2019-02-18Merge branch 'netdev-page_frag_alloc-fixes'David S. Miller2-4/+8
2019-02-18net: Do not allocate page fragments that are not skb alignedAlexander Duyck1-0/+4
2019-02-18mm: Use fixed constant in page_frag_alloc instead of size + 1Alexander Duyck1-4/+4
2019-02-18Merge branch 'tcp-fix-possible-crash-in-tcp_v4_err'David S. Miller2-2/+5
2019-02-18tcp: tcp_v4_err() should be more carefulEric Dumazet1-1/+4
2019-02-18tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet1-1/+1
2019-02-18net: mv643xx_eth: disable clk on error path in mv643xx_eth_shared_probe()Alexey Khoroshilov1-1/+6
2019-02-18qmi_wwan: apply SET_DTR quirk to Sierra WP7607Beniamino Galvani1-2/+2
2019-02-18net: sched: sch_api: set an error msg when qdisc_alloc_handle() failsIvan Vecera1-2/+4
2019-02-18net: stmmac: handle endianness in dwmac4_get_timestampAlexandre Torgue1-3/+6
2019-02-18net: phy: marvell10g: Don't explicitly set Pause and Asym_PauseMaxime Chevallier1-3/+0
2019-02-18net: dsa: bcm_sf2: Remove set but not used variables 'v6_spec, v6_m_spec'YueHaibing1-5/+0
2019-02-18doc: Mention MSG_ZEROCOPY implementation for UDPPetr Vorel1-1/+1
2019-02-18nfp: flower: fix masks for tcp and ip flags fieldsPieter Jansen van Vuuren1-15/+20
2019-02-18Merge branch 'devlink-add-the-ability-to-update-device-flash'David S. Miller8-35/+141
2019-02-18nfp: devlink: allow flashing the device via devlinkJakub Kicinski4-32/+56
2019-02-18ethtool: add compat for flash updateJakub Kicinski3-3/+46
2019-02-18devlink: add flash update commandJakub Kicinski3-0/+39
2019-02-18Merge branch 'net-phy-improve-and-use-phy_resolve_aneg_linkmode'David S. Miller2-59/+8
2019-02-18net: phy: use phy_resolve_aneg_linkmode in genphy_read_statusHeiner Kallweit1-23/+1
2019-02-18net: phy: improve phy_resolve_aneg_linkmodeHeiner Kallweit1-36/+7
2019-02-18net: sched: cgroup: verify that filter is not NULL during walkVlad Buslov1-0/+2
2019-02-18net: sched: matchall: verify that filter is not NULL in mall_walk()Vlad Buslov1-0/+3
2019-02-18net: sched: route: don't set arg->stop in route4_walk() when emptyVlad Buslov1-4/+1
2019-02-18net: sched: fw: don't set arg->stop in fw_walk() when emptyVlad Buslov1-4/+1
2019-02-17net: caif: use skb helpers instead of open-coding themJann Horn1-11/+5
2019-02-17mlxsw: core: Extend thermal module with per QSFP module thermal zonesVadim Pasternak1-0/+400
2019-02-17Merge branch 'neigh-tracepoints'David S. Miller3-0/+223
2019-02-17neigh: hook tracepoints in neigh update codeRoopa Prabhu1-0/+11
2019-02-17trace: events: add a few neigh tracepointsRoopa Prabhu2-0/+212
2019-02-17Merge branch 'net-phy-add-and-use-genphy_c45_an_config_an'David S. Miller4-19/+82
2019-02-17net: phy: marvell10g: check for newly set anegHeiner Kallweit1-0/+10
2019-02-17net: phy: marvell10g: use genphy_c45_an_config_anegAndrew Lunn1-21/+4
2019-02-17net: phy: add genphy_c45_an_config_anegAndrew Lunn2-0/+45
2019-02-17net: phy: add helper linkmode_adv_to_mii_10gbt_adv_tHeiner Kallweit1-0/+25
2019-02-17mlxsw: __mlxsw_sp_port_headroom_set(): Fix a use of local variablePetr Machata1-5/+7
2019-02-17Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-20/+20
2019-02-17Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-5/+41
2019-02-17Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-3/+59
2019-02-17Merge tag 'powerpc-5.0-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-2/+2
2019-02-17Merge tag 'csky-for-linus-5.0-rc6' of git://github.com/c-sky/csky-linuxLinus Torvalds6-6/+31
2019-02-17Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+19
2019-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds11-101/+75