summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
AgeCommit message (Expand)Author
2017-03-22net/mlx5e: Count LRO packets correctlyGal Pressman
2017-02-23net/mlx5e: Fix wrong CQE decompressionTariq Toukan
2017-02-23net/mlx5e: Update MPWQE stride size when modifying CQE compress stateSaeed Mahameed
2017-02-23net/mlx5e: s390 system compilation fixMohamad Haj Yahia
2017-02-06net/mlx5e: XDP Tx, no inline copy on ConnectX-5Saeed Mahameed
2017-02-06net/mlx5: TX WQE updateSaeed Mahameed
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-25bpf: add initial bpf tracepointsDaniel Borkmann
2017-01-24net/mlx5e: CQE compression control code reuseShaker Daibes
2017-01-20net/mlx5e: Do not recycle pages from emergency reserveEric Dumazet
2017-01-18net/mlx5e: Support bpf_xdp_adjust_head()Martin KaFai Lau
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-12-02bpf, xdp: drop rcu_read_lock from bpf_prog_run_xdp and move to callerDaniel Borkmann
2016-11-28net/mlx5e: Add CQE compression user controlShaker Daibes
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