summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c
Commit message (Expand)AuthorAgeFilesLines
* octeontx2-pf: Add support for offload tc with skbedit mark actionGeetha sowjanya2024-04-221-0/+3
* octeontx2-pf: Remove xdp queues on program detachGeetha sowjanya2024-02-011-4/+3
* octeontx2-pf: consider both Rx and Tx packet stats for adaptive interrupt coa...Naveen Mamindlapalli2023-12-041-10/+10
* octeontx2-pf: Free pending and dropped SQEsGeetha sowjanya2023-11-061-0/+42
* octeontx2-pf: Do xdp_do_flush() after redirects.Sebastian Andrzej Siewior2023-09-211-6/+13
* octeontx2-pf: Fix page pool cache index corruption.Ratheesh Kannoth2023-09-101-5/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-251-3/+1
|\
| * octeontx2-pf: Fix TSOv6 offloadSunil Goutham2023-05-191-3/+1
* | octeontx2-pf: Add support for page poolRatheesh Kannoth2023-05-231-8/+11
* | octeontx2-pf: qos send queues managementSubbaraya Sundeep2023-05-151-8/+16
|/
* octeontx2-pf: Recalculate UDP checksum for ptp 1-step sync packetGeetha sowjanya2023-02-231-19/+57
* octeontx2-pf: Fix SQE threshold checkingRatheesh Kannoth2022-11-081-13/+19
* octeontx2-pf: Add support for ptp 1-step mode on CN10K siliconHariprasad Kelam2022-09-171-5/+105
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-2/+2
* octeontx2-pf: Add support for adaptive interrupt coalescingSuman Ghosh2022-05-171-0/+23
* octeontx2-pf: cn10k: add support for new ptp timestamp formatNaveen Mamindlapalli2022-02-211-2/+4
* bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1
* octeontx2-pf: Simplify the receive buffer size calculationSubbaraya Sundeep2021-10-101-9/+21
* octeontx2-pf: Add XDP support to netdev PFGeetha sowjanya2021-09-301-15/+159
* octeontx2-pf: Use hardware register for CQE countGeetha sowjanya2021-09-281-7/+62
* octeontx2-pf: Fix inconsistent license textSunil Goutham2021-08-291-5/+2
* octeontx2-af: cn10k: Fixes CN10K RPM reference issueGeetha sowjanya2021-02-161-5/+6
* octeontx2-pf: cn10k: Get max mtu supported from admin functionHariprasad Kelam2021-02-111-7/+21
* octeontx2-pf: cn10k: Use LMTST lines for NPA/NIX operationsGeetha sowjanya2021-02-111-21/+18
* octeontx2-pf: cn10k: Add mbox support for CN10KSubbaraya Sundeep2021-02-111-2/+3
* net: octeontx2: Fix the confusion in buffer alloc failure pathKevin Hao2021-02-101-3/+2
* octeontx2-pf: Implement ingress/egress VLAN offloadHariprasad Kelam2020-11-171-0/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-0/+1
|\
| * octeontx2-pf: Fix TCP/UDP checksum offload for IPv6 framesGeetha sowjanya2020-09-301-0/+1
* | octeontx2-pf: Add UDP segmentation offload supportSunil Goutham2020-09-011-1/+24
* | octeontx2-pf: Add support for PTP clockAleksey Makarov2020-08-241-3/+84
|/
* net: tso: cache transport header lengthEric Dumazet2020-06-181-3/+3
* octeontx2-pf: Use the napi_alloc_frag() to alloc the pool buffersKevin Hao2020-05-091-2/+1
* octeontx2-pf: Fix rx buffer page refcountSunil Goutham2020-03-251-0/+1
* octeontx2-pf: Remove wrapper APIs for mutex lock and unlockSunil Goutham2020-03-231-3/+3
* octeontx2-pf: Cleanup all receive buffers in SG descriptorGeetha sowjanya2020-03-231-5/+29
* octeontx2-vf: Virtual function driver supportTomasz Duszynski2020-03-231-0/+1
* octeontx2-pf: ethtool RSS config supportSunil Goutham2020-01-271-1/+6
* octeontx2-pf: TCP segmentation offload supportSunil Goutham2020-01-271-1/+246
* octeontx2-pf: Receive side scaling supportSunil Goutham2020-01-271-0/+24
* octeontx2-pf: Error handling supportGeetha sowjanya2020-01-271-2/+18
* octeontx2-pf: Register and handle link notificationsLinu Cherian2020-01-271-0/+25
* octeontx2-pf: Add packet transmission supportSunil Goutham2020-01-271-1/+290
* octeontx2-pf: Receive packet handling supportSunil Goutham2020-01-271-2/+178
* octeontx2-pf: Setup interrupts and NAPI handlerSunil Goutham2020-01-271-0/+68