aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
AgeCommit message (Expand)Author
2020-07-11net/mlx5e: IPoIB, Drop multicast packets that this interface sentErez Shitrit
2019-12-16net/mlx5e: Fix handling of compressed CQEs in case of low NAPI budgetMaxim Mikityanskiy
2019-07-28net/mlx5e: Rx, Fix checksum calculation for new hardwareSaeed Mahameed
2019-04-23net/mlx5e: RX, Support multiple outstanding UMR postsTariq Toukan
2019-04-09Revert "net/mlx5e: Enable reporting checksum unnecessary also for L3 packets"Or Gerlitz
2019-04-09net/mlx5e: Rx, Check ip headers sanitySaeed Mahameed
2019-04-09net/mlx5e: Rx, Fixup skb checksum for packets with tail paddingSaeed Mahameed
2019-04-09net/mlx5e: XDP, Avoid checksum complete when XDP prog is loadedSaeed Mahameed
2019-03-11net/mlx5e: IPoIB, Fix RX checksum statistics updateFeras Daoud
2019-01-25net/mlx5e: Take CQ decompress fields into a separate structureTariq Toukan
2019-01-25net/mlx5e: RX, Make sure packet header does not cross page boundaryTariq Toukan
2019-01-18net/mlx5e: Force CHECKSUM_UNNECESSARY for short ethernet framesCong Wang
2018-12-20net/mlx5e: XDP, Precede XDP-related operations in RQ poll by a loaded program...Tariq Toukan
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-19net/mlx5e: RX, Fix wrong early return in receive queue pollTariq Toukan
2018-12-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed
2018-12-09net/mlx5: Use helper to get CQE opcodeTariq Toukan
2018-11-30mlx5: fix get_ip_proto()Cong Wang
2018-11-19net/mlx5e: RX, verify received packet size in Linear Striding RQMoshe Shemesh
2018-10-31net/mlx5e: fix csum adjustments caused by RXFCSEric Dumazet
2018-10-25drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-10net/mlx5: WQ, fixes for fragmented WQ buffers APITariq Toukan
2018-10-01net/mlx5e: Allow reporting of checksum unnecessaryOr Gerlitz
2018-10-01net/mlx5e: Enable reporting checksum unnecessary also for L3 packetsOr Gerlitz
2018-09-05net/mlx5e: don't set CHECKSUM_COMPLETE on SCTP packetsAlaa Hleihel
2018-09-05net/mlx5e: Set ECN for received packets using CQE indicationNatali Shechtman
2018-09-02net/mlx5e: IPoIB, Use priv stats in completion rx flowFeras Daoud
2018-07-26net/mlx5e: RX, Prefetch the xdp_frame data areaTariq Toukan
2018-07-26net/mlx5e: Re-order fields of struct mlx5e_xdpsqTariq Toukan
2018-07-26net/mlx5e: Move XDP related code into new XDP filesTariq Toukan
2018-07-26net/mlx5e: Do not recycle RX pages in interface down flowTariq Toukan
2018-07-26net/mlx5e: Replace call to MPWQE free with dealloc in interface down flowTariq Toukan
2018-07-16net/mlx5e: IPsec, fix byte count in CQEBoris Pismenny
2018-07-16net/mlx5e: TLS, add Innova TLS rx data pathBoris Pismenny
2018-06-28net/mlx5e: Add counter for MPWQE filler stridesTariq Toukan
2018-06-28net/mlx5e: Add a counter for congested UMRsTariq Toukan
2018-06-28net/mlx5e: Add XDP_TX completions statisticsTariq Toukan
2018-06-28net/mlx5e: RX, Use existing WQ local variableTariq Toukan
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