aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/helgaas/pciLinus 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
2018-07-09net: allow fallback function to pass netdevAlexander Duyck1-1/+1
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-1/+2
2018-07-05cxgb4: Fix the condition to check if the card is T5Ganesh Goudar1-1/+1
2018-07-05cxgb4: Add support to read actual provisioned resourcesCasey Leedom1-35/+99
2018-06-29cxgb4: Add support for FW_ETH_TX_PKT_VM_WRArjun Vynipadath1-1/+1
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley1-1/+1
2018-06-24cxgb4: when disabling dcb set txq dcb priority to 0Ganesh Goudar1-1/+1
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-3/+3
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-74/+1
2018-05-25cxgb4: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas1-74/+1
2018-05-25cxgb4/cxgb4vf: Notify link changes to OS-dependent codeArjun Vynipadath1-2/+3
2018-05-25cxgb4: clean up init_oneGanesh Goudar1-21/+26
2018-05-24cxgb4: Check for kvzalloc allocation failureYueHaibing1-0/+4
2018-05-23cxgb4: do L1 config when module is insertedGanesh Goudar1-3/+8
2018-05-14cxgb4: do not fail vf instatiation in slave modeArjun Vynipadath1-7/+3
2018-05-14cxgb4: collect hardware dump in second kernelRahul Lakkireddy1-0/+10
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+3
2018-05-11cxgb4: avoid schedule while atomicGanesh Goudar1-2/+2
2018-05-11cxgb4: enable inner header checksum calculationGanesh Goudar1-1/+8