| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-05-22 | net/mlx5e: TC, Fix using eswitch mapping in nic mode | Paul Blakey | 1 | -7/+27 |
| 2023-05-22 | net/mlx5e: Fix SQ wake logic in ptp napi_poll context | Rahul Rameshbabu | 3 | -7/+16 |
| 2023-05-22 | net/mlx5e: Fix deadlock in tc route query code | Vlad Buslov | 3 | -20/+48 |
| 2023-05-22 | net/mlx5: Fix error message when failing to allocate device memory | Roi Dayan | 1 | -1/+1 |
| 2023-05-22 | net/mlx5e: Use correct encap attribute during invalidation | Vlad Buslov | 1 | -1/+3 |
| 2023-05-22 | net/mlx5: DR, Check force-loopback RC QP capability independently from RoCE | Yevgeny Kliteynik | 1 | -1/+3 |
| 2023-05-22 | net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUs | Erez Shitrit | 1 | -1/+2 |
| 2023-05-22 | net/mlx5: Handle pairing of E-switch via uplink un/load APIs | Shay Drory | 3 | -6/+9 |
| 2023-05-22 | net/mlx5: Collect command failures data only for known commands | Shay Drory | 1 | -1/+2 |
| 2023-05-22 | 3c589_cs: Fix an error handling path in tc589_probe() | Christophe JAILLET | 1 | -1/+10 |
| 2023-05-22 | forcedeth: Fix an error handling path in nv_probe() | Christophe JAILLET | 1 | -0/+1 |
| 2023-05-22 | Merge tag 'mlx5-updates-2023-05-19' of git://git.kernel.org/pub/scm/linux/ker... | Jakub Kicinski | 11 | -104/+108 |
| 2023-05-22 | net: phylink: require supported_interfaces to be filled | Russell King (Oracle) | 1 | -15/+11 |
| 2023-05-22 | net: sfp: add support for a couple of copper multi-rate modules | Russell King (Oracle) | 1 | -3/+31 |
| 2023-05-22 | can: esd_usb: Make use of existing kernel macros | Frank Jungclaus | 1 | -19/+21 |
| 2023-05-22 | can: dev: add transceiver capabilities to xilinx_can | Marcel Hellwig | 1 | -0/+19 |
| 2023-05-22 | can: kvaser_usb: Add len8_dlc support | Carsten Schmidt | 3 | -8/+13 |
| 2023-05-22 | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/... | David S. Miller | 12 | -259/+351 |
| 2023-05-22 | net: phy: add helpers for comparing phy IDs | Russell King | 3 | -14/+12 |
| 2023-05-22 | net: altera: tse: remove mac_an_restart() function | Russell King (Oracle) | 1 | -5/+0 |
| 2023-05-22 | net: fec: remove useless fec_enet_reset_skb() | Wei Fang | 1 | -21/+0 |
| 2023-05-22 | net: fec: turn on XDP features | Wei Fang | 1 | -0/+5 |
| 2023-05-19 | net: fix stack overflow when LRO is disabled for virtual interfaces | Taehee Yoo | 2 | -2/+13 |
| 2023-05-19 | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne... | Jakub Kicinski | 3 | -1/+11 |
| 2023-05-19 | net/mlx5e: E-Switch, Initialize E-Switch for eswitch manager | Roi Dayan | 1 | -2/+2 |
| 2023-05-19 | net/mlx5: devlink, Only show PF related devlink warning when needed | Roi Dayan | 1 | -2/+1 |
| 2023-05-19 | net/mlx5: E-Switch, Use metadata matching for RoCE loopback rule | Roi Dayan | 3 | -34/+40 |
| 2023-05-19 | net/mlx5: E-Switch, Use RoCE version 2 for loopback traffic | Roi Dayan | 1 | -2/+2 |
| 2023-05-19 | net/mlx5e: E-Switch, Add a check that log_max_l2_table is valid | Roi Dayan | 2 | -2/+6 |
| 2023-05-19 | net/mlx5e: E-Switch: move debug print of adding mac to correct place | Roi Dayan | 1 | -3/+4 |
| 2023-05-19 | net/mlx5e: E-Switch, Check device is PF when stopping esw offloads | Roi Dayan | 1 | -1/+1 |
| 2023-05-19 | net/mlx5: Remove redundant vport_group_manager cap check | Roi Dayan | 1 | -4/+1 |
| 2023-05-19 | net/mlx5e: E-Switch, Use metadata for vport matching in send-to-vport rules | Roi Dayan | 1 | -19/+43 |
| 2023-05-19 | net/mlx5e: E-Switch, Allow get vport api if esw exists | Roi Dayan | 1 | -1/+1 |
| 2023-05-19 | net/mlx5e: E-Switch, Update when to set other vport context | Roi Dayan | 3 | -3/+6 |
| 2023-05-19 | net/mlx5e: Remove redundant __func__ arg from fs_err() calls | Roi Dayan | 1 | -7/+5 |
| 2023-05-19 | net/mlx5e: E-Switch, Remove flow_source check for metadata matching | Roi Dayan | 1 | -3/+0 |
| 2023-05-19 | net/mlx5: E-Switch, Remove redundant check | Roi Dayan | 1 | -4/+0 |
| 2023-05-19 | net/mlx5: Remove redundant esw multiport validate function | Roi Dayan | 1 | -22/+1 |
| 2023-05-19 | ice: use src VSI instead of src MAC in slow-path | Michal Swiatkowski | 9 | -102/+40 |
| 2023-05-19 | ice: allow matching on meta data | Michal Swiatkowski | 5 | -105/+95 |
| 2023-05-19 | ice: specify field names in ice_prot_ext init | Michal Swiatkowski | 1 | -23/+28 |
| 2023-05-19 | ice: remove redundant Rx field from rule info | Michal Swiatkowski | 4 | -22/+14 |
| 2023-05-19 | ice: define meta data to match in switch | Michal Swiatkowski | 3 | -16/+183 |
| 2023-05-19 | net: arc: Make arc_emac_remove() return void | Uwe Kleine-König | 4 | -10/+7 |
| 2023-05-19 | net: fec: add dma_wmb to ensure correct descriptor values | Shenwei Wang | 1 | -6/+11 |
| 2023-05-19 | octeontx2-pf: Fix TSOv6 offload | Sunil Goutham | 1 | -3/+1 |
| 2023-05-19 | sfc: fix devlink info error handling | Alejandro Lucero | 1 | -50/+45 |
| 2023-05-19 | net/mlx5e: do as little as possible in napi poll when budget is 0 | Jakub Kicinski | 1 | -7/+9 |
| 2023-05-18 | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/... | Jakub Kicinski | 8 | -366/+142 |