aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qede/qede_fp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-21qede: qede_fp: simplify a bit 'qede_rx_build_skb()'Christophe JAILLET1-2/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-5/+4
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-8/+0
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-2/+2
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-3/+2
2019-02-06qede: Fix system crash on configuring channels.Sudarsana Reddy Kalluru1-0/+13
2018-11-29qede - Add a statistic for a case where driver drops tx packet due to memory allocation failure.Michael Shteinbok1-2/+2
2018-08-09qed/qede: Multi CoS support.Manish Chopra1-9/+20
2018-08-07qede: qede_fp: Mark expected switch fall-throughGustavo A. R. Silva1-0/+2
2018-05-17qede: Add build_skb() support.Manish Chopra1-108/+119
2018-03-29qede: Do not drop rx-checksum invalidated packets.Manish Chopra1-8/+2
2018-03-27qede: Fix barrier usage after tx doorbell write.Manish Chopra1-6/+4
2018-01-05xdp/qede: setup xdp_rxq_info and intro xdp_rxq_info_is_regJesper Dangaard Brouer1-0/+1
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann1-0/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+1
2017-05-24qede: Fix sparse warningsManish Chopra1-11/+14
2017-05-21qede: Honor user request for Tx buffersSudarsana Reddy Kalluru1-9/+9
2017-04-25qede: Disable tunnel offloads for non offloaded UDP portsChopra, Manish1-6/+17
2017-04-07qede: Support XDP adjustment of headersMintz, Yuval1-6/+11
2017-04-07qede: Add support for ingress headroomMintz, Yuval1-10/+13
2017-04-07qede: Correct XDP forward unmappingMintz, Yuval1-8/+9
2017-04-07qede: Update receive statistic once per NAPIMintz, Yuval1-10/+11
2017-02-15qede: Add driver support for PTPSudarsana Reddy Kalluru1-0/+5
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-25bpf: add initial bpf tracepointsDaniel Borkmann1-0/+4
2017-01-01qede: Remove unnecessary datapath dereferenceMintz, Yuval1-1/+1
2017-01-01qede - mark SKB as encapsulatedManish Chopra1-1/+3
2017-01-01qede: Postpone reallocation until NAPI endMintz, Yuval1-4/+19
2017-01-01qede: Break datapath logic into its own fileMintz, Yuval1-0/+1674