aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-05net: sparx5: Add handling of host MDB entriesCasper Andersson1-0/+12
2022-05-04net: mscc: ocelot: don't use magic numbers for OCELOT_POLICER_DISCARDVladimir Oltean1-11/+7
2022-05-04net: mscc: ocelot: drop port argument from qos_policer_conf_setVladimir Oltean3-14/+18
2022-05-04net: mscc: ocelot: use list_for_each_entry in ocelot_vcap_filter_add_to_blockVladimir Oltean1-9/+5
2022-05-04net: mscc: ocelot: add to tail of empty list in ocelot_vcap_filter_add_to_blockVladimir Oltean1-1/+1
2022-05-04net: mscc: ocelot: use list_add_tail in ocelot_vcap_filter_add_to_block()Vladimir Oltean1-1/+1
2022-05-04mlxsw: spectrum_router: Only query neighbour activity when necessaryIdo Schimmel2-0/+7
2022-05-04mlxsw: spectrum_switchdev: Only query FDB notifications when necessaryIdo Schimmel1-11/+20
2022-05-04mlxsw: spectrum_acl: Do not report activity for multicast routesIdo Schimmel1-3/+2
2022-05-04mlxsw: Treat LLDP packets as controlPetr Machata1-1/+1
2022-05-04mlxsw: spectrum_dcb: Do not warn about priority changesPetr Machata1-13/+0
2022-05-04sfc: Copy a subset of mcdi_pcol.h to sienaMartin Habets1-0/+17204
2022-05-04sfc: Disable Siena supportMartin Habets4-27/+6
2022-05-03net/mlx5: Allow future addition of IPsec object modifiersLeon Romanovsky1-0/+3
2022-05-03net/mlx5: Don't perform lookup after already known sec_pathLeon Romanovsky1-1/+0
2022-05-03net/mlx5: Cleanup XFRM attributes structLeon Romanovsky4-31/+8
2022-05-03net/mlx5: Remove not-supported ICV lengthLeon Romanovsky1-16/+1
2022-05-03net/mlx5: Simplify IPsec capabilities logicLeon Romanovsky3-31/+16
2022-05-03net/mlx5: Don't advertise IPsec netdev support for non-IPsec deviceLeon Romanovsky1-0/+3
2022-05-03net/mlx5: Make sure that no dangling IPsec FS pointers existLeon Romanovsky1-156/+73
2022-05-03net/mlx5: Clean IPsec FS add/delete rulesLeon Romanovsky3-38/+34
2022-05-03net/mlx5: Simplify HW context interfaces by using SA entryLeon Romanovsky3-197/+62
2022-05-03net/mlx5: Remove indirections from esp functionsLeon Romanovsky1-35/+12
2022-05-03net/mlx5: Merge various control path IPsec headers into one fileLeon Romanovsky11-39/+117
2022-05-03net/mlx5: Remove useless validity checkLeon Romanovsky1-44/+0
2022-05-03net/mlx5: Store IPsec ESN update work in XFRM stateLeon Romanovsky3-68/+27
2022-05-03net/mlx5: Reduce useless indirection in IPsec FS add/delete flowsLeon Romanovsky2-20/+9
2022-05-03net/mlx5: Don't hide fallback to software IPsec in FS codeLeon Romanovsky2-30/+17
2022-05-03net/mlx5: Check IPsec TX flow steering namespace in advanceLeon Romanovsky4-8/+11
2022-05-03net/mlx5: Simplify IPsec flow steering init/cleanup functionsLeon Romanovsky3-54/+27
2022-05-03Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski265-3625/+42710
2022-05-03Merge tag 'mlx5-updates-2022-05-02' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxPaolo Abeni17-80/+91
2022-05-03mlxsw: Configure descriptor buffersPetr Machata1-0/+26
2022-05-03mlxsw: reg: Add "desc" field to SBPRPetr Machata1-0/+6
2022-05-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo35-249/+1158
2022-05-03rtw89: 8852c: rfk: add DPKPing-Ke Shih6-8/+1178
2022-05-03rtw89: 8852c: rfk: add IQKPing-Ke Shih5-4/+1099
2022-05-03rtw89: 8852c: rfk: add RX DCKPing-Ke Shih4-1/+78
2022-05-03rtw89: 8852c: rfk: add RCKPing-Ke Shih3-0/+45
2022-05-03rtw89: 8852c: rfk: add TSSIPing-Ke Shih3-0/+1057
2022-05-03rtw89: 8852c: rfk: add LCKPing-Ke Shih5-0/+79
2022-05-03rtw89: 8852c: rfk: add DACKPing-Ke Shih4-7/+538
2022-05-03rtw89: 8852c: rfk: add RFK tablesPing-Ke Shih2-0/+848
2022-05-03plfxlc: fix le16_to_cpu warning for beacon_intervalSrinivasan Raju1-3/+2
2022-05-02net/mlx5: fs, an FTE should have no dests when deletedMark Bloch1-0/+1
2022-05-02net/mlx5: fs, call the deletion function of the nodeMark Bloch1-1/+1
2022-05-02net/mlx5: fs, delete the FTE when there are no rules attached to itMark Bloch1-5/+5
2022-05-02net/mlx5: fs, do proper bookkeeping for forward destinationsMark Bloch2-1/+20
2022-05-02net/mlx5: fs, add unused destination typeMark Bloch4-2/+13
2022-05-02net/mlx5: fs, jump to exit point and don't fall throughMark Bloch1-0/+1