Age | Commit message (Expand) | Author |
2021-10-05 | mlx4: remove custom dev_addr clearing | Jakub Kicinski |
2021-10-05 | mlx4: replace mlx4_u64_to_mac() with u64_to_ether_addr() | Jakub Kicinski |
2021-10-05 | mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64() | Jakub Kicinski |
2021-10-04 | net/mlx5: Enable single IRQ for PCI Function | Shay Drory |
2021-10-04 | net/mlx5: Shift control IRQ to the last index | Shay Drory |
2021-10-04 | net/mlx5: Bridge, pop VLAN on egress table miss | Vlad Buslov |
2021-10-04 | net/mlx5: Bridge, mark reg_c1 when pushing VLAN | Vlad Buslov |
2021-10-04 | net/mlx5: Bridge, extract VLAN pop code to dedicated functions | Vlad Buslov |
2021-10-04 | net/mlx5: Bridge, refactor eswitch instance usage | Vlad Buslov |
2021-10-04 | net/mlx5e: Support accept action | Vlad Buslov |
2021-10-04 | net/mlx5e: Specify out ifindex when looking up encap route | Chris Mi |
2021-10-04 | net/mlx5e: Reserve a value from TC tunnel options mapping | Vlad Buslov |
2021-10-04 | net/mlx5e: Move parse fdb check into actions_match_supported_fdb() | Roi Dayan |
2021-10-04 | net/mlx5e: Split actions_match_supported() into a sub function | Roi Dayan |
2021-10-04 | net/mlx5e: Move mod hdr allocation to a single place | Roi Dayan |
2021-10-04 | net/mlx5e: TC, Refactor sample offload error flow | Roi Dayan |
2021-10-04 | net/mlx5e: Add TX max rate support for MQPRIO channel mode | Tariq Toukan |
2021-10-04 | net/mlx5e: Specify SQ stats struct for mlx5e_open_txqsq() | Tariq Toukan |
2021-10-04 | net/mlx4_en: avoid one cache line miss to ring doorbell | Eric Dumazet |
2021-10-02 | ethernet: use eth_hw_addr_set() instead of ether_addr_copy() | Jakub Kicinski |
2021-10-02 | ethernet: use eth_hw_addr_set() | Jakub Kicinski |
2021-10-01 | Merge tag 'mlx5-updates-2021-09-30' of git://git.kernel.org/pub/scm/linux/ker... | Jakub Kicinski |
2021-10-01 | Merge tag 'mlx5-fixes-2021-09-30' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller |
2021-09-30 | net/mlx5e: Use array_size() helper | Gustavo A. R. Silva |
2021-09-30 | net/mlx5: Use struct_size() helper in kvzalloc() | Gustavo A. R. Silva |
2021-09-30 | net/mlx5: Use kvcalloc() instead of kvzalloc() | Gustavo A. R. Silva |
2021-09-30 | net/mlx5: Tolerate failures in debug features while driver load | Aya Levin |
2021-09-30 | net/mlx5: Warn for devlink reload when there are VFs alive | Lama Kayal |
2021-09-30 | net/mlx5: DR, Add missing string for action type SAMPLER | Yevgeny Kliteynik |
2021-09-30 | net/mlx5: DR, init_next_match only if needed | Yevgeny Kliteynik |
2021-09-30 | net/mlx5: DR, Fix typo 'offeset' to 'offset' | Yevgeny Kliteynik |
2021-09-30 | net/mlx5: DR, Increase supported num of actions to 32 | Yevgeny Kliteynik |
2021-09-30 | net/mlx5: DR, Add support for SF vports | Yevgeny Kliteynik |
2021-09-30 | net/mlx5: DR, Support csum recalculation flow table on SFs | Yevgeny Kliteynik |
2021-09-30 | net/mlx5: DR, Align error messages for failure to obtain vport caps | Yevgeny Kliteynik |
2021-09-30 | net/mlx5: DR, Add missing query for vport 0 | Yevgeny Kliteynik |
2021-09-30 | net/mlx5: DR, Replace local WIRE_PORT macro with the existing MLX5_VPORT_UPLINK | Yevgeny Kliteynik |
2021-09-30 | net/mlx5: DR, Fix vport number data type to u16 | Yevgeny Kliteynik |
2021-09-30 | net/mlx5e: Mutually exclude setting of TX-port-TS and MQPRIO in channel mode | Aya Levin |
2021-09-30 | net/mlx5e: Fix the presented RQ index in PTP stats | Lama Kayal |
2021-09-30 | net/mlx5: Fix setting number of EQs of SFs | Shay Drory |
2021-09-30 | net/mlx5: Fix length of irq_index in chars | Shay Drory |
2021-09-30 | net/mlx5: Avoid generating event after PPS out in Real time mode | Aya Levin |
2021-09-30 | net/mlx5: Force round second at 1PPS out start time | Aya Levin |
2021-09-30 | net/mlx5: E-Switch, Fix double allocation of acl flow counter | Moshe Shemesh |
2021-09-30 | net/mlx5e: Improve MQPRIO resiliency | Tariq Toukan |
2021-09-30 | net/mlx5e: Keep the value for maximum number of channels in-sync | Tariq Toukan |
2021-09-30 | net/mlx5e: IPSEC RX, enable checksum complete | Raed Salem |
2021-09-30 | net/mlx4_en: Add XDP_REDIRECT statistics | Joshua Roys |
2021-09-29 | net/mlx4: Use array_size() helper in copy_to_user() | Gustavo A. R. Silva |