aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-08octeontx2-pf: Fix SQE threshold checkingRatheesh Kannoth1-13/+19
2022-09-17octeontx2-pf: Add support for ptp 1-step mode on CN10K siliconHariprasad Kelam1-5/+105
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-2/+2
2022-05-17octeontx2-pf: Add support for adaptive interrupt coalescingSuman Ghosh1-0/+23
2022-02-21octeontx2-pf: cn10k: add support for new ptp timestamp formatNaveen Mamindlapalli1-2/+4
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-10-10octeontx2-pf: Simplify the receive buffer size calculationSubbaraya Sundeep1-9/+21
2021-09-30octeontx2-pf: Add XDP support to netdev PFGeetha sowjanya1-15/+159
2021-09-28octeontx2-pf: Use hardware register for CQE countGeetha sowjanya1-7/+62
2021-08-29octeontx2-pf: Fix inconsistent license textSunil Goutham1-5/+2
2021-02-16octeontx2-af: cn10k: Fixes CN10K RPM reference issueGeetha sowjanya1-5/+6
2021-02-11octeontx2-pf: cn10k: Get max mtu supported from admin functionHariprasad Kelam1-7/+21
2021-02-11octeontx2-pf: cn10k: Use LMTST lines for NPA/NIX operationsGeetha sowjanya1-21/+18
2021-02-11octeontx2-pf: cn10k: Add mbox support for CN10KSubbaraya Sundeep1-2/+3
2021-02-10net: octeontx2: Fix the confusion in buffer alloc failure pathKevin Hao1-3/+2
2020-11-17octeontx2-pf: Implement ingress/egress VLAN offloadHariprasad Kelam1-0/+16
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-09-30octeontx2-pf: Fix TCP/UDP checksum offload for IPv6 framesGeetha sowjanya1-0/+1
2020-09-01octeontx2-pf: Add UDP segmentation offload supportSunil Goutham1-1/+24
2020-08-24octeontx2-pf: Add support for PTP clockAleksey Makarov1-3/+84
2020-06-18net: tso: cache transport header lengthEric Dumazet1-3/+3
2020-05-09octeontx2-pf: Use the napi_alloc_frag() to alloc the pool buffersKevin Hao1-2/+1
2020-03-25octeontx2-pf: Fix rx buffer page refcountSunil Goutham1-0/+1
2020-03-23octeontx2-pf: Remove wrapper APIs for mutex lock and unlockSunil Goutham1-3/+3
2020-03-23octeontx2-pf: Cleanup all receive buffers in SG descriptorGeetha sowjanya1-5/+29
2020-03-23octeontx2-vf: Virtual function driver supportTomasz Duszynski1-0/+1
2020-01-27octeontx2-pf: ethtool RSS config supportSunil Goutham1-1/+6
2020-01-27octeontx2-pf: TCP segmentation offload supportSunil Goutham1-1/+246
2020-01-27octeontx2-pf: Receive side scaling supportSunil Goutham1-0/+24
2020-01-27octeontx2-pf: Error handling supportGeetha sowjanya1-2/+18
2020-01-27octeontx2-pf: Register and handle link notificationsLinu Cherian1-0/+25
2020-01-27octeontx2-pf: Add packet transmission supportSunil Goutham1-1/+290
2020-01-27octeontx2-pf: Receive packet handling supportSunil Goutham1-2/+178
2020-01-27octeontx2-pf: Setup interrupts and NAPI handlerSunil Goutham1-0/+68