summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Place constants on the right side of comparisonsOr Gerlitz2017-08-201-2/+2
* net/mlx5: Add CONFIG_MLX5_ESWITCH KconfigSaeed Mahameed2017-08-071-0/+2
* net/mlx5e: IPSec, Add Innova IPSec offload RX data pathIlan Tayari2017-06-271-0/+41
* net/mlx5: Make get_cqe routine not ethernet-specificIlan Tayari2017-06-271-2/+2
* net/mlx5e: Introduce RX Page-ReuseTariq Toukan2017-06-221-28/+91
* net/mlx5e: Build SKB with exact frag_sizeTariq Toukan2017-06-221-1/+3
* net/mlx5e: IPoIB, Add PTP support to IPoIB device driverFeras Daoud2017-06-191-0/+4
* net/mlx5e: Use hard_mtu as part of the mlx5e_priv structErez Shitrit2017-06-191-5/+1Star
* net/mlx5e: IPoIB, Move to a separate directorySaeed Mahameed2017-06-191-1/+1
* net/mlx5e: IPoIB, handle RX packet correctlyErez Shitrit2017-05-231-1/+7
* net/mlx5e: Use prefetchw when a write is to followTariq Toukan2017-04-301-1/+1
* net/mlx5e: Extendable vport representor netdev private dataSaeed Mahameed2017-04-301-1/+3
* mlx5: fix warning about missing prototypeStephen Hemminger2017-04-221-0/+1
* net/mlx5e: IPoIB, RX handlerSaeed Mahameed2017-04-171-0/+78
* net/mlx5e: Fail safe cqe compressing/moderation mode settingSaeed Mahameed2017-03-271-22/+0Star
* net/mlx5e: Isolate open_channels from priv->paramsSaeed Mahameed2017-03-271-4/+4
* net/mlx5e: Different SQ typesSaeed Mahameed2017-03-251-17/+16Star
* net/mlx5e: Generalize tx helper functions for different SQ typesSaeed Mahameed2017-03-251-5/+5
* net/mlx5e: Optimize XDP frame xmitSaeed Mahameed2017-03-251-31/+10Star
* net/mlx5e: Move XDP SQ instance into RQSaeed Mahameed2017-03-251-7/+11
* net/mlx5e: Move XDP completion functions to rx fileSaeed Mahameed2017-03-251-0/+82
* net/mlx5e: Xmit, no write combiningSaeed Mahameed2017-03-251-2/+2
* net/mlx5e: Count LRO packets correctlyGal Pressman2017-03-221-0/+4
* net/mlx5e: Fix wrong CQE decompressionTariq Toukan2017-02-231-7/+6Star
* net/mlx5e: Update MPWQE stride size when modifying CQE compress stateSaeed Mahameed2017-02-231-0/+1
* net/mlx5e: s390 system compilation fixMohamad Haj Yahia2017-02-231-0/+1
* net/mlx5e: XDP Tx, no inline copy on ConnectX-5Saeed Mahameed2017-02-061-7/+13
* net/mlx5: TX WQE updateSaeed Mahameed2017-02-061-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-0/+3
|\
| * net/mlx5e: Do not recycle pages from emergency reserveEric Dumazet2017-01-201-0/+3
* | bpf: add initial bpf tracepointsDaniel Borkmann2017-01-251-4/+8
* | net/mlx5e: CQE compression control code reuseShaker Daibes2017-01-241-6/+2Star
* | net/mlx5e: Support bpf_xdp_adjust_head()Martin KaFai Lau2017-01-181-18/+29
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-071-4/+4
|\
| * net/mlx5e: Change the SQ/RQ operational state to positive logicMohamad Haj Yahia2016-12-061-3/+3
| * net/mlx5e: Don't notify HW when filling the edge of ICO SQSaeed Mahameed2016-12-061-1/+1
* | bpf, xdp: drop rcu_read_lock from bpf_prog_run_xdp and move to callerDaniel Borkmann2016-12-021-2/+6
* | net/mlx5e: Add CQE compression user controlShaker Daibes2016-11-281-2/+2
|/
* net/mlx5: E-Switch, Support VLAN actions in the offloads modeOr Gerlitz2016-09-231-0/+33
* net/mlx5e: Refactor retrival of skb from rx completion element (cqe)Or Gerlitz2016-09-231-13/+28
* net/mlx5e: XDP TX xmit moreSaeed Mahameed2016-09-221-8/+24
* net/mlx5e: XDP TX forwarding supportSaeed Mahameed2016-09-221-19/+91
* net/mlx5e: Have a clear separation between different SQ typesSaeed Mahameed2016-09-221-4/+4
* net/mlx5e: XDP fast RX drop bpf programs supportRana Shahout2016-09-221-1/+25
* net/mlx5e: Union RQ RX info per RQ typeSaeed Mahameed2016-09-221-5/+5
* net/mlx5e: Build RX SKB on demandSaeed Mahameed2016-09-221-112/+103Star
* net/mlx5e: Implement RX mapped page cache for page recycleTariq Toukan2016-09-171-5/+52
* net/mlx5e: Introduce API for RX mapped pagesTariq Toukan2016-09-171-19/+27
* net/mlx5e: Single flow order-0 pages for Striding RQTariq Toukan2016-09-171-241/+51Star
* net/mlx5e: Fix parsing of vlan packets when updating lro headerGal Pressman2016-09-091-7/+15