summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-19cxgb4: fix Tx multi channel port rate limitRahul Lakkireddy1-3/+11
2019-11-22cxgb4: add UDP segmentation offload supportRahul Lakkireddy1-2/+9
2019-11-20cxgb4: add TC-MATCHALL classifier ingress offloadRahul Lakkireddy1-4/+11
2019-11-20cxgb4: add TC-MATCHALL classifier egress offloadRahul Lakkireddy1-8/+76
2019-11-07cxgb4: add ETHOFLD hardware queue supportRahul Lakkireddy1-13/+59
2019-11-07cxgb4: parse and configure TC-MQPRIO offloadRahul Lakkireddy1-3/+35
2019-11-07cxgb4: rework queue config and MSI-X allocationRahul Lakkireddy1-160/+277
2019-11-07cxgb4: query firmware for QoS offload resourcesRahul Lakkireddy1-8/+44
2019-11-05cxgb4: Add pci reset handlerVishal Kulkarni1-9/+96
2019-09-27cxgb4: Signedness bug in init_one()Dan Carpenter1-1/+1
2019-08-10cxgb4: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-3/+0
2019-07-21cxgb4: Prefer pcie_capability_read_word()Frederick Lawler1-4/+2
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso1-4/+4
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso1-1/+4
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso1-21/+5
2019-06-24cxgb4: Add MPS refcounting for alloc/free mac filtersRaju Rangoju1-3/+9
2019-06-24cxgb4: Add MPS TCAM refcounting for cxgb4 change macRaju Rangoju1-7/+7
2019-06-24cxgb4: Re-work the logic for mps refcountingRaju Rangoju1-10/+4
2019-06-10cxgb4/libcxgb/cxgb4i/cxgbit: enable eDRAM page pods for iSCSIVarun Prakash1-0/+57
2019-06-09cxgb4: Set initial IRQ affinity hintsNirranjan Kirubaharan1-8/+48
2019-05-22cxgb4: Enable hash filter with offloadVishal Kulkarni1-9/+43
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+12
2019-05-07cxgb4: Fix error path in cxgb4_init_moduleYueHaibing1-3/+12
2019-04-27cxgb4: Delete all hash and TCAM filters before resource cleanupVishal Kulkarni1-5/+5
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-3/+2
2019-03-04cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath1-50/+51
2019-03-01cxgb4: Add VF Link state supportArjun Vynipadath1-6/+51
2019-02-28cxgb4: Enable outer UDP checksum offload for T6Arjun Vynipadath1-0/+2
2019-02-28cxgb4/cxgb4vf: Fix up netdev->hw_featuresArjun Vynipadath1-2/+2
2019-02-14cxgb4: Add capability to get/set SGE Doorbell Queue Timer TickVishal Kulkarni1-2/+12
2019-02-14cxgb4/cxgb4vf: Add support for SGE doorbell queue timerVishal Kulkarni1-4/+15
2019-02-03cxgb4/cxgb4vf: Program hash region for {t4/t4vf}_change_mac()Arjun Vynipadath1-12/+59
2019-01-22cxgb4: TLS record offload enableAtul Gupta1-1/+2
2018-11-30cxgb4: number of VFs supported is not always 16Ganesh Goudar1-1/+1
2018-11-23cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur1-29/+29
2018-11-20cxgb4/cxgb4vf: Fix mac_hlist initialization and freeArjun Vynipadath1-9/+10
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-11-15cxgb4: fix thermal zone build errorGanesh Goudar1-2/+2
2018-11-09cxgb4: free mac_hlist properlyArjun Vynipadath1-0/+8
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2018-10-11cxgb4: fix thermal configuration dependenciesArnd Bergmann1-6/+4
2018-10-09cxgb4: Add thermal zone supportGanesh Goudar1-0/+8
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-1/+0
2018-09-17cxgb4: remove duplicated include from cxgb4_main.cYueHaibing1-1/+0
2018-09-03cxgb4: when max_tx_rate is 0 disable tx rate limitingGanesh Goudar1-2/+23
2018-08-13cxgb4: remove set but not used variable 'spd'YueHaibing1-8/+0
2018-08-10cxgb4: add support to display DCB infoGanesh Goudar1-1/+2
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-08-01cxgb4: fix endian to test F_FW_PORT_CMD_DCBXDIS32Ganesh Goudar1-4/+3
2018-07-25cxgb4: Added missing break in ndo_udp_tunnel_{add/del}Arjun Vynipadath1-0/+2