summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
AgeCommit message (Expand)Author
2019-02-12net/mlx5e: Force CHECKSUM_UNNECESSARY for short ethernet framesCong Wang
2017-03-30net/mlx5e: Count LRO packets correctlyGal Pressman
2017-03-22net/mlx5e: Fix wrong CQE decompressionTariq Toukan
2017-02-04net/mlx5e: Do not recycle pages from emergency reserveEric Dumazet
2016-12-06net/mlx5e: Change the SQ/RQ operational state to positive logicMohamad Haj Yahia
2016-12-06net/mlx5e: Don't notify HW when filling the edge of ICO SQSaeed Mahameed
2016-09-23net/mlx5: E-Switch, Support VLAN actions in the offloads modeOr Gerlitz
2016-09-23net/mlx5e: Refactor retrival of skb from rx completion element (cqe)Or Gerlitz
2016-09-22net/mlx5e: XDP TX xmit moreSaeed Mahameed
2016-09-22net/mlx5e: XDP TX forwarding supportSaeed Mahameed
2016-09-22net/mlx5e: Have a clear separation between different SQ typesSaeed Mahameed
2016-09-22net/mlx5e: XDP fast RX drop bpf programs supportRana Shahout
2016-09-22net/mlx5e: Union RQ RX info per RQ typeSaeed Mahameed
2016-09-22net/mlx5e: Build RX SKB on demandSaeed Mahameed
2016-09-17net/mlx5e: Implement RX mapped page cache for page recycleTariq Toukan
2016-09-17net/mlx5e: Introduce API for RX mapped pagesTariq Toukan
2016-09-17net/mlx5e: Single flow order-0 pages for Striding RQTariq Toukan
2016-09-08net/mlx5e: Fix parsing of vlan packets when updating lro headerGal Pressman
2016-08-28net/mlx5e: Don't post fragmented MPWQE when RQ is disabledSaeed Mahameed
2016-08-28net/mlx5e: Don't wait for RQ completions on closeSaeed Mahameed
2016-08-28net/mlx5e: Limit UMR length to the device's limitationSaeed Mahameed
2016-07-01net/mlx5e: Handle RQ flush in error casesDaniel Jurgens
2016-06-29net/mlx5e: Reorganize ethtool statisticsGal Pressman
2016-05-19mm: rename _count, field of the struct page, to _refcountJoonsoo Kim
2016-05-11net/mlx5e: Expand WQE stride when CQE compression is enabledTariq Toukan
2016-05-11net/mlx5e: CQE compressionTariq Toukan
2016-04-26net/mlx5e: Fix checksum handling for non-stripped vlan packetsSaeed Mahameed
2016-04-21net/mlx5e: Add ethtool counter for RX buffer allocation failuresTariq Toukan
2016-04-21net/mlx5e: Delay skb->data accessSaeed Mahameed
2016-04-21net/mlx5e: Use napi_alloc_skb for RX SKB allocationsTariq Toukan
2016-04-21net/mlx5e: Add fragmented memory support for RX multi packet WQETariq Toukan
2016-04-21net/mlx5e: Support RX multi-packet WQE (Striding RQ)Tariq Toukan
2016-04-21net/mlx5e: Use function pointers for RX data path handlingTariq Toukan
2016-03-10net/mlx5e: Support offload cls_flower with skbedit mark actionAmir Vadai
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-03-02net/mlx5e: Add rx/tx bytes software countersGal Pressman
2016-03-02net/mlx5e: Remove wrong poll CQ optimizationTariq Toukan
2016-02-24net/mlx5e: Move to checksum completeMatthew Finlay
2016-01-05net/mlx5e: Add HW timestamping (TS) supportEran Ben Elisha
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet
2015-11-18mlx5: support napi_complete_done()Eric Dumazet
2015-11-18mlx5: add busy polling supportEric Dumazet
2015-08-17mlx5e: Fix sparse warnings in mlx5e_handle_csum().David S. Miller
2015-08-17net/mlx5e: Support RX CHECKSUM_COMPLETEAchiad Shochat
2015-08-17net/mlx5e: HW LRO changes/fixesAchiad Shochat
2015-06-24net/mlx5e: Prefetch skb data on RXSaeed Mahameed
2015-06-24net/mlx5e: Pop cq outside mlx5e_get_cqeAchiad Shochat
2015-06-24net/mlx5e: Remove mlx5e_cq.sqrq back-pointerAchiad Shochat
2015-06-11net/mlx5e: Add HW cacheline start paddingSaeed Mahameed
2015-05-30net/mlx5: Ethernet Datapath filesAmir Vadai