summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
AgeCommit message (Expand)Author
2018-06-01net/mlx5e: RX, Enhance legacy Receive Queue memory schemeTariq Toukan
2018-06-01net/mlx5e: RX, Use cyclic WQ in legacy RQTariq Toukan
2018-06-01net/mlx5e: RX, Split WQ objects for different RQ typesTariq Toukan
2018-06-01net/mlx5e: RX, Dedicate a function for copying SKB headerTariq Toukan
2018-06-01net/mlx5e: RX, Generalise function of SKB frag additionTariq Toukan
2018-06-01net/mlx5e: RX, Generalise name of non-linear SKB head sizeTariq Toukan
2018-05-29Merge tag 'mlx5e-updates-2018-05-25' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-25net/mlx5e: Avoid reset netdev stats on configuration changesEran Ben Elisha
2018-05-25net/mlx5: Use order-0 allocations for all WQ typesTariq Toukan
2018-05-25net/mlx5e: TX, Use actual WQE size for SQ edge fillTariq Toukan
2018-05-25net/mlx5e: Use WQ API functions instead of direct fields accessTariq Toukan
2018-05-24net/mlx5e: When RXFCS is set, add FCS data into checksum calculationEran Ben Elisha
2018-05-14net/mlx5e: Remove MLX5E_TEST_BIT macroGal Pressman
2018-05-14net/mlx5e: Use bool as return type for mlx5e_xdp_handleTariq Toukan
2018-05-14net/mlx5e: Use u8 instead of int for LRO number of segmentsTariq Toukan
2018-04-17xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer
2018-04-17mlx5: use page_pool for xdp_return_frame callJesper Dangaard Brouer
2018-04-17mlx5: basic XDP_REDIRECT forward supportJesper Dangaard Brouer
2018-03-30net/mlx5e: RX, Recycle buffer of UMR WQEsTariq Toukan
2018-03-30net/mlx5e: Keep single pre-initialized UMR WQE per RQTariq Toukan
2018-03-30net/mlx5e: Remove page_ref bulking in Striding RQTariq Toukan
2018-03-30net/mlx5e: Support XDP over Striding RQTariq Toukan
2018-03-30net/mlx5e: Refactor RQ XDP_TX indicationTariq Toukan
2018-03-30net/mlx5e: Use linear SKB in Striding RQTariq Toukan
2018-03-30net/mlx5e: Use inline MTTs in UMR WQEsTariq Toukan
2018-03-30net/mlx5e: Do not busy-wait for UMR completion in Striding RQTariq Toukan
2018-03-30net/mlx5e: Code movements in RX UMR WQE postTariq Toukan
2018-03-30net/mlx5e: Save MTU in channels paramsTariq Toukan
2018-03-27net/mlx5e: Use no-offset function in skb header copyTariq Toukan
2018-03-27net/mlx5e: Separate dma base address and offset in dma_sync callTariq Toukan
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-20net/mlx5e: Fix TCP checksum in LRO buffersGal Pressman
2018-02-15IB/mlx5: Implement fragmented completion queue (CQ)Yonatan Cohen
2018-01-19net/mlx5e: Add likely to the common RX checksum flowGal Pressman
2018-01-09net/mlx5e: IPoIB, Use correct timestamp in child receive flowFeras Daoud
2018-01-08net/mlx5e: Replace WARN_ONCE with netdev_WARN_ONCEGal Pressman
2018-01-05xdp/mlx5: setup xdp_rxq_infoJesper Dangaard Brouer
2017-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-10net/mlx5e: Set page to null in case dma mapping failsInbar Karmy
2017-11-09net/mlx5e: CHECKSUM_COMPLETE offload for VLAN/QinQ packetsGal Pressman
2017-11-09net/mlx5e: Add VLAN offloads statisticsGal Pressman
2017-10-16Merge tag 'mlx5-updates-2017-10-11' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2017-10-14net/mlx5e: IPoIB, Use hash-table to map between QPN to child netdevAlex Vesker
2017-10-14net/mlx5: PTP code migration to driver core sectionFeras Daoud
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-09-28net/mlx5e: Fix calculated checksum offloads countersGal Pressman
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann
2017-09-03net/mlx5e: Don't recycle page if moved to far NUMATariq Toukan
2017-09-03net/mlx5e: Remove unnecessary fields in ICO SQTariq Toukan