Age | Commit message (Expand) | Author | Files | Lines |
2019-11-04 | Merge tag 'mlx5-updates-2019-11-01' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 25 | -359/+393 |
2019-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 21 | -155/+266 |
2019-11-02 | net/mlx5: DR, Support IPv4 and IPv6 mixed matcher | Alex Vesker | 3 | -43/+52 |
2019-11-02 | net/mlx5: LAG, Use affinity type enumerators | Erez Alfasi | 2 | -6/+13 |
2019-11-02 | net/mlx5: LAG, Use port enumerators | Erez Alfasi | 3 | -57/+69 |
2019-11-02 | net/mlx5: rate limit alloc_ent error messages | Li RongQing | 1 | -1/+1 |
2019-11-02 | net/mlx5e: Add ToS (DSCP) header rewrite support | Dmytro Linkin | 1 | -0/+1 |
2019-11-02 | net/mlx5e: Bit sized fields rewrite support | Dmytro Linkin | 1 | -60/+62 |
2019-11-02 | net/mlx5: WQ, Move short getters into header file | Tariq Toukan | 2 | -24/+20 |
2019-11-02 | net/mlx5e: TX, Dump WQs wqe descriptors on CQE with error events | Saeed Mahameed | 3 | -0/+25 |
2019-11-02 | net/mlx5: Support lockless FTE read lookups | Parav Pandit | 2 | -15/+56 |
2019-11-02 | net/mlx5: Do not hold group lock while allocating FTE in software | Parav Pandit | 1 | -9/+10 |
2019-11-02 | net/mlx5e: Verify that rule has at least one fwd/drop action | Vlad Buslov | 1 | -0/+6 |
2019-11-02 | net/mlx5: Clear VF's configuration on disabling SRIOV | Aya Levin | 4 | -10/+21 |
2019-11-02 | net/mlx5: Remove unneeded variable in mlx5_unload_one | zhong jiang | 1 | -3/+1 |
2019-11-02 | net/mlx5: FPGA, support network cards with standalone FPGA | Igor Leshenko | 2 | -25/+46 |
2019-11-02 | net/mlx5: DR, Replace CRC32 implementation to use kernel lib | Hamdan Igbaria | 5 | -106/+10 |
2019-10-30 | net/mlx5e: Initialize on stack link modes bitmap | Aya Levin | 1 | -1/+1 |
2019-10-30 | net/mlx5e: Fix ethtool self test: link speed | Aya Levin | 1 | -12/+3 |
2019-10-30 | net/mlx5e: Fix handling of compressed CQEs in case of low NAPI budget | Maxim Mikityanskiy | 1 | -1/+4 |
2019-10-30 | net/mlx5e: Don't store direct pointer to action's tunnel info | Vlad Buslov | 1 | -7/+27 |
2019-10-30 | net/mlx5: Fix NULL pointer dereference in extended destination | Eli Britstein | 1 | -1/+2 |
2019-10-30 | net/mlx5: Fix rtable reference leak | Parav Pandit | 1 | -3/+9 |
2019-10-30 | net/mlx5e: Only skip encap flows update when encap init failed | Vlad Buslov | 1 | -2/+2 |
2019-10-30 | net/mlx5e: Replace kfree with kvfree when free vhca stats | Maor Gottlieb | 1 | -2/+2 |
2019-10-30 | net/mlx5e: Remove incorrect match criteria assignment line | Dmytro Linkin | 1 | -1/+0 |
2019-10-30 | net/mlx5e: Determine source port properly for vlan push action | Dmytro Linkin | 1 | -6/+16 |
2019-10-28 | net: Fix misspellings of "configure" and "configuration" | Geert Uytterhoeven | 1 | -1/+1 |
2019-10-25 | net: remove unnecessary variables and callback | Taehee Yoo | 1 | -1/+1 |
2019-10-21 | Merge tag 'mlx5-fixes-2019-10-18' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller | 11 | -118/+199 |
2019-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -13/+5 |
2019-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 1 | -6/+4 |
2019-10-18 | net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dump | Navid Emamdoost | 1 | -1/+1 |
2019-10-18 | net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cq | Navid Emamdoost | 1 | -1/+3 |
2019-10-18 | net/mlx5e: TX, Fix consumer index of error cqe dump | Tariq Toukan | 1 | -1/+4 |
2019-10-18 | net/mlx5e: kTLS, Enhance TX resync flow | Tariq Toukan | 3 | -33/+51 |
2019-10-18 | net/mlx5e: kTLS, Save a copy of the crypto info | Tariq Toukan | 3 | -8/+4 |
2019-10-18 | net/mlx5e: kTLS, Remove unneeded cipher type checks | Tariq Toukan | 1 | -6/+0 |
2019-10-18 | net/mlx5e: kTLS, Limit DUMP wqe size | Tariq Toukan | 5 | -12/+52 |
2019-10-18 | net/mlx5e: kTLS, Fix missing SQ edge fill | Tariq Toukan | 1 | -8/+20 |
2019-10-18 | net/mlx5e: kTLS, Fix page refcnt leak in TX resync error flow | Tariq Toukan | 1 | -2/+5 |
2019-10-18 | net/mlx5e: kTLS, Save by-value copy of the record frags | Tariq Toukan | 1 | -4/+4 |
2019-10-18 | net/mlx5e: kTLS, Save only the frag page to release at completion | Tariq Toukan | 2 | -15/+14 |
2019-10-18 | net/mlx5e: kTLS, Size of a Dump WQE is fixed | Tariq Toukan | 3 | -16/+12 |
2019-10-18 | net/mlx5e: kTLS, Release reference on DUMPed fragments in shutdown flow | Tariq Toukan | 3 | -16/+30 |
2019-10-18 | net/mlx5e: Tx, Zero-memset WQE info struct upon update | Tariq Toukan | 1 | -1/+1 |
2019-10-18 | net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup flow | Tariq Toukan | 2 | -3/+7 |
2019-10-12 | devlink: propagate extack down to health reporter ops | Jiri Pirko | 3 | -8/+16 |
2019-10-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -7/+1 |
2019-10-09 | net/mlx5: DR, Allow insertion of duplicate rules | Alex Vesker | 1 | -6/+4 |