summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-14net/mlx5: Avoid deriving mlx5_core_dev second timeParav Pandit1-9/+7
2020-03-14net/mlx5: E-switch, Annotate esw state_lock mutex destroyParav Pandit1-0/+1
2020-03-14net/mlx5: E-switch, Annotate termtbl_mutex mutex destroyParav Pandit1-1/+3
2020-03-14net/mlx5: Accept flow rules without matchMark Bloch6-31/+14
2020-03-14net/mlx5: E-Switch, Refactor unload all reps per rep typeBodong Wang1-19/+5
2020-03-14net/mlx5: E-Switch, Update VF vports config when num of VFs changedBodong Wang3-82/+46
2020-03-14net/mlx5: E-Switch, Introduce per vport configuration for eswitch modesBodong Wang3-108/+111
2020-03-14net/mlx5: E-switch, Make vport setup/cleanup sequence symmetricBodong Wang1-48/+53
2020-03-14net/mlx5: E-Switch, Prepare for vport enable/disable refactorBodong Wang1-11/+15
2020-03-14net/mlx5: E-Switch, Remove redundant warning when QoS enable failedBodong Wang1-3/+1
2020-03-14net/mlx5: E-Switch, Hold mutex when querying drop counter in legacy modeBodong Wang1-4/+10
2020-03-14net/mlx5: E-Switch, Remove redundant check of eswitch manager capBodong Wang1-4/+2
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller582-2762/+5349
2020-03-13Merge tag 'drm-fixes-2020-03-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds27-133/+405
2020-03-13Merge tag 'topic/mst-bw-check-fixes-for-airlied-2020-03-12-2' of git://anongi...Dave Airlie2-60/+128
2020-03-13Merge tag 'drm-intel-fixes-2020-03-12' of git://anongit.freedesktop.org/drm/d...Dave Airlie9-29/+66
2020-03-13Merge tag 'amd-drm-fixes-5.6-2020-03-11' of git://people.freedesktop.org/~agd...Dave Airlie5-15/+158
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds110-370/+993
2020-03-13drm/dp_mst: Rewrite and fix bandwidth limit checksLyude Paul1-26/+93
2020-03-13drm/dp_mst: Reprobe path resources in CSN handlerLyude Paul1-23/+25
2020-03-13drm/dp_mst: Use full_pbn instead of available_pbn for bandwidth checksLyude Paul2-10/+9
2020-03-13drm/dp_mst: Rename drm_dp_mst_is_dp_mst_end_device() to be less redundantLyude Paul1-5/+5
2020-03-13inet: Use fallthrough;Joe Perches26-43/+41
2020-03-13octeontx2-pf: unlock on error path in otx2_config_pause_frm()Dan Carpenter1-2/+5
2020-03-13Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-5/+9
2020-03-13net: systemport: fix index check to avoid an array out of bounds accessColin Ian King1-1/+1
2020-03-13Merge branch 'ipa-fixes'David S. Miller2-51/+14
2020-03-13Revert "arm64: dts: sdm845: add IPA information"Alex Elder1-51/+0
2020-03-13bitfield.h: add FIELD_MAX() and field_max()Alex Elder1-0/+14
2020-03-13tc-testing: add ETS scheduler to tdc build configurationDavide Caratti1-0/+1
2020-03-13net: phy: fix MDIO bus PM PHY resumingHeiner Kallweit2-1/+7
2020-03-13Merge branch 'ethtool-netlink-interface-part-3'David S. Miller18-80/+1538
2020-03-13ethtool: add CHANNELS_NTF notificationMichal Kubecek5-1/+12
2020-03-13ethtool: set device channel counts with CHANNELS_SET requestMichal Kubecek8-32/+177
2020-03-13ethtool: provide channel counts with CHANNELS_GET requestMichal Kubecek6-2/+169
2020-03-13ethtool: add RINGS_NTF notificationMichal Kubecek5-1/+12
2020-03-13ethtool: set device ring sizes with RINGS_SET requestMichal Kubecek5-1/+118
2020-03-13ethtool: provide ring sizes with RINGS_GET requestMichal Kubecek6-2/+168
2020-03-13ethtool: add PRIVFLAGS_NTF notificationMichal Kubecek4-0/+8
2020-03-13ethtool: set device private flags with PRIVFLAGS_SET requestMichal Kubecek5-1/+97
2020-03-13ethtool: provide private flags with PRIVFLAGS_GET requestMichal Kubecek6-2/+189
2020-03-13ethtool: add FEATURES_NTF notificationMichal Kubecek4-1/+39
2020-03-13ethtool: set netdev features with FEATURES_SET requestMichal Kubecek5-9/+224
2020-03-13ethtool: add ethnl_parse_bitset() helperMichal Kubecek2-0/+98
2020-03-13ethtool: provide netdev features with FEATURES_GET requestMichal Kubecek8-12/+202
2020-03-13ethtool: update mapping of features to legacy ioctl requestsMichal Kubecek1-2/+3
2020-03-13ethtool: rename ethnl_parse_header() to ethnl_parse_header_dev_get()Michal Kubecek6-17/+25
2020-03-13cifs_atomic_open(): fix double-put on late allocation failureAl Viro3-4/+8
2020-03-13gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcacheAl Viro1-1/+1
2020-03-13Merge branch 'Introduce-connection-tracking-offload'David S. Miller22-70/+2134