summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2022-07-05cxgb4: Use the bitmap API to allocate bitmapsChristophe JAILLET-24/+17
2022-07-05net/mlx5: fix 32bit buildPaolo Abeni-1/+2
2022-07-04net: hns: Fix spelling mistakes in comments.Zhang Jiaming-2/+2
2022-07-04nfp: support TX VLAN ctag insertDiana Wang-19/+45
2022-07-04nfp: support RX VLAN ctag/stag stripDiana Wang-22/+143
2022-07-04usbnet: smsc95xx: Clean up unnecessary BUG_ON() upon register accessLukas Wunner-4/+0
2022-07-04usbnet: smsc95xx: Clean up nopm handlingLukas Wunner-106/+66
2022-07-04usbnet: smsc95xx: Fix deadlock on runtime resumeLukas Wunner-6/+20
2022-07-04net: phy: broadcom: Add support for BCM53128 internal PHYsKurt Kanzenbach-0/+15
2022-07-04mlxsw: spectrum_fid: Remove '_ub_' indication from structures and definesAmit Cohen-47/+47
2022-07-04mlxsw: spectrum_fid: Remove flood_index() from FID operation structureAmit Cohen-9/+1
2022-07-04mlxsw: Enable unified bridge modelAmit Cohen-328/+79
2022-07-04mlxsw: Add ubridge to config profileAmit Cohen-0/+20
2022-07-04mlxsw: Add support for 802.1Q FID familyAmit Cohen-2/+193
2022-07-04mlxsw: Add new FID families for unified bridge modelAmit Cohen-7/+189
2022-07-04mlxsw: Add support for VLAN RIFsAmit Cohen-0/+120
2022-07-04mlxsw: Configure egress FID classification after routingAmit Cohen-1/+5
2022-07-04mlxsw: spectrum_router: Do not configure VID for sub-port RIFsAmit Cohen-1/+1
2022-07-04mlxsw: spectrum_fid: Configure layer 3 egress VID classificationAmit Cohen-5/+137
2022-07-04mlxsw: Configure ingress RIF classificationAmit Cohen-26/+189
2022-07-04mlxsw: spectrum_fid: Configure VNI to FID classificationAmit Cohen-2/+36
2022-07-04mlxsw: Configure egress VID for unicast FDB entriesAmit Cohen-12/+17
2022-07-03net: usb: Remove unnecessary '0' values from hasdataLi kunyu-1/+1
2022-07-03Merge tag 'linux-can-next-for-5.20-20220703' of git://git.kernel.org/pub/scm/...David S. Miller-106/+1691
2022-07-03can: slcan: extend the protocol with CAN state infoDario Binacchi-1/+73
2022-07-03can: slcan: extend the protocol with error infoDario Binacchi-1/+139
2022-07-03can: slcan: add ethtool support to reset adapter errorsDario Binacchi-0/+120
2022-07-03can: slcan: move driver into separate sub directoryDario Binacchi-1/+7
2022-07-03can: slcan: send the open/close commands to the adapterDario Binacchi-2/+22
2022-07-03can: slcan: set bitrate by CAN device driver APIDario Binacchi-3/+38
2022-07-03can: slcan: allow to send commands to the adapterDario Binacchi-1/+45
2022-07-03can: slcan: use CAN network device driver APIDario Binacchi-62/+60
2022-07-03can: netlink: dump bitrate 0 if can_priv::bittiming.bitrate is -1UDario Binacchi-1/+2
2022-07-03can: slcan: use the alloc_can_skb() helperDario Binacchi-37/+33
2022-07-03can: slcan: use netdev helpers to print out messagesDario Binacchi-3/+2
2022-07-03can: slcan: use the BIT() helperDario Binacchi-1/+1
2022-07-02net/mlx5e: TC, Support offloading police actionJianbo Liu-5/+124
2022-07-02net/mlx5e: Add flow_action to parse stateJianbo Liu-3/+3
2022-07-02net/mlx5e: Add post meter table for flow meteringJianbo Liu-3/+245
2022-07-02net/mlx5e: Add generic macros to use metadata register mappingJianbo Liu-10/+12
2022-07-02net/mlx5e: Get or put meter by the index of tc police actionJianbo Liu-0/+226
2022-07-02net/mlx5e: Add support to modify hardware flow meter parametersJianbo Liu-0/+192
2022-07-02net/mlx5e: Prepare for flow meter offload if hardware supports itJianbo Liu-1/+129
2022-07-02net/mlx5: Implement interfaces to control ASO SQ and CQJianbo Liu-0/+162
2022-07-02net/mlx5: Add support to create SQ and CQ for ASOJianbo Liu-1/+350
2022-07-02net/mlx5: E-switch: Change eswitch mode only via devlink commandChris Mi-22/+15
2022-07-02net/mlx5: E-switch, Remove dependency between sriov and eswitch modeChris Mi-81/+83
2022-07-02net/mlx5: E-switch, Introduce flag to indicate if fdb table is createdChris Mi-0/+12
2022-07-02net/mlx5: E-switch, Introduce flag to indicate if vport acl namespace is createdChris Mi-0/+6
2022-07-02net/mlx5: delete dead code in mlx5_esw_unlock()Dan Carpenter-2/+0