Age | Commit message (Expand) | Author | Files | Lines |
2022-05-22 | net/mlx5: fix typo in comment | Julia Lawall | 1 | -1/+1 |
2022-05-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 14 | -123/+246 |
2022-05-19 | net/mlx5: fix multiple definitions of mlx5_lag_mpesw_init / mlx5_lag_mpesw_cl... | Jakub Kicinski | 1 | -2/+2 |
2022-05-18 | net/mlx5: Support multiport eswitch mode | Eli Cohen | 10 | -38/+256 |
2022-05-18 | net/mlx5: Remove unused argument | Eli Cohen | 1 | -3/+1 |
2022-05-18 | net/mlx5: Lag, refactor lag state machine | Eli Cohen | 4 | -68/+93 |
2022-05-18 | net/mlx5e: Add XDP SQs to uplink representors steering tables | Gal Pressman | 1 | -2/+15 |
2022-05-18 | net/mlx5e: Correct the calculation of max channels for rep | Moshe Tal | 3 | -2/+18 |
2022-05-18 | net/mlx5e: CT: Add ct driver counters | Saeed Mahameed | 1 | -4/+48 |
2022-05-18 | net/mlx5e: Allow relaxed ordering over VFs | Aya Levin | 2 | -5/+3 |
2022-05-18 | net/mlx5e: Support partial GSO for tunnels over vlans | Gal Pressman | 1 | -1/+1 |
2022-05-18 | net/mlx5e: IPoIB, Improve ethtool rxnfc callback structure in IPoIB | Gal Pressman | 1 | -4/+10 |
2022-05-18 | net/mlx5e: Allocate virtually contiguous memory for reps structures | Tariq Toukan | 1 | -6/+6 |
2022-05-18 | net/mlx5e: Allocate virtually contiguous memory for VLANs list | Tariq Toukan | 1 | -2/+2 |
2022-05-18 | net/mlx5: Allocate virtually contiguous memory in pci_irq.c | Tariq Toukan | 1 | -4/+4 |
2022-05-18 | net/mlx5: Allocate virtually contiguous memory in vport.c | Tariq Toukan | 1 | -26/+26 |
2022-05-18 | net/mlx5: Inline db alloc API function | Tariq Toukan | 1 | -6/+0 |
2022-05-18 | net/mlx5: Add last command failure syndrome to debugfs | Moshe Shemesh | 2 | -2/+7 |
2022-05-18 | net/mlx5: sparse: error: context imbalance in 'mlx5_vf_get_core_dev' | Saeed Mahameed | 1 | -2/+0 |
2022-05-18 | net/mlx5: Drain fw_reset when removing device | Shay Drory | 3 | -3/+27 |
2022-05-18 | net/mlx5e: CT: Fix setting flow_source for smfs ct tuples | Paul Blakey | 1 | -1/+1 |
2022-05-18 | net/mlx5e: CT: Fix support for GRE tuples | Paul Blakey | 1 | -24/+32 |
2022-05-18 | net/mlx5e: Remove HW-GRO from reported features | Gal Pressman | 1 | -4/+0 |
2022-05-18 | net/mlx5e: Properly block HW GRO when XDP is enabled | Maxim Mikityanskiy | 1 | -0/+12 |
2022-05-18 | net/mlx5e: Properly block LRO when XDP is enabled | Maxim Mikityanskiy | 1 | -0/+7 |
2022-05-18 | net/mlx5e: Block rx-gro-hw feature in switchdev mode | Aya Levin | 1 | -0/+4 |
2022-05-18 | net/mlx5e: Wrap mlx5e_trap_napi_poll into rcu_read_lock | Maxim Mikityanskiy | 1 | -3/+10 |
2022-05-18 | net/mlx5: DR, Ignore modify TTL on RX if device doesn't support it | Yevgeny Kliteynik | 2 | -21/+48 |
2022-05-18 | net/mlx5: Initialize flow steering during driver probe | Shay Drory | 3 | -61/+91 |
2022-05-18 | net/mlx5: DR, Fix missing flow_source when creating multi-destination FW table | Maor Dickman | 5 | -6/+14 |
2022-05-16 | mlx5: support BIG TCP packets | Eric Dumazet | 2 | -23/+89 |
2022-05-16 | net: allow gro_max_size to exceed 65536 | Alexander Duyck | 1 | -1/+1 |
2022-05-16 | net: allow gso_max_size to exceed 65536 | Alexander Duyck | 1 | -1/+1 |
2022-05-13 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | Jakub Kicinski | 1 | -5/+5 |
2022-05-12 | fortify: Provide a memcpy trap door for sharp corners | Kees Cook | 1 | -1/+7 |
2022-05-10 | net/mlx5: Lag, add debugfs to query hardware lag state | Mark Bloch | 4 | -4/+191 |
2022-05-10 | net/mlx5: Lag, use buckets in hash mode | Mark Bloch | 4 | -76/+182 |
2022-05-10 | net/mlx5: Lag, refactor dmesg print | Mark Bloch | 1 | -10/+12 |
2022-05-10 | net/mlx5: Support devices with more than 2 ports | Mark Bloch | 2 | -2/+4 |
2022-05-10 | net/mlx5: Lag, use actual number of lag ports | Mark Bloch | 3 | -149/+216 |
2022-05-10 | net/mlx5: Lag, use hash when in roce lag on 4 ports | Mark Bloch | 1 | -9/+36 |
2022-05-10 | net/mlx5: Lag, support single FDB only on 2 ports | Mark Bloch | 1 | -0/+4 |
2022-05-10 | net/mlx5: Lag, store number of ports inside lag object | Mark Bloch | 2 | -0/+2 |
2022-05-10 | net/mlx5: Lag, filter non compatible devices | Mark Bloch | 3 | -14/+47 |
2022-05-10 | net/mlx5: Lag, use lag lock | Mark Bloch | 4 | -65/+35 |
2022-05-10 | net/mlx5: Lag, move E-Switch prerequisite check into lag code | Mark Bloch | 3 | -16/+9 |
2022-05-10 | net/mlx5: devcom only supports 2 ports | Mark Bloch | 2 | -7/+11 |
2022-05-10 | net/mlx5: Lag, expose number of lag ports | Mark Bloch | 1 | -0/+6 |
2022-05-10 | net/mlx5: Increase FW pre-init timeout for health recovery | Gavin Li | 6 | -13/+20 |
2022-05-10 | net/mlx5: Add exit route when waiting for FW | Gavin Li | 1 | -1/+4 |