Age | Commit message (Expand) | Author | Files | Lines |
2020-10-16 | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 109 | -3525/+7110 |
2020-10-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -1/+4 |
2020-10-15 | Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr... | Linus Torvalds | 1 | -1/+1 |
2020-10-13 | net/mlx5e: IPsec: Add Connect-X IPsec Tx data path offload | Raed Salem | 5 | -29/+202 |
2020-10-13 | net/mlx5e: IPsec: Add TX steering rule per IPsec state | Huy Nguyen | 2 | -4/+176 |
2020-10-13 | net/mlx5: Add NIC TX domain namespace | Huy Nguyen | 3 | -1/+22 |
2020-10-13 | net/mlx5: Fix uininitialized pointer read on pointer attr | Colin Ian King | 1 | -1/+0 |
2020-10-13 | mlx4: handle non-napi callers to napi_poll | Jonathan Lemon | 2 | -1/+4 |
2020-10-09 | net/mlx5: Add support for devlink reload limit no reset | Moshe Shemesh | 1 | -0/+25 |
2020-10-09 | net/mlx5: Add support for fw live patch event | Moshe Shemesh | 3 | -0/+77 |
2020-10-09 | net/mlx5: Add devlink param enable_remote_dev_reset support | Moshe Shemesh | 3 | -0/+52 |
2020-10-09 | net/mlx5: Add support for devlink reload action fw activate | Moshe Shemesh | 3 | -11/+108 |
2020-10-09 | net/mlx5: Handle sync reset abort event | Moshe Shemesh | 1 | -0/+15 |
2020-10-09 | net/mlx5: Handle sync reset now event | Moshe Shemesh | 1 | -0/+119 |
2020-10-09 | net/mlx5: Handle sync reset request event | Moshe Shemesh | 5 | -15/+218 |
2020-10-09 | net/mlx5: Set cap for pci sync for fw update event | Moshe Shemesh | 1 | -0/+3 |
2020-10-09 | net/mlx5: Add functions to set/query MFRL register | Moshe Shemesh | 3 | -1/+65 |
2020-10-09 | devlink: Add devlink reload limit option | Moshe Shemesh | 3 | -3/+9 |
2020-10-09 | devlink: Add reload action option to devlink reload command | Moshe Shemesh | 3 | -7/+17 |
2020-10-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 16 | -137/+377 |
2020-10-02 | net/mlx5e: Fix race condition on nhe->n pointer in neigh update | Vlad Buslov | 2 | -37/+50 |
2020-10-02 | net/mlx5e: Fix VLAN create flow | Aya Levin | 1 | -2/+4 |
2020-10-02 | net/mlx5e: Fix VLAN cleanup flow | Aya Levin | 1 | -2/+6 |
2020-10-02 | net/mlx5e: Fix return status when setting unsupported FEC mode | Aya Levin | 1 | -0/+3 |
2020-10-02 | net/mlx5e: Fix driver's declaration to support GRE offload | Aya Levin | 1 | -1/+18 |
2020-10-02 | net/mlx5e: CT, Fix coverity issue | Maor Dickman | 1 | -1/+3 |
2020-10-02 | net/mlx5e: Add resiliency in Striding RQ mode for packets larger than MTU | Aya Levin | 2 | -5/+58 |
2020-10-02 | net/mlx5e: Fix error path for RQ alloc | Aya Levin | 1 | -15/+17 |
2020-10-02 | net/mlx5: Fix request_irqs error flow | Maor Gottlieb | 1 | -1/+1 |
2020-10-02 | net/mlx5: cmdif, Avoid skipping reclaim pages if FW is not accessible | Saeed Mahameed | 2 | -9/+10 |
2020-10-02 | net/mlx5: Add retry mechanism to the command entry index allocation | Eran Ben Elisha | 1 | -1/+20 |
2020-10-02 | net/mlx5: poll cmd EQ in case of command timeout | Eran Ben Elisha | 3 | -9/+86 |
2020-10-02 | net/mlx5: Avoid possible free of command entry while timeout comp handler | Eran Ben Elisha | 1 | -38/+71 |
2020-10-02 | net/mlx5: Fix a race when moving command interface to polling mode | Eran Ben Elisha | 1 | -0/+2 |
2020-10-01 | net/mlx5e: Fix potential null pointer dereference | Gustavo A. R. Silva | 1 | -4/+6 |
2020-10-01 | net/mlx5e: Fix a use after free on error in mlx5_tc_ct_shared_counter_get() | Dan Carpenter | 1 | -1/+3 |
2020-10-01 | net/mlx5: Fix dereference on pointer attr after null check | Ariel Levkovich | 1 | -2/+4 |
2020-10-01 | net/mlx5: Use dma device access helper | Parav Pandit | 12 | -34/+37 |
2020-10-01 | net/mlx5: E-Switch, Support flow source for local vport | Hamdan Igbaria | 1 | -2/+5 |
2020-10-01 | net/mlx5: E-switch, Move devlink eswitch ports closer to eswitch | Parav Pandit | 6 | -92/+154 |
2020-10-01 | net/mlx5: E-switch, Use helper function to load unload representor | Parav Pandit | 1 | -8/+21 |
2020-10-01 | net/mlx5: E-switch, Add helper to check egress ACL need | Parav Pandit | 2 | -5/+11 |
2020-10-01 | net/mlx5: E-switch, Use PF num in metadata reg c0 | sunils | 1 | -18/+18 |
2020-10-01 | net/mlx5: DR, Add support for rule creation with flow source hint | Hamdan Igbaria | 4 | -22/+26 |
2020-10-01 | net/mlx5: DR, Call ste_builder directly with tag pointer | Yevgeny Kliteynik | 2 | -68/+33 |
2020-10-01 | net/mlx5: DR, Remove unneeded local variable | Yevgeny Kliteynik | 1 | -3/+1 |
2020-10-01 | net/mlx5: DR, Remove unneeded vlan check from L2 builder | Yevgeny Kliteynik | 3 | -30/+13 |
2020-10-01 | net/mlx5: DR, Remove unneeded check from source port builder | Yevgeny Kliteynik | 3 | -33/+21 |
2020-10-01 | net/mlx5: DR, Replace the check for valid STE entry | Yevgeny Kliteynik | 4 | -26/+10 |
2020-09-29 | net: core: introduce struct netdev_nested_priv for nested interface infrastru... | Taehee Yoo | 3 | -17/+28 |