summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-18r8152: Add support for MAC address pass through on RTL8153-BDDavid Chen
2019-02-18net: dsa: Implement flow_dissect callback for tag_dsa.Rundong Ge
2019-02-18net: sched: using kfree_rcu() to simplify the codeWei Yongjun
2019-02-18mdio_bus: Fix PTR_ERR() usage after initialization to constantYueHaibing
2019-02-18mac80211: mesh: fix missing unlock on error in table_path_del()Wei Yongjun
2019-02-18mlxsw: spectrum: Change IP2ME CPU policer rate and burst size valuesShalom Toledo
2019-02-18net: hamradio: remove unused hweight*() definesMasahiro Yamada
2019-02-18net/mlx4_en: fix spelling mistake: "quiting" -> "quitting"Colin Ian King
2019-02-18net: crypto set sk to NULL when af_alg_release.Mao Wenan
2019-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-02-18Merge tag 'mailbox-fixes-v5.0-rc7' of git://git.linaro.org/landing-teams/work...Linus Torvalds
2019-02-18Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2019-02-18Merge tag 'trace-v5.0-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-02-18mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush timeout issueRayagonda Kokatanur
2019-02-18mailbox: Export mbox_flush()Thierry Reding
2019-02-17Linux 5.0-rc7Linus Torvalds
2019-02-17net: hns3: make function hclge_set_all_vf_rst() staticWei Yongjun
2019-02-17ptr_ring: remove duplicated include from ptr_ring.hYueHaibing
2019-02-17net: sgi: use GFP_ATOMIC under spin lockWei Yongjun
2019-02-17Merge branch 'netdev-page_frag_alloc-fixes'David S. Miller
2019-02-17net: Do not allocate page fragments that are not skb alignedAlexander Duyck
2019-02-17mm: Use fixed constant in page_frag_alloc instead of size + 1Alexander Duyck
2019-02-17Merge branch 'tcp-fix-possible-crash-in-tcp_v4_err'David S. Miller
2019-02-17tcp: tcp_v4_err() should be more carefulEric Dumazet
2019-02-17tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet
2019-02-17net: mv643xx_eth: disable clk on error path in mv643xx_eth_shared_probe()Alexey Khoroshilov
2019-02-17qmi_wwan: apply SET_DTR quirk to Sierra WP7607Beniamino Galvani
2019-02-17net: sched: sch_api: set an error msg when qdisc_alloc_handle() failsIvan Vecera
2019-02-17net: stmmac: handle endianness in dwmac4_get_timestampAlexandre Torgue
2019-02-17net: phy: marvell10g: Don't explicitly set Pause and Asym_PauseMaxime Chevallier
2019-02-17net: dsa: bcm_sf2: Remove set but not used variables 'v6_spec, v6_m_spec'YueHaibing
2019-02-17doc: Mention MSG_ZEROCOPY implementation for UDPPetr Vorel
2019-02-17nfp: flower: fix masks for tcp and ip flags fieldsPieter Jansen van Vuuren
2019-02-17Merge branch 'devlink-add-the-ability-to-update-device-flash'David S. Miller
2019-02-17nfp: devlink: allow flashing the device via devlinkJakub Kicinski
2019-02-17ethtool: add compat for flash updateJakub Kicinski
2019-02-17devlink: add flash update commandJakub Kicinski
2019-02-17Merge branch 'net-phy-improve-and-use-phy_resolve_aneg_linkmode'David S. Miller
2019-02-17net: phy: use phy_resolve_aneg_linkmode in genphy_read_statusHeiner Kallweit
2019-02-17net: phy: improve phy_resolve_aneg_linkmodeHeiner Kallweit
2019-02-17net: sched: cgroup: verify that filter is not NULL during walkVlad Buslov
2019-02-17net: sched: matchall: verify that filter is not NULL in mall_walk()Vlad Buslov
2019-02-17net: sched: route: don't set arg->stop in route4_walk() when emptyVlad Buslov
2019-02-17net: sched: fw: don't set arg->stop in fw_walk() when emptyVlad Buslov
2019-02-17net: caif: use skb helpers instead of open-coding themJann Horn
2019-02-17mlxsw: core: Extend thermal module with per QSFP module thermal zonesVadim Pasternak
2019-02-17Merge branch 'neigh-tracepoints'David S. Miller
2019-02-17neigh: hook tracepoints in neigh update codeRoopa Prabhu
2019-02-17trace: events: add a few neigh tracepointsRoopa Prabhu
2019-02-17Merge branch 'net-phy-add-and-use-genphy_c45_an_config_an'David S. Miller