Age | Commit message (Expand) | Author | Files | Lines |
2022-07-29 | sfc: ef100 representor RX NAPI poll | Edward Cree | 2 | -0/+75 |
2022-07-29 | sfc: plumb ef100 representor stats | Edward Cree | 1 | -0/+14 |
2022-07-29 | net: marvell: prestera: uninitialized variable bug | Dan Carpenter | 1 | -1/+1 |
2022-07-29 | iavf: Fix 'tc qdisc show' listing too many queues | Przemyslaw Patynowski | 2 | -0/+26 |
2022-07-29 | iavf: Fix max_rate limiting | Przemyslaw Patynowski | 2 | -2/+24 |
2022-07-29 | net: ethernet: mtk_eth_soc: add xdp tx return bulking support | Lorenzo Bianconi | 1 | -6/+14 |
2022-07-29 | net: ethernet: mtk_eth_soc: introduce xdp multi-frag support | Lorenzo Bianconi | 1 | -43/+82 |
2022-07-29 | net: ethernet: mtk_eth_soc: introduce mtk_xdp_frame_map utility routine | Lorenzo Bianconi | 1 | -26/+42 |
2022-07-29 | mlxsw: spectrum: Support ethtool 'get_ts_info' callback in Spectrum-2 | Danielle Ratson | 2 | -6/+28 |
2022-07-29 | mlxsw: spectrum_ptp: Support SIOCGHWTSTAMP, SIOCSHWTSTAMP ioctls | Danielle Ratson | 2 | -9/+223 |
2022-07-29 | mlxsw: spectrum: Support time stamping on Spectrum-2 | Danielle Ratson | 4 | -10/+104 |
2022-07-29 | mlxsw: Send PTP packets as data packets to overcome a limitation | Danielle Ratson | 4 | -10/+175 |
2022-07-29 | mlxsw: spectrum_ptp: Add implementation for physical hardware clock operations | Danielle Ratson | 2 | -7/+159 |
2022-07-29 | mlxsw: Query UTC sec and nsec PCI offsets and values | Danielle Ratson | 3 | -0/+55 |
2022-07-29 | mlxsw: spectrum_ptp: Add PTP initialization / finalization for Spectrum-2 | Danielle Ratson | 2 | -7/+54 |
2022-07-29 | mlxsw: Support CQEv2 for SDQ in Spectrum-2 and newer ASICs | Danielle Ratson | 4 | -2/+15 |
2022-07-29 | mlxsw: spectrum_ptp: Add helper functions to configure PTP traps | Amit Cohen | 1 | -22/+40 |
2022-07-28 | mlxsw: core_linecards: Remove duplicated include in core_linecard_dev.c | Yang Li | 1 | -1/+0 |
2022-07-28 | devlink: Hold the instance lock in health callbacks | Moshe Shemesh | 1 | -7/+1 |
2022-07-28 | net/mlx5: Lock mlx5 devlink health recovery callback | Moshe Shemesh | 2 | -3/+13 |
2022-07-28 | net/mlx4: Lock mlx4 devlink reload callback | Moshe Shemesh | 2 | -13/+37 |
2022-07-28 | net/mlx4: Use devl_ API for devlink port register / unregister | Moshe Shemesh | 1 | -4/+12 |
2022-07-28 | net/mlx4: Use devl_ API for devlink region create / destroy | Moshe Shemesh | 2 | -10/+17 |
2022-07-28 | net/mlx5: Lock mlx5 devlink reload callbacks | Moshe Shemesh | 6 | -50/+79 |
2022-07-28 | net/mlx5: Move fw reset unload to mlx5_fw_reset_complete_reload | Moshe Shemesh | 2 | -8/+13 |
2022-07-28 | bnxt_en: implement callbacks for devlink selftests | vikas | 3 | -12/+85 |
2022-07-28 | net/mlx5e: kTLS, Dynamically re-size TX recycling pool | Tariq Toukan | 1 | -26/+289 |
2022-07-28 | net/mlx5e: kTLS, Recycle objects of device-offloaded TLS TX connections | Tariq Toukan | 5 | -47/+199 |
2022-07-28 | net/mlx5e: kTLS, Take stats out of OOO handler | Tariq Toukan | 1 | -16/+11 |
2022-07-28 | net/mlx5e: kTLS, Introduce TLS-specific create TIS | Tariq Toukan | 1 | -5/+9 |
2022-07-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 13 | -101/+137 |
2022-07-28 | net/mlx5e: Move mlx5e_init_l2_addr to en_main | Lama Kayal | 5 | -5/+5 |
2022-07-28 | net/mlx5e: Split en_fs ndo's and move to en_main | Lama Kayal | 3 | -88/+120 |
2022-07-28 | net/mlx5e: Separate mlx5e_set_rx_mode_work and move caller to en_main | Lama Kayal | 5 | -96/+119 |
2022-07-28 | net/mlx5e: Add mdev to flow_steering struct | Lama Kayal | 5 | -38/+42 |
2022-07-28 | net/mlx5e: Report flow steering errors with mdev err report API | Lama Kayal | 1 | -36/+34 |
2022-07-28 | net/mlx5e: Convert mlx5e_flow_steering member of mlx5e_priv to pointer | Lama Kayal | 14 | -264/+298 |
2022-07-28 | net/mlx5e: Allocate VLAN and TC for featured profiles only | Lama Kayal | 3 | -12/+46 |
2022-07-28 | net/mlx5e: Make mlx5e_tc_table private | Lama Kayal | 6 | -32/+59 |
2022-07-28 | net/mlx5e: Convert mlx5e_tc_table member of mlx5e_flow_steering to pointer | Lama Kayal | 4 | -34/+43 |
2022-07-28 | net/mlx5e: TC, Support tc action api for police | Roi Dayan | 5 | -8/+239 |
2022-07-28 | net/mlx5e: TC, Separate get/update/replace meter functions | Roi Dayan | 3 | -27/+112 |
2022-07-28 | net/mlx5e: Add red and green counters for metering | Roi Dayan | 5 | -13/+52 |
2022-07-28 | net/mlx5e: TC, Allocate post meter ft per rule | Roi Dayan | 3 | -20/+31 |
2022-07-28 | net/mlx5: DR, Add support for flow metering ASO | Yevgeny Kliteynik | 6 | -0/+227 |
2022-07-28 | net/mlx5e: Fix wrong use of skb_tcp_all_headers() with encapsulation | Gal Pressman | 1 | -1/+1 |
2022-07-28 | net/mlx5: Fix driver use of uninitialized timeout | Shay Drory | 3 | -10/+4 |
2022-07-28 | net/mlx5: DR, Fix SMFS steering info dump format | Yevgeny Kliteynik | 1 | -5/+8 |
2022-07-28 | net/mlx5: Adjust log_max_qp to be 18 at most | Maher Sanalla | 1 | -1/+1 |
2022-07-28 | net/mlx5e: Modify slow path rules to go to slow fdb | Vlad Buslov | 1 | -6/+17 |