Age | Commit message (Expand) | Author | Files | Lines |
2017-09-03 | nfp: flower: base lifetime of representors on existence of lower vNIC | Jakub Kicinski | 1 | -23/+43 |
2017-09-03 | nfp: separate app vNIC init/clean from alloc/free | Jakub Kicinski | 9 | -27/+73 |
2017-09-03 | Merge tag 'mlx5-updates-2017-09-03' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 7 | -227/+215 |
2017-09-03 | mlxsw: spectrum_router: Support GRE tunnels | Petr Machata | 4 | -0/+207 |
2017-09-03 | mlxsw: spectrum_router: Add loopback accessors | Petr Machata | 2 | -0/+13 |
2017-09-03 | mlxsw: spectrum: Register for IPIP_DECAP_ERROR trap | Petr Machata | 2 | -0/+2 |
2017-09-03 | mlxsw: spectrum_router: Use existing decap route | Petr Machata | 1 | -4/+76 |
2017-09-03 | mlxsw: spectrum_router: Support IPv4 underlay decap | Petr Machata | 3 | -5/+146 |
2017-09-03 | mlxsw: spectrum_router: Support IPv6 overlay encap | Petr Machata | 1 | -1/+19 |
2017-09-03 | mlxsw: spectrum_router: Support IPv4 overlay encap | Petr Machata | 2 | -1/+257 |
2017-09-03 | mlxsw: spectrum_router: Make nexthops typed | Petr Machata | 1 | -43/+95 |
2017-09-03 | mlxsw: spectrum_router: Extract mlxsw_sp_rt6_is_gateway() | Petr Machata | 1 | -4/+11 |
2017-09-03 | mlxsw: spectrum_router: Extract mlxsw_sp_fi_is_gateway() | Petr Machata | 1 | -4/+10 |
2017-09-03 | mlxsw: spectrum_router: Introduce loopback RIFs | Petr Machata | 3 | -2/+164 |
2017-09-03 | mlxsw: spectrum_router: Support FID-less RIFs | Petr Machata | 1 | -22/+63 |
2017-09-03 | mlxsw: spectrum_router: Add mlxsw_sp_ipip_ops | Petr Machata | 4 | -2/+110 |
2017-09-03 | mlxsw: spectrum_router: Publish mlxsw_sp_l3proto | Petr Machata | 2 | -5/+5 |
2017-09-03 | mlxsw: reg: Give mlxsw_reg_ratr_pack a type parameter | Petr Machata | 2 | -1/+4 |
2017-09-03 | mlxsw: reg: Extract mlxsw_reg_ritr_mac_pack() | Petr Machata | 2 | -5/+9 |
2017-09-03 | mlxsw: reg: Add Routing Tunnel Decap Properties Register | Petr Machata | 1 | -0/+129 |
2017-09-03 | mlxsw: reg: Add mlxsw_reg_ralue_act_ip2me_tun_pack() | Petr Machata | 1 | -0/+9 |
2017-09-03 | mlxsw: reg: Move enum mlxsw_reg_ratr_trap_id | Petr Machata | 1 | -5/+5 |
2017-09-03 | mlxsw: reg: Update RATR to support IP-in-IP tunnels | Petr Machata | 1 | -0/+66 |
2017-09-03 | mlxsw: reg: Update RITR to support loopback device | Petr Machata | 1 | -0/+88 |
2017-09-03 | net: dsa: loop: Do not unregister invalid fixed PHY | Florian Fainelli | 1 | -1/+1 |
2017-09-03 | net: mvpp2: fallback using h/w and random mac if the dt one isn't valid | Antoine Tenart | 1 | -11/+12 |
2017-09-03 | net: mvpp2: fix use of the random mac address for PPv2.2 | Antoine Tenart | 1 | -7/+9 |
2017-09-03 | net: mvpp2: move the mac retrieval/copy logic into its own function | Antoine Tenart | 1 | -18/+27 |
2017-09-03 | Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 23 | -165/+395 |
2017-09-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 1 | -1/+1 |
2017-09-03 | net/mlx4_core: fix incorrect size allocation for dev->caps.spec_qps | Colin Ian King | 1 | -2/+3 |
2017-09-03 | net/mlx4_core: fix memory leaks on error exit path | Colin Ian King | 1 | -1/+2 |
2017-09-03 | net/mlx5e: Distribute RSS table among all RX rings | Tariq Toukan | 3 | -17/+4 |
2017-09-03 | net/mlx5e: Stop NAPI when irq balancer changes affinity | Tariq Toukan | 3 | -2/+26 |
2017-09-03 | net/mlx5e: Use kernel's mechanism to avoid missing NAPIs | Tariq Toukan | 3 | -15/+1 |
2017-09-03 | net/mlx5e: Slightly increase RX page-cache size | Tariq Toukan | 1 | -1/+1 |
2017-09-03 | net/mlx5e: Don't recycle page if moved to far NUMA | Tariq Toukan | 3 | -2/+9 |
2017-09-03 | net/mlx5e: Remove unnecessary fields in ICO SQ | Tariq Toukan | 3 | -26/+2 |
2017-09-03 | net/mlx5e: Type-specific optimizations for RX post WQEs function | Tariq Toukan | 4 | -87/+92 |
2017-09-03 | net/mlx5e: Non-atomic RQ state indicator for UMR WQE in progress | Tariq Toukan | 3 | -7/+8 |
2017-09-03 | net/mlx5e: Non-atomic indicator for ring enabled state | Tariq Toukan | 5 | -8/+10 |
2017-09-03 | net/mlx5e: Refactor data-path lro header function | Tariq Toukan | 1 | -25/+20 |
2017-09-03 | net/mlx5e: Early-return on empty completion queues | Tariq Toukan | 2 | -24/+32 |
2017-09-03 | net/mlx5e: NAPI busy-poll when UMR post is in progress | Tariq Toukan | 1 | -5/+4 |
2017-09-03 | net/mlx5e: Small enhancements for RX MPWQE allocation and free | Tariq Toukan | 2 | -12/+12 |
2017-09-03 | net/mlx5e: Use memset to init skbs_frags array to zeros | Tariq Toukan | 1 | -1/+1 |
2017-09-03 | net/mlx5e: Remove unnecessary wqe_sz field from RQ buffer | Tariq Toukan | 2 | -6/+3 |
2017-09-03 | net/mlx5e: Replace multiplication by stride size with a shift | Tariq Toukan | 3 | -5/+5 |
2017-09-03 | net/mlx5e: Reorganize struct mlx5e_rq | Tariq Toukan | 3 | -19/+20 |
2017-09-01 | hv_netvsc: Fix the channel limit in netvsc_set_rxfh() | Haiyang Zhang | 1 | -1/+1 |