summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
Commit message (Expand)AuthorAgeFilesLines
* cxgb4: Fix error path in cxgb4_init_moduleYueHaibing2019-05-311-3/+12
* cxgb4: remove set but not used variable 'spd'YueHaibing2018-08-131-8/+0Star
* cxgb4: add support to display DCB infoGanesh Goudar2018-08-101-1/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-0/+2
|\
| * cxgb4: Added missing break in ndo_udp_tunnel_{add/del}Arjun Vynipadath2018-07-261-0/+2
* | cxgb4: fix endian to test F_FW_PORT_CMD_DCBXDIS32Ganesh Goudar2018-08-011-4/+3Star
* | net: allow fallback function to pass netdevAlexander Duyck2018-07-091-1/+1
* | net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-1/+2
* | cxgb4: Fix the condition to check if the card is T5Ganesh Goudar2018-07-051-1/+1
* | cxgb4: Add support to read actual provisioned resourcesCasey Leedom2018-07-051-35/+99
* | cxgb4: Add support for FW_ETH_TX_PKT_VM_WRArjun Vynipadath2018-06-291-1/+1
* | net: sched: pass extack pointer to block binds and cb registrationJohn Hurley2018-06-261-1/+1
|/
* cxgb4: when disabling dcb set txq dcb priority to 0Ganesh Goudar2018-06-241-1/+1
* treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-131-2/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-3/+3
* Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-071-74/+1Star
|\
| * cxgb4: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas2018-05-261-74/+1Star
* | cxgb4/cxgb4vf: Notify link changes to OS-dependent codeArjun Vynipadath2018-05-251-2/+3
* | cxgb4: clean up init_oneGanesh Goudar2018-05-251-21/+26
* | cxgb4: Check for kvzalloc allocation failureYueHaibing2018-05-251-0/+4
* | cxgb4: do L1 config when module is insertedGanesh Goudar2018-05-231-3/+8
* | cxgb4: do not fail vf instatiation in slave modeArjun Vynipadath2018-05-141-7/+3Star
* | cxgb4: collect hardware dump in second kernelRahul Lakkireddy2018-05-141-0/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-121-4/+3Star
|\ \
| * | cxgb4: copy mbox log size to PF0-3 adap instancesGanesh Goudar2018-05-101-2/+1Star
| * | cxgb4: zero the HMA memoryGanesh Goudar2018-05-101-2/+2
| |/
* | cxgb4: avoid schedule while atomicGanesh Goudar2018-05-111-2/+2
* | cxgb4: enable inner header checksum calculationGanesh Goudar2018-05-111-1/+8
* | cxgb4: Fix {vxlan/geneve}_port initializationArjun Vynipadath2018-05-111-0/+21
* | cxgb4: fix the wrong conversion of Mbps to KbpsGanesh Goudar2018-05-101-3/+3
|/
* cxgb4: LLD driver changes to support TLSAtul Gupta2018-04-011-9/+23
* cxgb4: fix error return code in adap_init0()Wei Yongjun2018-03-301-1/+2
* cxgb4: copy vlan_id in ndo_get_vf_configArjun Vynipadath2018-03-261-2/+6
* cxgb4: Setup FW queues before registering netdevArjun Vynipadath2018-03-261-3/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-1/+2
|\
| * cxgb4: do not set needs_free_netdev for mgmt dev'sGanesh Goudar2018-03-071-1/+0Star
| * cxgb4: copy adap index to PF0-3 adapter instancesGanesh Goudar2018-03-071-0/+2
* | cxgb4: Support firmware rdma write completion work request.Raju Rangoju2018-03-221-0/+6
* | cxgb4: Support firmware rdma write with immediate work request.Raju Rangoju2018-03-221-0/+6
* | cxgb4: Add support to query HW SRQ parametersRaju Rangoju2018-03-221-0/+20
* | cxgb4: notify fatal error to uld driversGanesh Goudar2018-03-161-0/+10
* | cxgb4: Add HMA supportArjun Vynipadath2018-03-131-3/+225
* | cxgb4: do not display 50Gbps as unsupported speedGanesh Goudar2018-03-121-0/+3
* | cxgb4: increase max tx rate limit to 100 GbpsGanesh Goudar2018-03-091-3/+3
|/
* cxgb4: free up resources of pf 0-3Ganesh Goudar2018-02-161-12/+13
* cxgb4: Fix error handling path in 'init_one()'Christophe JAILLET2018-02-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-213/+392
|\
| * cxgb4: use tc_cls_can_offload_and_chain0()Jakub Kicinski2018-01-261-7/+1Star
| * cxgb4/cxgb4vf: add support for ndo_set_vf_vlanGanesh Goudar2018-01-241-1/+25
| * cxgb4: add geneve offload support for T6Ganesh Goudar2018-01-221-24/+47