Age | Commit message (Expand) | Author | Files | Lines |
2022-02-23 | net/mlx5e: Fix VF min/max rate parameters interchange mistake | Gal Pressman | 1 | -1/+1 |
2022-02-23 | net/mlx5e: Add missing increment of count | Lama Kayal | 1 | -0/+1 |
2022-02-23 | net/mlx5e: MPLSoUDP decap, fix check for unsupported matches | Maor Dickman | 1 | -17/+11 |
2022-02-23 | net/mlx5e: Fix MPLSoUDP encap to use MPLS action information | Maor Dickman | 7 | -3/+32 |
2022-02-23 | net/mlx5e: Add feature check for set fec counters | Lama Kayal | 1 | -3/+3 |
2022-02-23 | net/mlx5e: TC, Skip redundant ct clear actions | Roi Dayan | 2 | -0/+8 |
2022-02-23 | net/mlx5e: TC, Reject rules with forward and drop actions | Roi Dayan | 1 | -0/+6 |
2022-02-23 | net/mlx5e: TC, Reject rules with drop and modify hdr action | Roi Dayan | 1 | -0/+6 |
2022-02-23 | net/mlx5e: kTLS, Use CHECKSUM_UNNECESSARY for device-offloaded packets | Tariq Toukan | 1 | -1/+2 |
2022-02-23 | net/mlx5e: Fix wrong return value on ioctl EEPROM query failure | Gal Pressman | 1 | -1/+1 |
2022-02-23 | net/mlx5: Fix possible deadlock on rule deletion | Maor Gottlieb | 1 | -0/+2 |
2022-02-23 | net/mlx5: Fix tc max supported prio for nic mode | Chris Mi | 1 | -0/+3 |
2022-02-23 | net/mlx5: Fix wrong limitation of metadata match on ecpf | Ariel Levkovich | 1 | -4/+0 |
2022-02-23 | net/mlx5: Update log_max_qp value to be 17 at most | Maher Sanalla | 1 | -1/+1 |
2022-02-23 | net/mlx5: DR, Fix the threshold that defines when pool sync is initiated | Yevgeny Kliteynik | 1 | -4/+7 |
2022-02-23 | net/mlx5: DR, Don't allow match on IP w/o matching on full ethertype/ip_version | Yevgeny Kliteynik | 3 | -17/+45 |
2022-02-23 | net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fte | Yevgeny Kliteynik | 1 | -7/+26 |
2022-02-23 | net/mlx5: DR, Cache STE shadow memory | Yevgeny Kliteynik | 2 | -35/+79 |
2022-02-23 | net/mlx5: Update the list of the PCI supported devices | Meir Lichtinger | 1 | -0/+2 |
2022-02-01 | net/mlx5e: Avoid field-overflowing memcpy() | Kees Cook | 2 | -4/+6 |
2022-02-01 | net/mlx5e: Use struct_group() for memcpy() region | Kees Cook | 1 | -1/+1 |
2022-02-01 | net/mlx5e: Avoid implicit modify hdr for decap drop rule | Roi Dayan | 1 | -1/+2 |
2022-02-01 | net/mlx5e: IPsec: Fix tunnel mode crypto offload for non TCP/UDP traffic | Raed Salem | 1 | -2/+11 |
2022-02-01 | net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP encapsulated traffic | Raed Salem | 1 | -3/+6 |
2022-02-01 | net/mlx5e: Don't treat small ceil values as unlimited in HTB offload | Maxim Mikityanskiy | 1 | -1/+2 |
2022-02-01 | net/mlx5: E-Switch, Fix uninitialized variable modact | Maor Dickman | 1 | -1/+1 |
2022-02-01 | net/mlx5e: Fix handling of wrong devices during bond netevent | Maor Dickman | 1 | -18/+14 |
2022-02-01 | net/mlx5e: Fix broken SKB allocation in HW-GRO | Khalid Manaa | 1 | -9/+17 |
2022-02-01 | net/mlx5e: Fix wrong calculation of header index in HW_GRO | Khalid Manaa | 2 | -2/+7 |
2022-02-01 | net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion | Roi Dayan | 1 | -2/+2 |
2022-02-01 | net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE | Dima Chumak | 1 | -3/+4 |
2022-02-01 | net/mlx5e: TC, Reject rules with forward and drop actions | Roi Dayan | 1 | -0/+6 |
2022-02-01 | net/mlx5: Use del_timer_sync in fw reset flow of halting poll | Maher Sanalla | 1 | -1/+1 |
2022-02-01 | net/mlx5e: Fix module EEPROM query | Gal Pressman | 1 | -4/+5 |
2022-02-01 | net/mlx5e: TC, Reject rules with drop and modify hdr action | Roi Dayan | 1 | -0/+6 |
2022-02-01 | net/mlx5: Bridge, ensure dev_name is null-terminated | Vlad Buslov | 1 | -1/+1 |
2022-02-01 | net/mlx5: Bridge, take rtnl lock in init error handler | Vlad Buslov | 2 | -0/+6 |
2022-01-20 | Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -2/+3 |
2022-01-13 | Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -9/+7 |
2022-01-12 | Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -4/+4 |
2022-01-11 | mlx5: Don't accidentally set RTO_ONLINK before mlx5e_route_lookup_ipv4_get() | Guillaume Nault | 1 | -2/+3 |
2022-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 10 | -65/+165 |
2022-01-09 | net/mlx5e: Fix build error in fec_set_block_stats() | Jakub Kicinski | 1 | -1/+1 |
2022-01-08 | Merge branch 'linus' into irq/core, to fix conflict | Ingo Molnar | 28 | -118/+233 |
2022-01-07 | Merge tag 'mlx5-updates-2022-01-06' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 16 | -228/+672 |
2022-01-06 | mlxsw: spectrum: Extend to support Spectrum-4 ASIC | Amit Cohen | 4 | -1/+98 |
2022-01-06 | mlxsw: spectrum_acl_bloom_filter: Add support for Spectrum-4 calculation | Amit Cohen | 2 | -16/+252 |
2022-01-06 | mlxsw: Add operations structure for bloom filter calculation | Amit Cohen | 4 | -2/+18 |
2022-01-06 | mlxsw: spectrum_acl_bloom_filter: Rename Spectrum-2 specific objects for futu... | Amit Cohen | 1 | -25/+25 |
2022-01-06 | mlxsw: spectrum_acl_bloom_filter: Make mlxsw_sp_acl_bf_key_encode() more flex... | Amit Cohen | 1 | -11/+25 |