summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio
AgeCommit message (Expand)AuthorFilesLines
2023-11-08net: chelsio: cxgb4: add an error code check in t4_load_phy_fwSu Hui1-0/+2
2022-11-25cxgb4vf: shut down the adapter when t4vf_update_port_info() failed in cxgb4vf...Zhengchao Shao1-1/+1
2022-11-25net: cxgb3_main: disable napi when bind qsets failed in cxgb_up()Zhengchao Shao1-0/+1
2022-03-08net: chelsio: cxgb3: check the return value of pci_find_capability()Jia-Ju Bai1-0/+2
2022-01-27libcxgb: Don't accidentally set RTO_ONLINK in cxgb_find_route()Guillaume Nault1-1/+2
2021-11-17cxgb4: fix eeprom len when diagnostics not implementedRahul Lakkireddy2-2/+7
2021-09-22ethtool: Fix an error code in cxgb2.cYang Li1-0/+1
2021-07-28cxgb4: fix IRQ free race during driver unloadShahjada Abul Husain2-8/+13
2021-06-23cxgb4: fix wrong shift.Pavel Machek1-1/+1
2021-06-03cxgb4: avoid accessing registers when clearing filtersRaju Rangoju1-1/+1
2021-05-22cxgb4: Fix the -Wmisleading-indentation warningKaixu Xia1-1/+1
2021-05-14cxgb4: Fix unintentional sign extension issuesColin Ian King1-11/+11
2021-04-14cxgb4: avoid collecting SGE_QBASE regs during trafficRahul Lakkireddy2-5/+21
2021-03-04cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 an...Ayush Sawal2-3/+11
2021-02-26cxgb4: Add new T6 PCI device id 0x6092Raju Rangoju1-0/+1
2020-12-08cxgb3: fix error return code in t3_sge_alloc_qset()Zhang Changzhong1-0/+1
2020-12-02cxgb4: fix the panic caused by non smac rewriteRaju Rangoju1-1/+2
2020-11-01cxgb4: set up filter action after rewritesRaju Rangoju2-29/+31
2020-10-29cxgb4: handle 4-tuple PEDIT to NAT mode translationHerat Ramani2-13/+177
2020-09-26cxgb4: Fix offset when clearing filter byte countersGanji Aravind1-3/+6
2020-09-26cxgb4: fix memory leak during module unloadRaju Rangoju1-1/+1
2020-09-09cxgb4: fix thermal zone device registrationPotnuri Bharat Teja1-2/+6
2020-08-05cxgb4: add missing release on skb in uld_send()Navid Emamdoost1-0/+1
2020-07-16cxgb4: fix all-mask IP address comparisonRahul Lakkireddy1-5/+5
2020-07-16net: cxgb4: fix return error value in t4_prep_fwLi Heng1-4/+4
2020-07-09cxgb4: fix SGE queue dump destination buffer contextRahul Lakkireddy1-2/+4
2020-07-09cxgb4: use correct type for all-mask IP address comparisonRahul Lakkireddy1-5/+5
2020-07-09cxgb4: fix endian conversions for L4 ports in filtersRahul Lakkireddy3-25/+22
2020-07-09cxgb4: parse TC-U32 key values and masks nativelyRahul Lakkireddy2-49/+91
2020-07-09cxgb4: use unaligned conversion for fetching timestampRahul Lakkireddy1-1/+1
2020-06-30cxgb4: move handling L2T ARP failures to callerRahul Lakkireddy1-28/+24
2020-05-02net/cxgb4: Check the return from t4_query_params properlyJason Gunthorpe1-1/+1
2020-04-29cxgb4: fix large delays in PTP synchronizationRahul Lakkireddy2-21/+9
2020-04-29cxgb4: fix adapter crash due to wrong MC sizeVishal Kulkarni1-7/+20
2020-04-17cxgb4/ptp: pass the sign of offset delta in FW CMDRaju Rangoju1-0/+3
2020-04-13cxgb4: fix MPS index overwrite when setting MAC addressHerat Ramani1-1/+0
2020-04-01cxgb4: fix Txq restart check during backpressureRahul Lakkireddy1-2/+8
2020-04-01cxgb4: fix throughput drop during Tx backpressureRahul Lakkireddy1-40/+2
2020-02-06l2t_seq_next should increase position indexVasily Averin1-2/+1
2020-02-06seq_tab_next() should increase position indexVasily Averin1-2/+1
2020-01-29net: cxgb3_main: Add CAP_NET_ADMIN check to CHELSIO_GET_MEMMichael Ellerman1-0/+2
2020-01-12cxgb4: Fix kernel panic while accessing sge_infoVishal Kulkarni1-0/+4
2020-01-04cxgb4/cxgb4vf: fix flow control display for auto negotiationRahul Lakkireddy6-19/+30
2019-10-31cxgb4: fix panic when attaching to ULD failVishal Kulkarni1-12/+16
2019-10-26cxgb4: request the TX CIDX updates to status pageRaju Rangoju1-6/+2
2019-10-05cxgb4:Fix out-of-bounds MSI-X info array accessVishal Kulkarni1-3/+6
2019-09-27cxgb4: Signedness bug in init_one()Dan Carpenter1-1/+1
2019-09-12cxgb4: Fix spelling typosArkadiusz Drabczyk1-15/+15
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2019-08-15cxgb4: fix a memory leak bugWenwen Wang1-1/+3