summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: use eth_hw_addr_set()Jakub Kicinski2021-10-023-3/+3
* net: mscc: ocelot: write full VLAN TCI in the injection headerVladimir Oltean2021-10-021-1/+1
* net: mscc: ocelot: support egress VLAN rewriting via VCAP ES0Vladimir Oltean2021-10-021-20/+105
* ionic: add lif param to ionic_qcq_disableShannon Nelson2021-10-021-12/+12
* ionic: have ionic_qcq_disable decide on sending to hardwareShannon Nelson2021-10-021-19/+20
* ionic: add polling to adminq waitShannon Nelson2021-10-022-6/+31
* ionic: widen queue_lock use around lif init and deinitShannon Nelson2021-10-021-3/+11
* ionic: move lif mutex setup and deleteShannon Nelson2021-10-021-5/+10
* ionic: check for binary values in FW ver stringShannon Nelson2021-10-021-3/+14
* ionic: remove debug statsShannon Nelson2021-10-027-225/+0
* ravb: Initialize GbEthernet E-MACBiju Das2021-10-022-13/+62
* ravb: Add half_duplex to struct ravb_hw_infoBiju Das2021-10-022-8/+31
* ravb: Add magic_pkt to struct ravb_hw_infoBiju Das2021-10-022-1/+5
* ravb: Add tsrq to struct ravb_hw_infoBiju Das2021-10-022-2/+8
* ravb: Exclude gPTP feature support for RZ/G2LBiju Das2021-10-021-36/+49
* ravb: Initialize GbEthernet DMACBiju Das2021-10-022-2/+31
* ravb: Add support for RZ/G2L SoCBiju Das2021-10-022-0/+64
* ravb: Add nc_queue to struct ravb_hw_infoBiju Das2021-10-022-49/+94
* ravb: Rename "no_ptp_cfg_active" and "ptp_cfg_active" variablesBiju Das2021-10-022-15/+15
* ravb: Rename "ravb_set_features_rx_csum" function to "ravb_set_features_rcar"Biju Das2021-10-022-6/+6
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-10-023-87/+73
|\
| * i40e: Use the xsk batched rx allocation interfaceMagnus Karlsson2021-09-281-27/+25
| * ice: Use the xsk batched rx allocation interfaceMagnus Karlsson2021-09-281-25/+19
| * ice: Use xdp_buf instead of rx_buf for xsk zero-copyMagnus Karlsson2021-09-282-39/+33
* | Merge tag 'mlx5-updates-2021-09-30' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2021-10-0116-146/+215
|\ \
| * | net/mlx5e: Use array_size() helperGustavo A. R. Silva2021-10-011-4/+6
| * | net/mlx5: Use struct_size() helper in kvzalloc()Gustavo A. R. Silva2021-10-011-2/+1
| * | net/mlx5: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva2021-10-012-3/+3
| * | net/mlx5: Tolerate failures in debug features while driver loadAya Levin2021-10-011-6/+6
| * | net/mlx5: Warn for devlink reload when there are VFs aliveLama Kayal2021-10-011-0/+5
| * | net/mlx5: DR, Add missing string for action type SAMPLERYevgeny Kliteynik2021-10-011-0/+1
| * | net/mlx5: DR, init_next_match only if neededYevgeny Kliteynik2021-10-011-3/+5
| * | net/mlx5: DR, Fix typo 'offeset' to 'offset'Yevgeny Kliteynik2021-10-012-2/+2
| * | net/mlx5: DR, Increase supported num of actions to 32Yevgeny Kliteynik2021-10-011-1/+1
| * | net/mlx5: DR, Add support for SF vportsYevgeny Kliteynik2021-10-015-68/+120
| * | net/mlx5: DR, Support csum recalculation flow table on SFsYevgeny Kliteynik2021-10-013-42/+29
| * | net/mlx5: DR, Align error messages for failure to obtain vport capsYevgeny Kliteynik2021-10-012-2/+4
| * | net/mlx5: DR, Add missing query for vport 0Yevgeny Kliteynik2021-10-013-12/+32
| * | net/mlx5: DR, Replace local WIRE_PORT macro with the existing MLX5_VPORT_UPLINKYevgeny Kliteynik2021-10-014-8/+7
| * | net/mlx5: DR, Fix vport number data type to u16Yevgeny Kliteynik2021-10-016-11/+11
* | | Merge tag 'mlx5-fixes-2021-09-30' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2021-10-0114-105/+194
|\ \ \ | |/ / |/| |
| * | net/mlx5e: Mutually exclude setting of TX-port-TS and MQPRIO in channel modeAya Levin2021-09-302-0/+19
| * | net/mlx5e: Fix the presented RQ index in PTP statsLama Kayal2021-09-303-3/+5
| * | net/mlx5: Fix setting number of EQs of SFsShay Drory2021-09-301-2/+3
| * | net/mlx5: Fix length of irq_index in charsShay Drory2021-09-301-2/+2
| * | net/mlx5: Avoid generating event after PPS out in Real time modeAya Levin2021-09-301-8/+6
| * | net/mlx5: Force round second at 1PPS out start timeAya Levin2021-09-301-14/+11
| * | net/mlx5: E-Switch, Fix double allocation of acl flow counterMoshe Shemesh2021-09-302-5/+11
| * | net/mlx5e: Improve MQPRIO resiliencyTariq Toukan2021-09-302-32/+80
| * | net/mlx5e: Keep the value for maximum number of channels in-syncTariq Toukan2021-09-306-34/+57