Age | Commit message (Expand) | Author | Files | Lines |
2017-05-01 | mlxsw: spectrum_router: Simplify VRF enslavement | Ido Schimmel | 3 | -131/+63 |
2017-04-30 | net/mlx5: E-Switch, Avoid redundant memory allocation | Eli Cohen | 2 | -19/+10 |
2017-04-30 | net/mlx5e: Disable HW LRO when PCI is slower than link on striding RQ | Eran Ben Elisha | 1 | -7/+14 |
2017-04-30 | net/mlx5e: Use u8 as ownership type in mlx5e_get_cqe() | Tariq Toukan | 1 | -2/+2 |
2017-04-30 | net/mlx5e: Use prefetchw when a write is to follow | Tariq Toukan | 1 | -1/+1 |
2017-04-30 | net/mlx5e: Optimize poll ICOSQ completion queue | Tariq Toukan | 1 | -29/+33 |
2017-04-30 | net/mlx5e: Act on delay probe time updates | Hadar Hen Zion | 1 | -0/+39 |
2017-04-30 | net/mlx5e: Update neighbour 'used' state using HW flow rules counters | Hadar Hen Zion | 6 | -2/+151 |
2017-04-30 | net/mlx5e: Add support to neighbour update flow | Hadar Hen Zion | 5 | -43/+434 |
2017-04-30 | net/mlx5e: Add neighbour hash table to the representors | Hadar Hen Zion | 2 | -8/+129 |
2017-04-30 | net/mlx5e: Read neigh parameters with proper locking | Hadar Hen Zion | 1 | -6/+14 |
2017-04-30 | net/mlx5e: Use flag to properly monitor a flow rule offloading state | Hadar Hen Zion | 1 | -1/+7 |
2017-04-30 | net/mlx5e: Remove output device parameter from create encap header helpers de... | Hadar Hen Zion | 1 | -15/+14 |
2017-04-30 | net/mlx5e: Move the encap entry structure from the eswitch header | Or Gerlitz | 3 | -19/+18 |
2017-04-30 | net/mlx5: Remove encap entry pointer from the eswitch flow attributes | Or Gerlitz | 3 | -15/+18 |
2017-04-30 | net/mlx5e: Extendable vport representor netdev private data | Saeed Mahameed | 6 | -130/+224 |
2017-04-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 7 | -55/+78 |
2017-04-24 | Merge tag 'mlx5-fixes-2017-04-22' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller | 6 | -53/+76 |
2017-04-24 | net/mlx5e: Fix race in mlx5e_sw_stats and mlx5e_vport_stats | Martin KaFai Lau | 1 | -2/+2 |
2017-04-22 | net/mlx5e: Fix ETHTOOL_GRXCLSRLALL handling | Ilan Tayari | 1 | -0/+1 |
2017-04-22 | net/mlx5e: Fix small packet threshold | Eugenia Emantayev | 1 | -1/+1 |
2017-04-22 | net/mlx5: Fix UAR memory leak | Maor Gottlieb | 1 | -0/+1 |
2017-04-22 | net/mlx5e: Make sure the FW max encap size is enough for ipv6 tunnels | Or Gerlitz | 1 | -19/+23 |
2017-04-22 | net/mlx5e: Make sure the FW max encap size is enough for ipv4 tunnels | Or Gerlitz | 1 | -19/+23 |
2017-04-22 | net/mlx5: E-Switch, Correctly deal with inline mode on ConnectX-5 | Or Gerlitz | 2 | -13/+26 |
2017-04-22 | net/mlx5: Fix driver load bad flow when having fw initializing timeout | Mohamad Haj Yahia | 1 | -1/+1 |
2017-04-22 | mlx5: fix warning about missing prototype | Stephen Hemminger | 2 | -0/+2 |
2017-04-22 | mlx5: hide unused functions | Stephen Hemminger | 1 | -11/+13 |
2017-04-22 | net/mlx5: E-Switch, Add control for encapsulation | Roi Dayan | 4 | -2/+71 |
2017-04-22 | net/mlx5: E-Switch, Refactor fast path FDB table creation in switchdev mode | Or Gerlitz | 1 | -20/+49 |
2017-04-20 | net/mlx5e: IPoIB, Fix error handling in mlx5_rdma_netdev_alloc() | Dan Carpenter | 1 | -2/+3 |
2017-04-20 | mlxsw: spectrum: Add FID miss trap | Jiri Pirko | 2 | -0/+2 |
2017-04-20 | mlxsw: spectrum: Allow ports to work under OVS master | Jiri Pirko | 2 | -2/+64 |
2017-04-20 | mlxsw: spectrum: Teach mlxsw_sp_port_vlan_set to accept any vlan range | Jiri Pirko | 2 | -29/+29 |
2017-04-20 | mlxsw: spectrum_flower: Set dummy FID before forward action | Jiri Pirko | 1 | -0/+5 |
2017-04-20 | mlxsw: spectrum: Add dummy FID initialization | Jiri Pirko | 2 | -1/+24 |
2017-04-20 | mlxsw: spectrum: Implement action to set FID | Jiri Pirko | 4 | -0/+55 |
2017-04-20 | mlxsw: spectrum: Fix indent in mlxsw_sp_netdevice_port_upper_event | Jiri Pirko | 1 | -2/+2 |
2017-04-20 | net/mlx4: suppress 'may be used uninitialized' warning | Greg Thelen | 1 | -1/+1 |
2017-04-17 | net/mlx5e: E-switch vport manager is valid for ethernet only | Saeed Mahameed | 1 | -2/+8 |
2017-04-17 | net/mlx5e: IPoIB, RX handler | Saeed Mahameed | 3 | -0/+81 |
2017-04-17 | net/mlx5e: RX handlers per netdev profile | Saeed Mahameed | 3 | -13/+24 |
2017-04-17 | net/mlx5e: IPoIB, Xmit flow | Saeed Mahameed | 3 | -0/+100 |
2017-04-17 | net/mlx5e: Xmit flow break down | Saeed Mahameed | 3 | -89/+119 |
2017-04-17 | net/mlx5e: IPoIB, Underlay QP | Saeed Mahameed | 1 | -2/+124 |
2017-04-17 | net/mlx5e: IPoIB, Basic netdev ndos open/close | Saeed Mahameed | 3 | -3/+93 |
2017-04-17 | net/mlx5e: IPoIB, TX TIS creation | Saeed Mahameed | 3 | -10/+26 |
2017-04-17 | net/mlx5e: IPoIB, RSS flow steering tables | Saeed Mahameed | 3 | -3/+54 |
2017-04-17 | net/mlx5e: IPoIB, RX steering RSS RQTs and TIRs | Saeed Mahameed | 4 | -44/+83 |
2017-04-17 | net/mlx5e: IPoIB, Add netdevice profile skeleton | Saeed Mahameed | 6 | -9/+249 |