summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c
AgeCommit message (Expand)Author
2025-05-20octeontx2-pf: Add tracepoint for NIX_PARSE_SSubbaraya Sundeep
2025-04-23octeontx2-pf: AF_XDP: code clean upHariprasad Kelam
2025-04-04net: octeontx2: Handle XDP_ABORTED and XDP invalid as XDP_DROPLorenzo Bianconi
2025-03-25net: octeontx2: Add metadata support for xdp modeLorenzo Bianconi
2025-02-18octeontx2-pf: AF_XDP zero copy transmit supportSuman Ghosh
2025-02-18octeontx2-pf: Prepare for AF_XDPSuman Ghosh
2025-02-18octeontx2-pf: AF_XDP zero copy receive supportSuman Ghosh
2025-02-18octeontx2-pf: use xdp_return_frame() to free xdp buffersSuman Ghosh
2024-12-11cn10k-ipsec: Fix compilation error when CONFIG_XFRM_OFFLOAD disabledBharat Bhushan
2024-12-09cn10k-ipsec: Process outbound ipsec crypto offloadBharat Bhushan
2024-12-09octeontx2-pf: Move skb fragment map/unmap to common codeBharat Bhushan
2024-12-09octeontx2-pf: map skb data as device writeableBharat Bhushan
2024-11-13octeontx2-pf: Add basic net_device_opsGeetha sowjanya
2024-11-13octeontx2-pf: Create representor netdevGeetha sowjanya
2024-11-03dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos
2024-09-06octeontx2-pf: Make iplen __be16 in otx2_sqe_add_ext()Simon Horman
2024-06-23octeontx2-pf: Fix coverity and klockwork issues in octeon PF driverRatheesh Kannoth
2024-06-19octeontx2-pf: Add error handling to VLAN unoffload handlingSimon Horman
2024-04-22octeontx2-pf: Add support for offload tc with skbedit mark actionGeetha sowjanya
2024-02-01octeontx2-pf: Remove xdp queues on program detachGeetha sowjanya
2023-12-04octeontx2-pf: consider both Rx and Tx packet stats for adaptive interrupt coa...Naveen Mamindlapalli
2023-11-06octeontx2-pf: Free pending and dropped SQEsGeetha sowjanya
2023-09-21octeontx2-pf: Do xdp_do_flush() after redirects.Sebastian Andrzej Siewior
2023-09-10octeontx2-pf: Fix page pool cache index corruption.Ratheesh Kannoth
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-23octeontx2-pf: Add support for page poolRatheesh Kannoth
2023-05-19octeontx2-pf: Fix TSOv6 offloadSunil Goutham
2023-05-15octeontx2-pf: qos send queues managementSubbaraya Sundeep
2023-02-23octeontx2-pf: Recalculate UDP checksum for ptp 1-step sync packetGeetha sowjanya
2022-11-08octeontx2-pf: Fix SQE threshold checkingRatheesh Kannoth
2022-09-17octeontx2-pf: Add support for ptp 1-step mode on CN10K siliconHariprasad Kelam
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-05-17octeontx2-pf: Add support for adaptive interrupt coalescingSuman Ghosh
2022-02-21octeontx2-pf: cn10k: add support for new ptp timestamp formatNaveen Mamindlapalli
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni
2021-10-10octeontx2-pf: Simplify the receive buffer size calculationSubbaraya Sundeep
2021-09-30octeontx2-pf: Add XDP support to netdev PFGeetha sowjanya
2021-09-28octeontx2-pf: Use hardware register for CQE countGeetha sowjanya
2021-08-29octeontx2-pf: Fix inconsistent license textSunil Goutham
2021-02-16octeontx2-af: cn10k: Fixes CN10K RPM reference issueGeetha sowjanya
2021-02-11octeontx2-pf: cn10k: Get max mtu supported from admin functionHariprasad Kelam
2021-02-11octeontx2-pf: cn10k: Use LMTST lines for NPA/NIX operationsGeetha sowjanya
2021-02-11octeontx2-pf: cn10k: Add mbox support for CN10KSubbaraya Sundeep
2021-02-10net: octeontx2: Fix the confusion in buffer alloc failure pathKevin Hao
2020-11-17octeontx2-pf: Implement ingress/egress VLAN offloadHariprasad Kelam
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-30octeontx2-pf: Fix TCP/UDP checksum offload for IPv6 framesGeetha sowjanya
2020-09-01octeontx2-pf: Add UDP segmentation offload supportSunil Goutham
2020-08-24octeontx2-pf: Add support for PTP clockAleksey Makarov
2020-06-18net: tso: cache transport header lengthEric Dumazet