summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-17net/mlx5e: IPoIB, RX handlerSaeed Mahameed1-0/+78
2017-03-27net/mlx5e: Fail safe cqe compressing/moderation mode settingSaeed Mahameed1-22/+0
2017-03-27net/mlx5e: Isolate open_channels from priv->paramsSaeed Mahameed1-4/+4
2017-03-24net/mlx5e: Different SQ typesSaeed Mahameed1-17/+16
2017-03-24net/mlx5e: Generalize tx helper functions for different SQ typesSaeed Mahameed1-5/+5
2017-03-24net/mlx5e: Optimize XDP frame xmitSaeed Mahameed1-31/+10
2017-03-24net/mlx5e: Move XDP SQ instance into RQSaeed Mahameed1-7/+11
2017-03-24net/mlx5e: Move XDP completion functions to rx fileSaeed Mahameed1-0/+82
2017-03-24net/mlx5e: Xmit, no write combiningSaeed Mahameed1-2/+2
2017-03-22net/mlx5e: Count LRO packets correctlyGal Pressman1-0/+4
2017-02-23net/mlx5e: Fix wrong CQE decompressionTariq Toukan1-7/+6
2017-02-23net/mlx5e: Update MPWQE stride size when modifying CQE compress stateSaeed Mahameed1-0/+1
2017-02-23net/mlx5e: s390 system compilation fixMohamad Haj Yahia1-0/+1
2017-02-06net/mlx5e: XDP Tx, no inline copy on ConnectX-5Saeed Mahameed1-7/+13
2017-02-06net/mlx5: TX WQE updateSaeed Mahameed1-2/+2
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2017-01-25bpf: add initial bpf tracepointsDaniel Borkmann1-4/+8
2017-01-24net/mlx5e: CQE compression control code reuseShaker Daibes1-6/+2
2017-01-20net/mlx5e: Do not recycle pages from emergency reserveEric Dumazet1-0/+3
2017-01-18net/mlx5e: Support bpf_xdp_adjust_head()Martin KaFai Lau1-18/+29
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2016-12-06net/mlx5e: Change the SQ/RQ operational state to positive logicMohamad Haj Yahia1-3/+3
2016-12-06net/mlx5e: Don't notify HW when filling the edge of ICO SQSaeed Mahameed1-1/+1
2016-12-02bpf, xdp: drop rcu_read_lock from bpf_prog_run_xdp and move to callerDaniel Borkmann1-2/+6
2016-11-28net/mlx5e: Add CQE compression user controlShaker Daibes1-2/+2
2016-09-23net/mlx5: E-Switch, Support VLAN actions in the offloads modeOr Gerlitz1-0/+33
2016-09-23net/mlx5e: Refactor retrival of skb from rx completion element (cqe)Or Gerlitz1-13/+28
2016-09-22net/mlx5e: XDP TX xmit moreSaeed Mahameed1-8/+24
2016-09-22net/mlx5e: XDP TX forwarding supportSaeed Mahameed1-19/+91
2016-09-22net/mlx5e: Have a clear separation between different SQ typesSaeed Mahameed1-4/+4
2016-09-22net/mlx5e: XDP fast RX drop bpf programs supportRana Shahout1-1/+25
2016-09-22net/mlx5e: Union RQ RX info per RQ typeSaeed Mahameed1-5/+5
2016-09-22net/mlx5e: Build RX SKB on demandSaeed Mahameed1-112/+103
2016-09-17net/mlx5e: Implement RX mapped page cache for page recycleTariq Toukan1-5/+52
2016-09-17net/mlx5e: Introduce API for RX mapped pagesTariq Toukan1-19/+27
2016-09-17net/mlx5e: Single flow order-0 pages for Striding RQTariq Toukan1-241/+51
2016-09-08net/mlx5e: Fix parsing of vlan packets when updating lro headerGal Pressman1-7/+15
2016-08-28net/mlx5e: Don't post fragmented MPWQE when RQ is disabledSaeed Mahameed1-0/+6
2016-08-28net/mlx5e: Don't wait for RQ completions on closeSaeed Mahameed1-20/+3
2016-08-28net/mlx5e: Limit UMR length to the device's limitationSaeed Mahameed1-6/+6
2016-07-01net/mlx5e: Handle RQ flush in error casesDaniel Jurgens1-0/+41
2016-06-29net/mlx5e: Reorganize ethtool statisticsGal Pressman1-2/+2
2016-05-19mm: rename _count, field of the struct page, to _refcountJoonsoo Kim1-10/+10
2016-05-11net/mlx5e: Expand WQE stride when CQE compression is enabledTariq Toukan1-19/+20
2016-05-11net/mlx5e: CQE compressionTariq Toukan1-2/+149
2016-04-26net/mlx5e: Fix checksum handling for non-stripped vlan packetsSaeed Mahameed1-5/+15
2016-04-21net/mlx5e: Add ethtool counter for RX buffer allocation failuresTariq Toukan1-2/+9
2016-04-21net/mlx5e: Delay skb->data accessSaeed Mahameed1-4/+3
2016-04-21net/mlx5e: Use napi_alloc_skb for RX SKB allocationsTariq Toukan1-7/+5
2016-04-21net/mlx5e: Add fragmented memory support for RX multi packet WQETariq Toukan1-51/+376