aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-04Merge tag 'vfio-v5.1-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds16-54/+125
2019-03-04fs: Make splice() and tee() take into account O_NONBLOCK flag on pipesSlavomir Kaslev1-0/+12
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller63-254/+375
2019-03-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds7-65/+44
2019-03-04net/sched: avoid unused-label warningArnd Bergmann1-1/+1
2019-03-04net: ignore sysctl_devconf_inherit_init_net without SYSCTLArnd Bergmann2-2/+5
2019-03-04phy: mdio-mux: fix Kconfig dependenciesArnd Bergmann1-1/+1
2019-03-04net: phy: use phy_modify_mmd_changed in genphy_c45_an_config_anegHeiner Kallweit1-9/+8
2019-03-04net: dsa: mv88e6xxx: add call to mv88e6xxx_ports_cmode_init to probe for new DSA frameworkHeiner Kallweit1-0/+1
2019-03-04selftest/net: Remove duplicate headerSouptick Joarder1-1/+0
2019-03-04sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79Kai-Heng Feng1-1/+23
2019-03-04Merge branch 'Devlink-health-updates'David S. Miller4-6/+70
2019-03-04net/mlx5e: Update tx reporter status in case channels were successfully openedEran Ben Elisha1-0/+4
2019-03-04devlink: Add support for direct reporter health state updateEran Ben Elisha3-5/+62
2019-03-04devlink: Update reporter state to error even if recover abortedEran Ben Elisha1-1/+4
2019-03-04sctp: call iov_iter_revert() after sending ABORTXin Long1-0/+1
2019-03-04team: Free BPF filter when unregistering netdevIdo Schimmel1-0/+15
2019-03-04ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel1-4/+4
2019-03-04isdn: mISDN: Fix potential NULL pointer dereference of kzallocAditya Pakki1-0/+3
2019-03-04net: dsa: mv88e6xxx: support in-band signalling on SGMII ports with external PHYsHeiner Kallweit4-14/+52
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds33-52/+16
2019-03-04aio: simplify - and fix - fget/fput for io_submit()Linus Torvalds2-44/+36
2019-03-04cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath12-105/+106
2019-03-04net-sysfs: Switch to bitmap_zalloc()Andy Shevchenko1-7/+5
2019-03-04mellanox: Switch to bitmap_zalloc()Andy Shevchenko5-22/+16
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller101-3029/+5395
2019-03-04x86-64: add warning for non-canonical user access address dereferencesLinus Torvalds1-0/+1
2019-03-04Merge branch 'spi-5.1' into spi-nextMark Brown66-2432/+5004
2019-03-04Merge branch 'spi-5.0' into spi-linusMark Brown11-76/+91
2019-03-04Merge branch 'regulator-5.1' into regulator-nextMark Brown89-1369/+2327
2019-03-04Merge branch 'regulator-5.0' into regulator-linusMark Brown18-155/+165
2019-03-04bpf: add test cases for non-pointer sanitiation logicDaniel Borkmann1-1/+43
2019-03-03Merge branch 'mlxsw-minimal-Add-ethtool-and-resource-query-support'David S. Miller8-186/+634
2019-03-03mlxsw: i2c: Extend initialization by querying resources dataVadim Pasternak2-6/+17
2019-03-03mlxsw: i2c: Extend input parameters list of command APIVadim Pasternak1-19/+101
2019-03-03mlxsw: i2c: Modify input parameter name in initialization APIVadim Pasternak1-1/+1
2019-03-03mlxsw: i2c: Fix comment misspellingVadim Pasternak1-1/+1
2019-03-03mlxsw: core: Move resource query API to common locationVadim Pasternak3-37/+40
2019-03-03mlxsw: minimal: Add ethtool supportVadim Pasternak1-2/+322
2019-03-03mlxsw: minimal: Make structures and variables names shorterVadim Pasternak1-18/+18
2019-03-03mlxsw: core: Move ethtool module callbacks to a common locationVadim Pasternak3-107/+139
2019-03-03Merge branch 'tls-Fix-issues-in-tls_device'David S. Miller4-59/+71
2019-03-03tls: Fix tls_device receiveBoris Pismenny1-11/+14
2019-03-03tls: Fix mixing between async capable and asyncEran Ben Elisha1-6/+9
2019-03-03tls: Fix write space handlingBoris Pismenny4-9/+39
2019-03-03tls: Fix tls_device handling of partial recordsBoris Pismenny3-33/+9
2019-03-03Merge branch 'net-phy-clean-up-the-old-gen10g-functions'David S. Miller6-57/+10
2019-03-03net: phy: remove gen10g_no_soft_resetHeiner Kallweit5-13/+5
2019-03-03net: phy: don't export gen10g_read_statusHeiner Kallweit2-3/+1
2019-03-03net: phy: remove gen10g_config_initHeiner Kallweit4-17/+0