summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* cxgb4: Fix the -Wmisleading-indentation warningKaixu Xia2021-05-221-1/+1
* cxgb4: add missing release on skb in uld_send()Navid Emamdoost2020-08-051-0/+1
* net: cxgb4: fix return error value in t4_prep_fwLi Heng2020-07-221-4/+4
* cxgb4: parse TC-U32 key values and masks nativelyRahul Lakkireddy2020-07-092-49/+91
* cxgb4: use unaligned conversion for fetching timestampRahul Lakkireddy2020-07-091-1/+1
* cxgb4/cxgb4vf: Fix mac_hlist initialization and freeArjun Vynipadath2020-05-271-9/+10
* cxgb4: free mac_hlist properlyArjun Vynipadath2020-05-271-0/+8
* net/cxgb4: Check the return from t4_query_params properlyJason Gunthorpe2020-05-021-1/+1
* cxgb4: fix large delays in PTP synchronizationRahul Lakkireddy2020-05-022-21/+9
* cxgb4/ptp: pass the sign of offset delta in FW CMDRaju Rangoju2020-04-241-0/+3
* l2t_seq_next should increase position indexVasily Averin2020-02-051-2/+1
* seq_tab_next() should increase position indexVasily Averin2020-02-051-2/+1
* cxgb4: Use proper enum in IEEE_FAUX_SYNCNathan Chancellor2019-11-241-1/+1
* cxgb4: Use proper enum in cxgb4_dcb_handle_fw_updateNathan Chancellor2019-11-241-2/+2
* cxgb4: Fix endianness issue in t4_fwcache()Ganesh Goudar2019-11-201-1/+1
* cxgb4: fix panic when attaching to ULD failVishal Kulkarni2019-11-101-12/+17
* cxgb4:Fix out-of-bounds MSI-X info array accessVishal Kulkarni2019-10-071-3/+6
* cxgb4: fix a memory leak bugWenwen Wang2019-09-101-1/+3
* cxgb4: Fix error path in cxgb4_init_moduleYueHaibing2019-05-311-3/+12
* cxgb4: when disabling dcb set txq dcb priority to 0Ganesh Goudar2018-08-241-1/+1
* cxgb4: Fix queue free path of ULD driversArjun Vynipadath2018-05-301-0/+1
* cxgb4: Setup FW queues before registering netdevArjun Vynipadath2018-05-301-3/+8
* cxgb4: do not set needs_free_netdev for mgmt dev'sGanesh Goudar2018-05-301-1/+0
* PCI/cxgb4: Extend T3 PCI quirk to T4+ devicesCasey Leedom2018-02-281-10/+0
* cxgb4: update latest firmware version supportedGanesh Goudar2017-11-041-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* cxgb4: Ignore MPS_TX_INT_CAUSE[Bubble] for T6Ganesh Goudar2017-09-051-1/+15
* cxgb4: Fix pause frame count in t4_get_port_statsGanesh Goudar2017-09-051-8/+4
* cxgb4: fix memory leakGanesh Goudar2017-09-051-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-3/+3
|\
| * cxgb4: Fix stack out-of-bounds read due to wrong size to t4_record_mbox()Stefano Brivio2017-08-281-3/+3
* | cxgb4/cxgbvf: Handle 32-bit fw port capabilitiesGanesh Goudar2017-08-205-225/+759
* | net/sched: Fix the logic error to decide the ingress qdiscChris Mi2017-08-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-153-8/+21
|\|
| * net/cxgb4: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagCasey Leedom2017-08-143-8/+21
* | net: sched: use newly added classid identity helpersJiri Pirko2017-08-111-1/+1
* | cxgb4: Clear On FLASH config file after a FW upgradeArjun Vynipadath2017-08-082-0/+71
* | net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-2/+2
* | net: sched: push cls related args into cls_common structureJiri Pirko2017-08-073-17/+10
* | cxgb4: push cls_u32 setup_tc processing into a separate functionJiri Pirko2017-08-071-16/+26
* | net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-071-3/+4
* | net: sched: change names of action number helpers to be aligned with the restJiri Pirko2017-08-041-1/+1
* | cxgb4: ethtool forward error correction management supportCasey Leedom2017-07-291-0/+100
* | cxgb4: core hardware/firmware support for Forward Error Correction on a linkCasey Leedom2017-07-291-35/+117
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-212-1/+4
|\|
| * cxgb4: ptp_clock_register() returns error pointersGanesh Goudar2017-07-141-1/+2
| * cxgb4: add new T5 pci device id'sGanesh Goudar2017-07-131-0/+2
* | cxgb4: display serial config and vpd versionsGanesh Goudar2017-07-204-58/+188
* | cxgb4: Update register ranges of T4/T5/T6 adaptersArjun Vynipadath2017-07-191-37/+14
|/
* cxgb4: fix BUG() on interrupt deallocating path of ULDGuilherme G. Piccoli2017-07-112-22/+36