aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-04qed: fix ll2 establishment during load of RDMA driverManish Chopra1-5/+44
2021-10-04qed: Update the TCP active termination 2 MSL timer ("TIME_WAIT")Prabhakar Kushwaha2-1/+2
2021-10-04qed: Update TCP silly-window-syndrome timeout for iwarp, scsiNikolay Assa2-0/+2
2021-10-04qed: Update debug related changesPrabhakar Kushwaha8-505/+1031
2021-10-04qed: Add '_GTT' suffix to the IRO RAM macrosPrabhakar Kushwaha10-111/+143
2021-10-04qed: Update FW init functions to support FW 8.59.1.0Omkar Kulkarni6-200/+372
2021-10-04qed: Use enum as per FW 8.59.1.0 in qed_iro_hsi.hPrabhakar Kushwaha1-257/+390
2021-10-04qed: Update qed_hsi.h for fw 8.59.1.0Prabhakar Kushwaha10-308/+1588
2021-10-04qed: Update qed_mfw_hsi.h for FW ver 8.59.1.0Prabhakar Kushwaha3-263/+800
2021-10-04qed: Update common_hsi for FW ver 8.59.1.0Prabhakar Kushwaha1-1/+1
2021-10-04qed: Split huge qed_hsi.h header fileOmkar Kulkarni23-3747/+3794
2021-10-04qed: Remove e4_ and _e4 from FW HSIShai Malin27-3509/+3502
2021-10-04qed: Fix kernel-doc warningsPrabhakar Kushwaha16-1734/+1956
2021-10-04net/mlx4_en: avoid one cache line miss to ring doorbellEric Dumazet2-2/+3
2021-10-02net: wwan: iosm: correct devlink extra paramsM Chetan Kumar3-98/+69
2021-10-02ethernet: use eth_hw_addr_set() - castsJakub Kicinski3-3/+3
2021-10-02fddi: use eth_hw_addr_set()Jakub Kicinski1-2/+3
2021-10-02ethernet: s2io: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-10-02ethernet: chelsio: use eth_hw_addr_set()Jakub Kicinski5-6/+7
2021-10-02net: usb: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski5-6/+6
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski56-78/+76
2021-10-02net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski3-3/+3
2021-10-02net: usb: use eth_hw_addr_set()Jakub Kicinski8-9/+9
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski62-84/+82
2021-10-02net: use eth_hw_addr_set()Jakub Kicinski3-3/+3
2021-10-02net: mscc: ocelot: write full VLAN TCI in the injection headerVladimir Oltean1-1/+1
2021-10-02net: mscc: ocelot: support egress VLAN rewriting via VCAP ES0Vladimir Oltean1-20/+105
2021-10-02ionic: add lif param to ionic_qcq_disableShannon Nelson1-12/+12
2021-10-02ionic: have ionic_qcq_disable decide on sending to hardwareShannon Nelson1-19/+20
2021-10-02ionic: add polling to adminq waitShannon Nelson2-6/+31
2021-10-02ionic: widen queue_lock use around lif init and deinitShannon Nelson1-3/+11
2021-10-02ionic: move lif mutex setup and deleteShannon Nelson1-5/+10
2021-10-02ionic: check for binary values in FW ver stringShannon Nelson1-3/+14
2021-10-02ionic: remove debug statsShannon Nelson7-225/+0
2021-10-02ravb: Initialize GbEthernet E-MACBiju Das2-13/+62
2021-10-02ravb: Add half_duplex to struct ravb_hw_infoBiju Das2-8/+31
2021-10-02ravb: Add magic_pkt to struct ravb_hw_infoBiju Das2-1/+5
2021-10-02ravb: Add tsrq to struct ravb_hw_infoBiju Das2-2/+8
2021-10-02ravb: Exclude gPTP feature support for RZ/G2LBiju Das1-36/+49
2021-10-02ravb: Initialize GbEthernet DMACBiju Das2-2/+31
2021-10-02ravb: Add support for RZ/G2L SoCBiju Das2-0/+64
2021-10-02ravb: Add nc_queue to struct ravb_hw_infoBiju Das2-49/+94
2021-10-02ravb: Rename "no_ptp_cfg_active" and "ptp_cfg_active" variablesBiju Das2-15/+15
2021-10-02ravb: Rename "ravb_set_features_rx_csum" function to "ravb_set_features_rcar"Biju Das2-6/+6
2021-10-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-87/+73
2021-10-01Merge tag 'mlx5-updates-2021-09-30' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxJakub Kicinski16-146/+215
2021-10-01Merge tag 'mlx5-fixes-2021-09-30' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller14-105/+194
2021-09-30net/mlx5e: Use array_size() helperGustavo A. R. Silva1-4/+6
2021-09-30net/mlx5: Use struct_size() helper in kvzalloc()Gustavo A. R. Silva1-2/+1
2021-09-30net/mlx5: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva2-3/+3