Age | Commit message (Expand) | Author |
2022-05-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-05-18 | net/mlx5: fix multiple definitions of mlx5_lag_mpesw_init / mlx5_lag_mpesw_cl... | Jakub Kicinski |
2022-05-17 | net/mlx5: Support multiport eswitch mode | Eli Cohen |
2022-05-17 | net/mlx5: Remove unused argument | Eli Cohen |
2022-05-17 | net/mlx5: Lag, refactor lag state machine | Eli Cohen |
2022-05-17 | net/mlx5e: Add XDP SQs to uplink representors steering tables | Gal Pressman |
2022-05-17 | net/mlx5e: Correct the calculation of max channels for rep | Moshe Tal |
2022-05-17 | net/mlx5e: CT: Add ct driver counters | Saeed Mahameed |
2022-05-17 | net/mlx5e: Allow relaxed ordering over VFs | Aya Levin |
2022-05-17 | net/mlx5e: Support partial GSO for tunnels over vlans | Gal Pressman |
2022-05-17 | net/mlx5e: IPoIB, Improve ethtool rxnfc callback structure in IPoIB | Gal Pressman |
2022-05-17 | net/mlx5e: Allocate virtually contiguous memory for reps structures | Tariq Toukan |
2022-05-17 | net/mlx5e: Allocate virtually contiguous memory for VLANs list | Tariq Toukan |
2022-05-17 | net/mlx5: Allocate virtually contiguous memory in pci_irq.c | Tariq Toukan |
2022-05-17 | net/mlx5: Allocate virtually contiguous memory in vport.c | Tariq Toukan |
2022-05-17 | net/mlx5: Inline db alloc API function | Tariq Toukan |
2022-05-17 | net/mlx5: Add last command failure syndrome to debugfs | Moshe Shemesh |
2022-05-17 | net/mlx5: sparse: error: context imbalance in 'mlx5_vf_get_core_dev' | Saeed Mahameed |
2022-05-17 | net/mlx5: Drain fw_reset when removing device | Shay Drory |
2022-05-17 | net/mlx5e: CT: Fix setting flow_source for smfs ct tuples | Paul Blakey |
2022-05-17 | net/mlx5e: CT: Fix support for GRE tuples | Paul Blakey |
2022-05-17 | net/mlx5e: Remove HW-GRO from reported features | Gal Pressman |
2022-05-17 | net/mlx5e: Properly block HW GRO when XDP is enabled | Maxim Mikityanskiy |
2022-05-17 | net/mlx5e: Properly block LRO when XDP is enabled | Maxim Mikityanskiy |
2022-05-17 | net/mlx5e: Block rx-gro-hw feature in switchdev mode | Aya Levin |
2022-05-17 | net/mlx5e: Wrap mlx5e_trap_napi_poll into rcu_read_lock | Maxim Mikityanskiy |
2022-05-17 | net/mlx5: DR, Ignore modify TTL on RX if device doesn't support it | Yevgeny Kliteynik |
2022-05-17 | net/mlx5: Initialize flow steering during driver probe | Shay Drory |
2022-05-17 | net/mlx5: DR, Fix missing flow_source when creating multi-destination FW table | Maor Dickman |
2022-05-17 | net/mlxbf_gige: use eth_zero_addr() to clear mac address | Lu Wei |
2022-05-16 | mlx5: support BIG TCP packets | Eric Dumazet |
2022-05-16 | mlx4: support BIG TCP packets | Eric Dumazet |
2022-05-16 | net: allow gro_max_size to exceed 65536 | Alexander Duyck |
2022-05-16 | net: allow gso_max_size to exceed 65536 | Alexander Duyck |
2022-05-13 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | Jakub Kicinski |
2022-05-12 | mlxbf_gige: remove driver-managed interrupt counts | David Thompson |
2022-05-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-05-12 | mlxsw: Avoid warning during ip6gre device removal | Amit Cohen |
2022-05-12 | fortify: Provide a memcpy trap door for sharp corners | Kees Cook |
2022-05-09 | net/mlx5: Lag, add debugfs to query hardware lag state | Mark Bloch |
2022-05-09 | net/mlx5: Lag, use buckets in hash mode | Mark Bloch |
2022-05-09 | net/mlx5: Lag, refactor dmesg print | Mark Bloch |
2022-05-09 | net/mlx5: Support devices with more than 2 ports | Mark Bloch |
2022-05-09 | net/mlx5: Lag, use actual number of lag ports | Mark Bloch |
2022-05-09 | net/mlx5: Lag, use hash when in roce lag on 4 ports | Mark Bloch |
2022-05-09 | net/mlx5: Lag, support single FDB only on 2 ports | Mark Bloch |
2022-05-09 | net/mlx5: Lag, store number of ports inside lag object | Mark Bloch |
2022-05-09 | net/mlx5: Lag, filter non compatible devices | Mark Bloch |
2022-05-09 | net/mlx5: Lag, use lag lock | Mark Bloch |
2022-05-09 | net/mlx5: Lag, move E-Switch prerequisite check into lag code | Mark Bloch |