summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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-032-26/+21
| * | 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
* | | Merge branch 'mlxsw-Offloading-GRE-tunnels'David S. Miller2017-09-049-101/+1485
|\ \ \
| * | | mlxsw: spectrum_router: Support GRE tunnelsPetr Machata2017-09-044-0/+207
| * | | mlxsw: spectrum_router: Add loopback accessorsPetr Machata2017-09-042-0/+13
| * | | mlxsw: spectrum: Register for IPIP_DECAP_ERROR trapPetr Machata2017-09-042-0/+2
| * | | mlxsw: spectrum_router: Use existing decap routePetr Machata2017-09-041-4/+76
| * | | mlxsw: spectrum_router: Support IPv4 underlay decapPetr Machata2017-09-043-5/+146
| * | | mlxsw: spectrum_router: Support IPv6 overlay encapPetr Machata2017-09-041-1/+19
| * | | mlxsw: spectrum_router: Support IPv4 overlay encapPetr Machata2017-09-042-1/+257
| * | | mlxsw: spectrum_router: Make nexthops typedPetr Machata2017-09-041-43/+95
| * | | mlxsw: spectrum_router: Extract mlxsw_sp_rt6_is_gateway()Petr Machata2017-09-041-4/+11
| * | | mlxsw: spectrum_router: Extract mlxsw_sp_fi_is_gateway()Petr Machata2017-09-041-4/+10
| * | | mlxsw: spectrum_router: Introduce loopback RIFsPetr Machata2017-09-043-2/+164
| * | | mlxsw: spectrum_router: Support FID-less RIFsPetr Machata2017-09-041-22/+63
| * | | mlxsw: spectrum_router: Add mlxsw_sp_ipip_opsPetr Machata2017-09-044-2/+110
| * | | mlxsw: spectrum_router: Publish mlxsw_sp_l3protoPetr Machata2017-09-042-5/+5
| * | | mlxsw: reg: Give mlxsw_reg_ratr_pack a type parameterPetr Machata2017-09-042-1/+4
| * | | mlxsw: reg: Extract mlxsw_reg_ritr_mac_pack()Petr Machata2017-09-042-5/+9
| * | | mlxsw: reg: Add Routing Tunnel Decap Properties RegisterPetr Machata2017-09-041-0/+129
| * | | mlxsw: reg: Add mlxsw_reg_ralue_act_ip2me_tun_pack()Petr Machata2017-09-041-0/+9
| * | | mlxsw: reg: Move enum mlxsw_reg_ratr_trap_idPetr Machata2017-09-041-5/+5
| * | | mlxsw: reg: Update RATR to support IP-in-IP tunnelsPetr Machata2017-09-041-0/+66
| * | | mlxsw: reg: Update RITR to support loopback devicePetr Machata2017-09-041-0/+88
|/ / /
* | | Merge branch 'mvpp2-improve-the-mac-address-retrieval-logic'David S. Miller2017-09-041-18/+30
|\ \ \
| * | | net: mvpp2: fallback using h/w and random mac if the dt one isn't validAntoine Tenart2017-09-041-11/+12
| * | | net: mvpp2: fix use of the random mac address for PPv2.2Antoine Tenart2017-09-041-7/+9
| * | | net: mvpp2: move the mac retrieval/copy logic into its own functionAntoine Tenart2017-09-041-18/+27
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-09-0496-896/+1443
|\ \ \
| * | | netfilter: rt: account for tcp header size tooFlorian Westphal2017-08-281-1/+2
| * | | netfilter: conntrack: remove unused code in nf_conntrack_proto_generic.cDavide Caratti2017-08-281-12/+0
| * | | netfilter: Remove NFDEBUG()Varsha Rao2017-08-282-7/+1
| * | | netfilter: conntrack: don't log "invalid" icmpv6 connectionsFlorian Westphal2017-08-281-5/+0
| * | | netfilter: core: batch nf_unregister_net_hooks synchronize_net callsFlorian Westphal2017-08-281-3/+56
| * | | netfilter: debug: check for sorted arrayFlorian Westphal2017-08-281-0/+23
| * | | netfilter: convert hook list to an arrayAaron Conole2017-08-289-134/+307