summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* nfp: flower: restore RTNL locking around representor updatesJakub Kicinski2017-09-031-2/+4
* nfp: build the flower offload by defaultJakub Kicinski2017-09-031-0/+1
* nfp: be drop monitor friendlyJakub Kicinski2017-09-032-1/+4
* nfp: move the start/stop app callbacks backJakub Kicinski2017-09-031-15/+11
* nfp: flower: base lifetime of representors on existence of lower vNICJakub Kicinski2017-09-031-23/+43
* nfp: separate app vNIC init/clean from alloc/freeJakub Kicinski2017-09-039-27/+73
* Merge tag 'mlx5-updates-2017-09-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-09-037-227/+215
|\
| * net/mlx5e: Distribute RSS table among all RX ringsTariq Toukan2017-09-033-17/+4
| * net/mlx5e: Stop NAPI when irq balancer changes affinityTariq Toukan2017-09-033-2/+26
| * net/mlx5e: Use kernel's mechanism to avoid missing NAPIsTariq Toukan2017-09-033-15/+1
| * net/mlx5e: Slightly increase RX page-cache sizeTariq Toukan2017-09-031-1/+1
| * net/mlx5e: Don't recycle page if moved to far NUMATariq Toukan2017-09-033-2/+9
| * net/mlx5e: Remove unnecessary fields in ICO SQTariq Toukan2017-09-033-26/+2
| * net/mlx5e: Type-specific optimizations for RX post WQEs functionTariq Toukan2017-09-034-87/+92
| * net/mlx5e: Non-atomic RQ state indicator for UMR WQE in progressTariq Toukan2017-09-033-7/+8
| * net/mlx5e: Non-atomic indicator for ring enabled stateTariq Toukan2017-09-035-8/+10
| * net/mlx5e: Refactor data-path lro header functionTariq Toukan2017-09-031-25/+20
| * net/mlx5e: Early-return on empty completion queuesTariq Toukan2017-09-032-24/+32
| * net/mlx5e: NAPI busy-poll when UMR post is in progressTariq Toukan2017-09-031-5/+4
| * net/mlx5e: Small enhancements for RX MPWQE allocation and freeTariq Toukan2017-09-032-12/+12
| * net/mlx5e: Use memset to init skbs_frags array to zerosTariq Toukan2017-09-031-1/+1
| * net/mlx5e: Remove unnecessary wqe_sz field from RQ bufferTariq Toukan2017-09-032-6/+3
| * net/mlx5e: Replace multiplication by stride size with a shiftTariq Toukan2017-09-033-5/+5
| * net/mlx5e: Reorganize struct mlx5e_rqTariq Toukan2017-09-033-19/+20
* | mlxsw: spectrum_router: Support GRE tunnelsPetr Machata2017-09-034-0/+207
* | mlxsw: spectrum_router: Add loopback accessorsPetr Machata2017-09-032-0/+13
* | mlxsw: spectrum: Register for IPIP_DECAP_ERROR trapPetr Machata2017-09-032-0/+2
* | mlxsw: spectrum_router: Use existing decap routePetr Machata2017-09-031-4/+76
* | mlxsw: spectrum_router: Support IPv4 underlay decapPetr Machata2017-09-033-5/+146
* | mlxsw: spectrum_router: Support IPv6 overlay encapPetr Machata2017-09-031-1/+19
* | mlxsw: spectrum_router: Support IPv4 overlay encapPetr Machata2017-09-032-1/+257
* | mlxsw: spectrum_router: Make nexthops typedPetr Machata2017-09-031-43/+95
* | mlxsw: spectrum_router: Extract mlxsw_sp_rt6_is_gateway()Petr Machata2017-09-031-4/+11
* | mlxsw: spectrum_router: Extract mlxsw_sp_fi_is_gateway()Petr Machata2017-09-031-4/+10
* | mlxsw: spectrum_router: Introduce loopback RIFsPetr Machata2017-09-033-2/+164
* | mlxsw: spectrum_router: Support FID-less RIFsPetr Machata2017-09-031-22/+63
* | mlxsw: spectrum_router: Add mlxsw_sp_ipip_opsPetr Machata2017-09-034-2/+110
* | mlxsw: spectrum_router: Publish mlxsw_sp_l3protoPetr Machata2017-09-032-5/+5
* | mlxsw: reg: Give mlxsw_reg_ratr_pack a type parameterPetr Machata2017-09-032-1/+4
* | mlxsw: reg: Extract mlxsw_reg_ritr_mac_pack()Petr Machata2017-09-032-5/+9
* | mlxsw: reg: Add Routing Tunnel Decap Properties RegisterPetr Machata2017-09-031-0/+129
* | mlxsw: reg: Add mlxsw_reg_ralue_act_ip2me_tun_pack()Petr Machata2017-09-031-0/+9
* | mlxsw: reg: Move enum mlxsw_reg_ratr_trap_idPetr Machata2017-09-031-5/+5
* | mlxsw: reg: Update RATR to support IP-in-IP tunnelsPetr Machata2017-09-031-0/+66
* | mlxsw: reg: Update RITR to support loopback devicePetr Machata2017-09-031-0/+88
* | net: mvpp2: fallback using h/w and random mac if the dt one isn't validAntoine Tenart2017-09-031-11/+12
* | net: mvpp2: fix use of the random mac address for PPv2.2Antoine Tenart2017-09-031-7/+9
* | net: mvpp2: move the mac retrieval/copy logic into its own functionAntoine Tenart2017-09-031-18/+27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-09-031-1/+1
|\ \
| * | netfilter: nf_hook_ops structs can be constFlorian Westphal2017-07-311-1/+1