aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/uio (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-27selftests: mlxsw: Add a RED selftestPetr Machata5-0/+657
2020-02-27selftests: forwarding: lib.sh: Add start_tcp_trafficPetr Machata1-2/+13
2020-02-26net: dsa: mv88e6xxx: fix duplicate vlan warningRussell King1-3/+9
2020-02-26net: switchdev: do not propagate bridge updates across bridgesRussell King1-0/+9
2020-02-26net: qrtr: Fix error pointer vs NULL bugsDan Carpenter1-2/+2
2020-02-26net: phy: mscc: add missing shift for media operation mode selectionAntoine Tenart1-3/+3
2020-02-26net: ena: fix broken interface between ENA driver and FWArthur Kiyanovski2-1/+16
2020-02-26mptcp: defer work schedule until mptcp lock is releasedPaolo Abeni1-2/+36
2020-02-26mptcp: avoid work queue scheduling if possibleFlorian Westphal3-4/+31
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-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-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-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