aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/thunder/nicvf_queues.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-2/+2
2021-12-29net: Add includes masked by netdevice.h including uapi/bpf.hJakub Kicinski1-0/+1
2021-04-12net: thunderx: Fix unintentional sign extension issueColin Ian King1-1/+1
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-09-14liquidio: convert tasklets to use new tasklet_setup() APIAllen Pais1-2/+2
2020-06-18net: tso: cache transport header lengthEric Dumazet1-2/+3
2020-03-23net: thunderx: remove set but not used variable 'tail'Zheng zengkai1-2/+1
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2019-03-27thunderx: eliminate extra calls to put_page() for pages held for recyclingDean Nelson1-4/+3
2019-03-27thunderx: enable page recycling for non-XDP caseDean Nelson1-12/+11
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-1/+1
2018-11-23net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queueLorenzo Bianconi1-1/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-02-14Revert "net: thunderx: Add support for xdp redirect"Jesper Dangaard Brouer1-6/+5
2018-01-16net: thunderx: add timestamping supportSunil Goutham1-0/+26
2018-01-05thunderx: setup xdp_rxq_infoJesper Dangaard Brouer1-0/+4
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-12-06net: thunderx: Fix TCP/UDP checksum offload for IPv4 pktsFlorian Westphal1-0/+2
2017-11-30net: thunderx: Add support for xdp redirectSunil Goutham1-5/+6
2017-11-25net: thunderx: Fix TCP/UDP checksum offload for IPv6 pktsSunil Goutham1-1/+0
2017-06-29cavium: thunder: Remove duplicate "netdev->name" logging outputJoe Perches1-5/+3
2017-05-02net: thunderx: Optimize page recycling for XDPSunil Goutham1-7/+50
2017-05-02net: thunderx: Support for XDP header adjustmentSunil Goutham1-1/+8
2017-05-02net: thunderx: Add support for XDP_TXSunil Goutham1-13/+104
2017-05-02net: thunderx: Add support for XDP_DROPSunil Goutham1-21/+56
2017-05-02net: thunderx: Add basic XDP supportSunil Goutham1-10/+5
2017-05-02net: thunderx: Cleanup receive buffer allocationSunil Goutham1-9/+9
2017-05-02net: thunderx: Optimize CQE_TX handlingSunil Goutham1-5/+0
2017-05-02net: thunderx: Optimize RBDR descriptor handlingSunil Goutham1-4/+4
2017-05-02net: thunderx: Support for page recyclingSunil Goutham1-18/+103
2017-04-07net: thunderx: Enable TSO and checksum offloads for ipv6Thanneeru Srinivasulu1-1/+9
2017-03-09net: thunderx: Allow IPv6 frames with zero UDP checksumThanneeru Srinivasulu1-2/+4
2017-03-09net: thunderx: Fix IOMMU translation faultsSunil Goutham1-37/+141
2017-01-25net: thunderx: Support to configure queue sizes from ethtoolSunil Goutham1-3/+16
2016-12-02net: thunderx: Fix transmit queue timeout issueSunil Goutham1-21/+3
2016-11-25net: thunderx: Configure RED and backpressure levelsSunil Goutham1-2/+7
2016-11-16net: thunderx: Fix memory leak and other issues upon interface toggleSunil Goutham1-1/+13
2016-11-16net: thunderx: Fix VF driver's interface statisticsSunil Goutham1-49/+47
2016-11-16net: thunderx: Fix configuration of L3/L4 length checkingSunil Goutham1-2/+5
2016-11-16net: thunderx: Program LMAC credits based on MTUSunil Goutham1-0/+3
2016-09-24net: thunderx: Support for byte queue limitsSunil Goutham1-10/+20
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+57
2016-09-01net: thunderx: Fix for issues with multiple CQEs posted for a TSO packetSunil Goutham1-7/+57
2016-08-13net: thunderx: Reset RXQ HW stats when interface is brought downJerin Jacob1-0/+15
2016-08-13net: thunderx: Use skb_add_rx_frag() for split buffer Rx pktsSunil Goutham1-18/+6
2016-08-13net: thunderx: Enable CQE_RX desc's extension fieldsSunil Goutham1-1/+11
2016-08-13net: thunderx: Set queue count based on number of CPUsSunil Goutham1-4/+4
2016-05-19mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim1-1/+1