summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-12-09mlxsw: spectrum_switchdev: Allow joining VxLAN to 802.1ad bridgeAmit Cohen1-2/+2
2020-12-09mlxsw: Veto Q-in-VNI for Spectrum-1 ASICAmit Cohen3-5/+17
2020-12-09mlxsw: spectrum_switchdev: Use ops->vxlan_join() when adding VLAN to VxLAN de...Amit Cohen1-6/+4
2020-12-09mlxsw: spectrum_nve_vxlan: Add support for Q-in-VNI for Spectrum-2 ASICAmit Cohen1-0/+42
2020-12-09mlxsw: spectrum: Publish mlxsw_sp_ethtype_to_sver_type()Amit Cohen2-1/+2
2020-12-09mlxsw: Save EtherType as part of mlxsw_sp_nve_configAmit Cohen3-4/+6
2020-12-09mlxsw: Save EtherType as part of mlxsw_sp_nve_paramsAmit Cohen2-2/+6
2020-12-09mlxsw: spectrum_switchdev: Create common function for joining VxLAN to VLAN-a...Amit Cohen1-3/+12
2020-12-09mlxsw: reg: Add support for tunnel port in SPVID registerAmit Cohen1-1/+9
2020-12-09mlxsw: reg: Add Switch Port VLAN Stacking RegisterAmit Cohen1-0/+104
2020-12-09mlxsw: Use one enum for all registers that contain tunnel_port fieldAmit Cohen3-25/+11
2020-12-09Merge tag 'mlx5-updates-2020-12-01' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller27-350/+1493
2020-12-08net: hns3: refine the VLAN tag handle for port based VLANGuojia Liao5-17/+64
2020-12-08net: hns3: add priv flags support to switch limit promisc modeJian Shen7-1/+119
2020-12-08net: hns3: add support for extended promiscuous commandGuojia Liao2-49/+41
2020-12-08net/mlx5e: Fill mlx5e_create_cq_param in a functionMaxim Mikityanskiy3-10/+15
2020-12-08net/mlx5e: Split between RX/TX tunnel FW support indicationAya Levin3-14/+43
2020-12-08net/mlx5: Fix passing zero to 'PTR_ERR'YueHaibing4-4/+4
2020-12-08net/mlx5: Arm only EQs with EQEsShay Drory1-4/+2
2020-12-08net/mlx5e: Remove duplicated includeYueHaibing1-1/+0
2020-12-08net/mlx5e: remove unnecessary memsetZhu Yanjun1-1/+0
2020-12-08net/mlx5e: Add TX port timestamp supportEran Ben Elisha9-7/+262
2020-12-08net/mlx5e: Add TX PTP port object supportEran Ben Elisha11-60/+831
2020-12-08net/mlx5e: Move MLX5E_RX_ERR_CQE macroEran Ben Elisha2-2/+2
2020-12-08net/mlx5e: Split SW group counters update functionEran Ben Elisha1-127/+161
2020-12-08net/mlx5e: Change skb fifo push/pop API to be used without SQEran Ben Elisha4-16/+28
2020-12-08net/mlx5e: Allow SQ outside of channel contextEran Ben Elisha7-21/+22
2020-12-08net/mlx5e: Allow RQ outside of channel contextAya Levin7-53/+59
2020-12-08net/mlx5e: Allow CQ outside of channel contextAya Levin8-41/+73
2020-12-08net/mlx5e: Free drop RQ in a dedicated functionTariq Toukan1-8/+10
2020-12-08Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski26-794/+1056
2020-12-08bonding: set xfrm feature flags more sanelyJarod Wilson1-6/+4
2020-12-08ibmvnic: add some debugsSukadev Bhattiprolu1-3/+22
2020-12-07s390/qeth: make qeth_qdio_handle_aob() more robustJulian Wiedmann1-0/+1
2020-12-07s390/qeth: remove QETH_QDIO_BUF_HANDLED_DELAYED stateJulian Wiedmann2-5/+2
2020-12-07s390/qeth: don't replace a fully completed async TX bufferJulian Wiedmann1-38/+51
2020-12-07s390/qeth: use dev->groups for common sysfs attributesJulian Wiedmann9-76/+30
2020-12-07s390/ccwgroup: use bus->dev_groups for bus-based sysfs attributesJulian Wiedmann1-9/+3
2020-12-07s390/qeth: don't call INIT_LIST_HEAD() on iob's list entryJulian Wiedmann2-6/+5
2020-12-07mlxsw: spectrum_router: Reduce mlxsw_sp_ipip_fib_entry_op_gre4()Jiri Pirko4-56/+19
2020-12-07mlxsw: spectrum: Bump minimum FW version to xx.2008.2018Petr Machata1-3/+3
2020-12-07mlxsw: core_acl: Use an array instead of a struct with a zero-length arrayIdo Schimmel1-15/+11
2020-12-07mlxsw: spectrum_mr: Use flexible-array member instead of zero-length arrayIdo Schimmel1-1/+1
2020-12-07mlxsw: core: Trace EMAD eventsIdo Schimmel1-0/+7
2020-12-07mlxsw: spectrum: Apply RIF configuration when joining a LAGIdo Schimmel3-7/+45
2020-12-06RDMA/mlx5: Remove IB representors dead codeLeon Romanovsky2-55/+7
2020-12-06net/mlx5: Simplify eswitch mode checkLeon Romanovsky8-28/+10
2020-12-06net/mlx5: Delete custom device management logicLeon Romanovsky3-296/+18
2020-12-06RDMA/mlx5: Convert mlx5_ib to use auxiliary busLeon Romanovsky8-105/+254
2020-12-06net/mlx5e: Connect ethernet part to auxiliary busLeon Romanovsky8-89/+179