summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-01-18Merge branch 'phy-improve-stopping-PHY'David S. Miller
2019-01-18net: phy: remove phy_stop_interruptsHeiner Kallweit
2019-01-18net: phy: ensure phylib state machine is stopped after calling phy_stopHeiner Kallweit
2019-01-18net: phy: stop PHY if needed when entering phy_disconnectHeiner Kallweit
2019-01-18MAINTAINERS: update email addresses of liquidio driver maintainersFelix Manlunas
2019-01-18net: Fix typo in NET_FAILOVER help textJonathan Neuschäfer
2019-01-18net: Fix usage of pskb_trim_rcsumRoss Lagerwall
2019-01-18tcp: declare tcp_mmap() only when CONFIG_MMU is setYafang Shao
2019-01-18net: jme: fix indentation issuesColin Ian King
2019-01-18net: vxge: fix indentation issueColin Ian King
2019-01-18net: phy: improve get_phy_idHeiner Kallweit
2019-01-18net: phy: remove state PHY_CHANGELINKHeiner Kallweit
2019-01-18net: ip6_gre: remove gre_hdr_len from ip6erspan_rcvLorenzo Bianconi
2019-01-19Merge tag 'media/v5.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2019-01-19Merge tag 'pci-v5.0-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-01-19Merge tag 'i3c/fixes-for-5.0-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-01-19Merge tag 'mtd/fixes-for-5.0-rc3' of git://git.infradead.org/linux-mtdLinus Torvalds
2019-01-19Merge tag 'regmap-fix-v5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-01-18net: phy: mdio_bus: add missing device_del() in mdiobus_register() error hand...Thomas Petazzoni
2019-01-18doc: net: fix bad references to network driversOtto Sabart
2019-01-19Merge tag 'powerpc-5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-01-19Merge tag 'for-linus-5.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-01-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-01-19Merge tag 'acpi-5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2019-01-19Merge tag 'fbdev-v5.0-rc3' of git://github.com/bzolnier/linuxLinus Torvalds
2019-01-19Merge tag 'drm-fixes-2019-01-18-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-01-18btrfs: wakeup cleaner thread when adding delayed iputJosef Bacik
2019-01-18btrfs: run delayed iputs before committingJosef Bacik
2019-01-18btrfs: wait on ordered extents on abort cleanupJosef Bacik
2019-01-18btrfs: handle delayed ref head accounting cleanup in abortJosef Bacik
2019-01-18Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io"David Sterba
2019-01-18Merge branch 'acpi-pci'Rafael J. Wysocki
2019-01-18mtd: rawnand: denali: get ->setup_data_interface() working againMasahiro Yamada
2019-01-18mtd: nand: jz4740: fix '__iomem *' vs. '* __iomem'Luc Van Oostenryck
2019-01-17Merge branch 'tcp_openreq_child'David S. Miller
2019-01-17tcp: move rx_opt & syn_data_acked init to tcp_disconnect()Eric Dumazet
2019-01-17tcp: move tp->rack init to tcp_disconnect()Eric Dumazet
2019-01-17tcp: move app_limited init to tcp_disconnect()Eric Dumazet
2019-01-17tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tc...Eric Dumazet
2019-01-17tcp: do not clear urg_data in tcp_create_openreq_childEric Dumazet
2019-01-17tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()Eric Dumazet
2019-01-17tcp: move mdev_us init to tcp_disconnect()Eric Dumazet
2019-01-17tcp: do not clear srtt_us in tcp_create_openreq_childEric Dumazet
2019-01-17tcp: do not clear packets_out in tcp_create_openreq_child()Eric Dumazet
2019-01-17tcp: move icsk_rto init to tcp_disconnect()Eric Dumazet
2019-01-17tcp: do not set snd_ssthresh in tcp_create_openreq_child()Eric Dumazet
2019-01-17macvlan: replace kfree_skb by consume_skb for drop profilesYang Wei
2019-01-17neighbour: Do not perturb drop profiles when neigh_probeYang Wei
2019-01-17amd-xgbe: Fix mdio access for non-zero ports and clause 45 PHYsLendacky, Thomas
2019-01-17net/mlx4: remove unneeded semicolonYueHaibing