summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/thunder/nicvf_queues.c
Commit message (Expand)AuthorAgeFilesLines
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-2/+2
* net: Add includes masked by netdevice.h including uapi/bpf.hJakub Kicinski2021-12-291-0/+1
* net: thunderx: Fix unintentional sign extension issueColin Ian King2021-04-121-1/+1
* xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-011-1/+1
* liquidio: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-141-2/+2
* net: tso: cache transport header lengthEric Dumazet2020-06-181-2/+3
* net: thunderx: remove set but not used variable 'tail'Zheng zengkai2020-03-231-2/+1
* net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-4/+1
* thunderx: eliminate extra calls to put_page() for pages held for recyclingDean Nelson2019-03-271-4/+3
* thunderx: enable page recycling for non-XDP caseDean Nelson2019-03-271-12/+11
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-1/+1
* net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queueLorenzo Bianconi2018-11-231-1/+3
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* Revert "net: thunderx: Add support for xdp redirect"Jesper Dangaard Brouer2018-02-141-6/+5
* net: thunderx: add timestamping supportSunil Goutham2018-01-161-0/+26
* thunderx: setup xdp_rxq_infoJesper Dangaard Brouer2018-01-051-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-091-0/+2
|\
| * net: thunderx: Fix TCP/UDP checksum offload for IPv4 pktsFlorian Westphal2017-12-061-0/+2
* | net: thunderx: Add support for xdp redirectSunil Goutham2017-11-301-5/+6
|/
* net: thunderx: Fix TCP/UDP checksum offload for IPv6 pktsSunil Goutham2017-11-251-1/+0
* cavium: thunder: Remove duplicate "netdev->name" logging outputJoe Perches2017-06-291-5/+3
* net: thunderx: Optimize page recycling for XDPSunil Goutham2017-05-021-7/+50
* net: thunderx: Support for XDP header adjustmentSunil Goutham2017-05-021-1/+8
* net: thunderx: Add support for XDP_TXSunil Goutham2017-05-021-13/+104
* net: thunderx: Add support for XDP_DROPSunil Goutham2017-05-021-21/+56
* net: thunderx: Add basic XDP supportSunil Goutham2017-05-021-10/+5
* net: thunderx: Cleanup receive buffer allocationSunil Goutham2017-05-021-9/+9
* net: thunderx: Optimize CQE_TX handlingSunil Goutham2017-05-021-5/+0
* net: thunderx: Optimize RBDR descriptor handlingSunil Goutham2017-05-021-4/+4
* net: thunderx: Support for page recyclingSunil Goutham2017-05-021-18/+103
* net: thunderx: Enable TSO and checksum offloads for ipv6Thanneeru Srinivasulu2017-04-071-1/+9
* net: thunderx: Allow IPv6 frames with zero UDP checksumThanneeru Srinivasulu2017-03-091-2/+4
* net: thunderx: Fix IOMMU translation faultsSunil Goutham2017-03-091-37/+141
* net: thunderx: Support to configure queue sizes from ethtoolSunil Goutham2017-01-251-3/+16
* net: thunderx: Fix transmit queue timeout issueSunil Goutham2016-12-021-21/+3
* net: thunderx: Configure RED and backpressure levelsSunil Goutham2016-11-251-2/+7
* net: thunderx: Fix memory leak and other issues upon interface toggleSunil Goutham2016-11-161-1/+13
* net: thunderx: Fix VF driver's interface statisticsSunil Goutham2016-11-161-49/+47
* net: thunderx: Fix configuration of L3/L4 length checkingSunil Goutham2016-11-161-2/+5
* net: thunderx: Program LMAC credits based on MTUSunil Goutham2016-11-161-0/+3
* net: thunderx: Support for byte queue limitsSunil Goutham2016-09-241-10/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-121-7/+57
|\
| * net: thunderx: Fix for issues with multiple CQEs posted for a TSO packetSunil Goutham2016-09-011-7/+57
* | net: thunderx: Reset RXQ HW stats when interface is brought downJerin Jacob2016-08-131-0/+15
* | net: thunderx: Use skb_add_rx_frag() for split buffer Rx pktsSunil Goutham2016-08-131-18/+6
* | net: thunderx: Enable CQE_RX desc's extension fieldsSunil Goutham2016-08-131-1/+11
* | net: thunderx: Set queue count based on number of CPUsSunil Goutham2016-08-131-4/+4
|/
* mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim2016-05-191-1/+1