summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-02-26mptcp: remove mptcp_read_actorFlorian Westphal3-39/+13
2020-02-26mptcp: add rmem queue accountingFlorian Westphal1-1/+17
2020-02-26mptcp: update mptcp ack sequence from work queueFlorian Westphal1-69/+165
2020-02-26mptcp: add work queue skeletonPaolo Abeni2-0/+23
2020-02-26mptcp: add and use mptcp_data_ready helperFlorian Westphal3-10/+13
2020-02-26Merge branch 'mlxsw-Small-driver-update'David S. Miller5-106/+80
2020-02-26mlxsw: spectrum: Add mlxsw_sp_span_ops.buffsize_get for Spectrum-3Petr Machata1-2/+21
2020-02-26mlxsw: spectrum: Initialize advertised speeds to supported speedsIdo Schimmel2-84/+8
2020-02-26mlxsw: spectrum: Move the ECN-marked packet counter to ethtoolPetr Machata2-7/+27
2020-02-26mlxsw: spectrum_switchdev: Optimize SFN records processingJiri Pirko2-13/+24
2020-02-26af_llc: fix if-statement empty body warningRandy Dunlap1-1/+1
2020-02-26Merge tag 'mlx5-updates-2020-02-25' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller13-128/+216
2020-02-26Merge branch 'net-smc-improve-peer-ID-in-CLC-decline'David S. Miller3-8/+15
2020-02-26net/smc: improve peer ID in CLC decline for SMC-RHans Wippel3-2/+4
2020-02-26net/smc: rework peer ID handlingHans Wippel1-7/+12
2020-02-26tcp-zerocopy: Update returned getsockopt() optlen.Arjun Roy1-1/+4
2020-02-26Merge branch 'net-fix-sysfs-permssions-when-device-changes-network'David S. Miller10-2/+630
2020-02-26net: fix sysfs permssions when device changes network namespaceChristian Brauner1-1/+8
2020-02-26net-sysfs: add queue_change_owner()Christian Brauner1-0/+106
2020-02-26net-sysfs: add netdev_change_owner()Christian Brauner2-0/+29
2020-02-26drivers/base/power: add dpm_sysfs_change_owner()Christian Brauner3-1/+61
2020-02-26device: add device_change_owner()Christian Brauner2-0/+117
2020-02-26sysfs: add sysfs_change_owner()Christian Brauner2-0/+66
2020-02-26sysfs: add sysfs_group{s}_change_owner()Christian Brauner2-0/+135
2020-02-26sysfs: add sysfs_link_change_owner()Christian Brauner2-0/+51
2020-02-26sysfs: add sysfs_file_change_owner()Christian Brauner2-0/+57
2020-02-26net: cisco: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-5/+5
2020-02-26net: marvell: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-02-26net: hns: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-02-26sfc: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-02-26qlogic: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-5/+5
2020-02-26Revert "net: dsa: bcm_sf2: Also configure Port 5 for 2Gb/sec on 7278"Florian Fainelli2-4/+0
2020-02-26iavf: use tc_cls_can_offload_and_chain0() instead of chain checkJiri Pirko1-3/+5
2020-02-25net/mlx5: sparse: warning: Using plain integer as NULL pointerSaeed Mahameed1-1/+1
2020-02-25net/mlx5: sparse: warning: incorrect type in assignmentSaeed Mahameed1-1/+1
2020-02-25net/mlx5: Fix header guard in rsc_dump.hNathan Chancellor1-1/+1
2020-02-25Documentation: fix vxlan typo in mlx5.rstHans Wippel1-1/+1
2020-02-25net/mlx5e: RX, Use indirect calls wrapper for handling compressed completionsTariq Toukan1-2/+4
2020-02-25net/mlx5e: RX, Use indirect calls wrapper for posting descriptorsTariq Toukan1-2/+9
2020-02-25net/mlx5e: Change inline mode correctly when changing trust stateMaxim Mikityanskiy1-22/+33
2020-02-25net/mlx5e: Add context to the preactivate hookMaxim Mikityanskiy6-27/+45
2020-02-25net/mlx5e: Allow mlx5e_switch_priv_channels to fail and recoverMaxim Mikityanskiy1-7/+27
2020-02-25net/mlx5e: Remove unneeded netif_set_real_num_tx_queuesMaxim Mikityanskiy1-6/+0
2020-02-25net/mlx5e: Fix configuration of XPS cpumasks and netdev queues in corner casesMaxim Mikityanskiy2-41/+65
2020-02-25net/mlx5e: Use preactivate hook to set the indirection tableMaxim Mikityanskiy3-10/+17
2020-02-25net/mlx5e: Rename hw_modify to preactivateMaxim Mikityanskiy2-9/+11
2020-02-25net/mlx5e: Encapsulate updating netdev queues into a functionMaxim Mikityanskiy1-7/+12
2020-02-25net/mlx5e: Add missing LRO cap checkTariq Toukan1-3/+2
2020-02-25net/mlx5e: Define one flow for TXQ selection when TCs are configuredEran Ben Elisha1-7/+6
2020-02-25Merge branch 'mlxsw-Implement-ACL-dropped-packets-identification'David S. Miller21-25/+605