Age | Commit message (Expand) | Author | Files | Lines |
2021-10-02 | net: use eth_hw_addr_set() | Jakub Kicinski | 3 | -3/+3 |
2021-10-02 | net: mscc: ocelot: write full VLAN TCI in the injection header | Vladimir Oltean | 1 | -1/+1 |
2021-10-02 | net: mscc: ocelot: support egress VLAN rewriting via VCAP ES0 | Vladimir Oltean | 1 | -20/+105 |
2021-10-02 | ionic: add lif param to ionic_qcq_disable | Shannon Nelson | 1 | -12/+12 |
2021-10-02 | ionic: have ionic_qcq_disable decide on sending to hardware | Shannon Nelson | 1 | -19/+20 |
2021-10-02 | ionic: add polling to adminq wait | Shannon Nelson | 2 | -6/+31 |
2021-10-02 | ionic: widen queue_lock use around lif init and deinit | Shannon Nelson | 1 | -3/+11 |
2021-10-02 | ionic: move lif mutex setup and delete | Shannon Nelson | 1 | -5/+10 |
2021-10-02 | ionic: check for binary values in FW ver string | Shannon Nelson | 1 | -3/+14 |
2021-10-02 | ionic: remove debug stats | Shannon Nelson | 7 | -225/+0 |
2021-10-02 | ravb: Initialize GbEthernet E-MAC | Biju Das | 2 | -13/+62 |
2021-10-02 | ravb: Add half_duplex to struct ravb_hw_info | Biju Das | 2 | -8/+31 |
2021-10-02 | ravb: Add magic_pkt to struct ravb_hw_info | Biju Das | 2 | -1/+5 |
2021-10-02 | ravb: Add tsrq to struct ravb_hw_info | Biju Das | 2 | -2/+8 |
2021-10-02 | ravb: Exclude gPTP feature support for RZ/G2L | Biju Das | 1 | -36/+49 |
2021-10-02 | ravb: Initialize GbEthernet DMAC | Biju Das | 2 | -2/+31 |
2021-10-02 | ravb: Add support for RZ/G2L SoC | Biju Das | 2 | -0/+64 |
2021-10-02 | ravb: Add nc_queue to struct ravb_hw_info | Biju Das | 2 | -49/+94 |
2021-10-02 | ravb: Rename "no_ptp_cfg_active" and "ptp_cfg_active" variables | Biju Das | 2 | -15/+15 |
2021-10-02 | ravb: Rename "ravb_set_features_rx_csum" function to "ravb_set_features_rcar" | Biju Das | 2 | -6/+6 |
2021-10-02 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 3 | -87/+73 |
2021-10-02 | Merge tag 'mlx5-updates-2021-09-30' of git://git.kernel.org/pub/scm/linux/ker... | Jakub Kicinski | 16 | -146/+215 |
2021-10-01 | Merge tag 'mlx5-fixes-2021-09-30' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller | 14 | -105/+194 |
2021-10-01 | net/mlx5e: Use array_size() helper | Gustavo A. R. Silva | 1 | -4/+6 |
2021-10-01 | net/mlx5: Use struct_size() helper in kvzalloc() | Gustavo A. R. Silva | 1 | -2/+1 |
2021-10-01 | net/mlx5: Use kvcalloc() instead of kvzalloc() | Gustavo A. R. Silva | 2 | -3/+3 |
2021-10-01 | net/mlx5: Tolerate failures in debug features while driver load | Aya Levin | 1 | -6/+6 |
2021-10-01 | net/mlx5: Warn for devlink reload when there are VFs alive | Lama Kayal | 1 | -0/+5 |
2021-10-01 | net/mlx5: DR, Add missing string for action type SAMPLER | Yevgeny Kliteynik | 1 | -0/+1 |
2021-10-01 | net/mlx5: DR, init_next_match only if needed | Yevgeny Kliteynik | 1 | -3/+5 |
2021-10-01 | net/mlx5: DR, Fix typo 'offeset' to 'offset' | Yevgeny Kliteynik | 2 | -2/+2 |
2021-10-01 | net/mlx5: DR, Increase supported num of actions to 32 | Yevgeny Kliteynik | 1 | -1/+1 |
2021-10-01 | net/mlx5: DR, Add support for SF vports | Yevgeny Kliteynik | 5 | -68/+120 |
2021-10-01 | net/mlx5: DR, Support csum recalculation flow table on SFs | Yevgeny Kliteynik | 3 | -42/+29 |
2021-10-01 | net/mlx5: DR, Align error messages for failure to obtain vport caps | Yevgeny Kliteynik | 2 | -2/+4 |
2021-10-01 | net/mlx5: DR, Add missing query for vport 0 | Yevgeny Kliteynik | 3 | -12/+32 |
2021-10-01 | net/mlx5: DR, Replace local WIRE_PORT macro with the existing MLX5_VPORT_UPLINK | Yevgeny Kliteynik | 4 | -8/+7 |
2021-10-01 | net/mlx5: DR, Fix vport number data type to u16 | Yevgeny Kliteynik | 6 | -11/+11 |
2021-10-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 185 | -1006/+1730 |
2021-10-01 | Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 33 | -137/+295 |
2021-10-01 | net/mlx5e: Mutually exclude setting of TX-port-TS and MQPRIO in channel mode | Aya Levin | 2 | -0/+19 |
2021-10-01 | net/mlx5e: Fix the presented RQ index in PTP stats | Lama Kayal | 3 | -3/+5 |
2021-10-01 | net/mlx5: Fix setting number of EQs of SFs | Shay Drory | 1 | -2/+3 |
2021-10-01 | net/mlx5: Fix length of irq_index in chars | Shay Drory | 1 | -2/+2 |
2021-10-01 | net/mlx5: Avoid generating event after PPS out in Real time mode | Aya Levin | 1 | -8/+6 |
2021-10-01 | net/mlx5: Force round second at 1PPS out start time | Aya Levin | 1 | -14/+11 |
2021-10-01 | net/mlx5: E-Switch, Fix double allocation of acl flow counter | Moshe Shemesh | 2 | -5/+11 |
2021-10-01 | net/mlx5e: Improve MQPRIO resiliency | Tariq Toukan | 2 | -32/+80 |
2021-10-01 | net/mlx5e: Keep the value for maximum number of channels in-sync | Tariq Toukan | 6 | -34/+57 |
2021-10-01 | net/mlx5e: IPSEC RX, enable checksum complete | Raed Salem | 1 | -6/+1 |