summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-061-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/+103
* 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/+51
* net/mlx5e: Fix parsing of vlan packets when updating lro headerGal Pressman2016-09-081-7/+15
* net/mlx5e: Don't post fragmented MPWQE when RQ is disabledSaeed Mahameed2016-08-281-0/+6
* net/mlx5e: Don't wait for RQ completions on closeSaeed Mahameed2016-08-281-20/+3
* net/mlx5e: Limit UMR length to the device's limitationSaeed Mahameed2016-08-281-6/+6
* net/mlx5e: Handle RQ flush in error casesDaniel Jurgens2016-07-011-0/+41
* net/mlx5e: Reorganize ethtool statisticsGal Pressman2016-06-291-2/+2
* mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2016-05-191-10/+10
* net/mlx5e: Expand WQE stride when CQE compression is enabledTariq Toukan2016-05-111-19/+20
* net/mlx5e: CQE compressionTariq Toukan2016-05-111-2/+149
* net/mlx5e: Fix checksum handling for non-stripped vlan packetsSaeed Mahameed2016-04-261-5/+15
* net/mlx5e: Add ethtool counter for RX buffer allocation failuresTariq Toukan2016-04-211-2/+9
* net/mlx5e: Delay skb->data accessSaeed Mahameed2016-04-211-4/+3
* net/mlx5e: Use napi_alloc_skb for RX SKB allocationsTariq Toukan2016-04-211-7/+5
* net/mlx5e: Add fragmented memory support for RX multi packet WQETariq Toukan2016-04-211-51/+376
* net/mlx5e: Support RX multi-packet WQE (Striding RQ)Tariq Toukan2016-04-211-10/+143
* net/mlx5e: Use function pointers for RX data path handlingTariq Toukan2016-04-211-35/+39
* net/mlx5e: Support offload cls_flower with skbedit mark actionAmir Vadai2016-03-101-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-7/+1
|\
| * net/mlx5e: Add rx/tx bytes software countersGal Pressman2016-03-021-0/+1
| * net/mlx5e: Remove wrong poll CQ optimizationTariq Toukan2016-03-021-7/+0
* | net/mlx5e: Move to checksum completeMatthew Finlay2016-02-241-4/+5
|/
* net/mlx5e: Add HW timestamping (TS) supportEran Ben Elisha2016-01-051-0/+9
* net: move skb_mark_napi_id() into core networking stackEric Dumazet2015-11-181-1/+0
* mlx5: support napi_complete_done()Eric Dumazet2015-11-181-8/+6
* mlx5: add busy polling supportEric Dumazet2015-11-181-0/+2
* mlx5e: Fix sparse warnings in mlx5e_handle_csum().David S. Miller2015-08-171-1/+1
* net/mlx5e: Support RX CHECKSUM_COMPLETEAchiad Shochat2015-08-171-9/+33
* net/mlx5e: HW LRO changes/fixesAchiad Shochat2015-08-171-1/+3
* net/mlx5e: Prefetch skb data on RXSaeed Mahameed2015-06-241-0/+1
* net/mlx5e: Pop cq outside mlx5e_get_cqeAchiad Shochat2015-06-241-0/+2
* net/mlx5e: Remove mlx5e_cq.sqrq back-pointerAchiad Shochat2015-06-241-1/+1
* net/mlx5e: Add HW cacheline start paddingSaeed Mahameed2015-06-111-5/+5
* net/mlx5: Ethernet Datapath filesAmir Vadai2015-05-301-0/+249
OpenPOWER on IntegriCloud