summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-03-12net/mlx5e: allocate 'indirection_rqt' buffer dynamicallyArnd Bergmann1-3/+13
2021-03-12net/mlx5e: Dump ICOSQ WQE descriptor on CQE with error eventsTariq Toukan1-0/+1
2021-03-12net/mlx5e: Use net_prefetchw instead of prefetchw in MPWQE TX datapathMaxim Mikityanskiy1-1/+1
2021-03-12net/mlx5e: Remove redundant newline in NL_SET_ERR_MSG_MODRoi Dayan1-2/+2
2021-03-12net/mlx5: Read congestion counters from all ports when lag is activeMark Zhang1-1/+1
2021-03-12net/mlx5: remove unneeded semicolonJiapeng Chong1-1/+1
2021-03-12net/mlx5: use kvfree() for memory allocated with kvzalloc()Junlin Yang1-5/+5
2021-03-12net/mlx5: DR, Add missing vhca_id consume from STEv1Yevgeny Kliteynik1-0/+1
2021-03-12net/mlx5: DR, Remove unneeded rx_decap_l3 function for STEv1Yevgeny Kliteynik1-18/+0
2021-03-12net/mlx5: DR, Fixed typo in STE v0Yevgeny Kliteynik1-1/+1
2021-03-11isdn: remove extra spaces in the header fileTong Zhang1-7/+7
2021-03-11mlxsw: spectrum_matchall: Implement sampling using mirroringIdo Schimmel4-4/+63
2021-03-11mlxsw: spectrum_trap: Split sampling traps between ASICsIdo Schimmel1-13/+26
2021-03-11mlxsw: spectrum_matchall: Split sampling support between ASICsIdo Schimmel3-3/+43
2021-03-11mlxsw: spectrum_span: Add SPAN probability rate supportIdo Schimmel4-3/+15
2021-03-11mlxsw: reg: Extend mirroring registers with probability rate fieldIdo Schimmel2-2/+17
2021-03-11mlxsw: spectrum_span: Add SPAN session identifier supportIdo Schimmel3-2/+22
2021-03-11Merge tag 'mlx5-updates-2021-03-11' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller20-118/+169
2021-03-11net: hns3: use pause capability queried from firmwareYufeng Mo6-4/+31
2021-03-11net: hns3: use FEC capability queried from firmwareYufeng Mo3-5/+12
2021-03-11net/mlx5e: Alloc flow spec using kvzalloc instead of kzallocRoi Dayan3-11/+11
2021-03-11net/mlx5: Avoid unnecessary operationEli Cohen1-4/+2
2021-03-11net/mlx5e: rep: Improve reg_cX conditionsSaeed Mahameed1-5/+3
2021-03-11net/mlx5: SF, Fix return typeRoi Dayan1-1/+1
2021-03-11net/mlx5e: mlx5_tc_ct_init does not failSaeed Mahameed1-8/+0
2021-03-11net/mlx5: Fix indir stable stubsVlad Buslov1-3/+3
2021-03-11net/mlx5e: Add missing includeVlad Buslov1-0/+1
2021-03-11net/mlx5e: fix mlx5e_tc_tun_update_header_ipv6 dummy definitionArnd Bergmann1-4/+6
2021-03-11net/mlx5e: CT, Avoid false lock dependency warningRoi Dayan1-0/+10
2021-03-11net/mlx5: Check returned value from health recover sequenceLeon Romanovsky3-6/+9
2021-03-11net/mlx5: Don't rely on interface state bitLeon Romanovsky1-2/+1
2021-03-11net/mlx5: Remove second FW tracer checkLeon Romanovsky2-7/+2
2021-03-11net/mlx5: Separate probe vs. reload flowsLeon Romanovsky5-61/+107
2021-03-11net/mlx5: Remove impossible checks of interface stateLeon Romanovsky1-5/+0
2021-03-11net/mlx5: Don't skip vport checkSaeed Mahameed3-1/+13
2021-03-11netdevsim: fib: Remove redundant codeJiapeng Chong1-5/+1
2021-03-11net: phy: Expose phydev::dev_flags through sysfsFlorian Fainelli1-0/+11
2021-03-11net: dsa: b53: Add debug prints in b53_vlan_enable()Florian Fainelli1-4/+7
2021-03-10net: fddi: skfp: Mundane typo fixes throughout the file smt.hBhaskar Chowdhury1-4/+4
2021-03-10ionic: simplify use of completion typesShannon Nelson1-12/+7
2021-03-10ionic: rebuild debugfs on qcq swapShannon Nelson1-0/+3
2021-03-10ionic: simplify rx skb allocShannon Nelson1-41/+22
2021-03-10ionic: optimize fastpath struct usageShannon Nelson6-39/+34
2021-03-10ionic: implement Rx page reuseShannon Nelson2-89/+138
2021-03-10ionic: move rx_page_alloc and freeShannon Nelson1-70/+70
2021-03-10staging: dpaa2-switch: move the driver out of stagingIoana Ciornei15-160/+12
2021-03-10staging: dpaa2-switch: prevent joining a bridge while VLAN uppers are presentIoana Ciornei1-1/+29
2021-03-10staging: dpaa2-switch: add fast-ageing on bridge leaveIoana Ciornei2-16/+63
2021-03-10staging: dpaa2-switch: accept only vlan-aware upper devicesIoana Ciornei3-19/+76
2021-03-10staging: dpaa2-switch: move the notifier register to module_init()Ioana Ciornei2-87/+95