aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
AgeCommit message (Expand)Author
2020-05-27cxgb4/cxgb4vf: Fix mac_hlist initialization and freeArjun Vynipadath
2020-05-27cxgb4: free mac_hlist properlyArjun Vynipadath
2020-01-27cxgb4: Signedness bug in init_one()Dan Carpenter
2019-05-31cxgb4: Fix error path in cxgb4_init_moduleYueHaibing
2018-08-13cxgb4: remove set but not used variable 'spd'YueHaibing
2018-08-10cxgb4: add support to display DCB infoGanesh Goudar
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-01cxgb4: fix endian to test F_FW_PORT_CMD_DCBXDIS32Ganesh Goudar
2018-07-25cxgb4: Added missing break in ndo_udp_tunnel_{add/del}Arjun Vynipadath
2018-07-09net: allow fallback function to pass netdevAlexander Duyck
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck
2018-07-05cxgb4: Fix the condition to check if the card is T5Ganesh Goudar
2018-07-05cxgb4: Add support to read actual provisioned resourcesCasey Leedom
2018-06-29cxgb4: Add support for FW_ETH_TX_PKT_VM_WRArjun Vynipadath
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley
2018-06-24cxgb4: when disabling dcb set txq dcb priority to 0Ganesh Goudar
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-05-25cxgb4: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas
2018-05-25cxgb4/cxgb4vf: Notify link changes to OS-dependent codeArjun Vynipadath
2018-05-25cxgb4: clean up init_oneGanesh Goudar
2018-05-24cxgb4: Check for kvzalloc allocation failureYueHaibing
2018-05-23cxgb4: do L1 config when module is insertedGanesh Goudar
2018-05-14cxgb4: do not fail vf instatiation in slave modeArjun Vynipadath
2018-05-14cxgb4: collect hardware dump in second kernelRahul Lakkireddy
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-11cxgb4: avoid schedule while atomicGanesh Goudar
2018-05-11cxgb4: enable inner header checksum calculationGanesh Goudar
2018-05-11cxgb4: Fix {vxlan/geneve}_port initializationArjun Vynipadath
2018-05-10cxgb4: fix the wrong conversion of Mbps to KbpsGanesh Goudar
2018-05-10cxgb4: copy mbox log size to PF0-3 adap instancesGanesh Goudar
2018-05-10cxgb4: zero the HMA memoryGanesh Goudar
2018-03-31cxgb4: LLD driver changes to support TLSAtul Gupta
2018-03-30cxgb4: fix error return code in adap_init0()Wei Yongjun
2018-03-25cxgb4: copy vlan_id in ndo_get_vf_configArjun Vynipadath
2018-03-25cxgb4: Setup FW queues before registering netdevArjun Vynipadath
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-22cxgb4: Support firmware rdma write completion work request.Raju Rangoju
2018-03-22cxgb4: Support firmware rdma write with immediate work request.Raju Rangoju
2018-03-22cxgb4: Add support to query HW SRQ parametersRaju Rangoju
2018-03-16cxgb4: notify fatal error to uld driversGanesh Goudar
2018-03-13cxgb4: Add HMA supportArjun Vynipadath
2018-03-12cxgb4: do not display 50Gbps as unsupported speedGanesh Goudar
2018-03-09cxgb4: increase max tx rate limit to 100 GbpsGanesh Goudar
2018-03-07cxgb4: do not set needs_free_netdev for mgmt dev'sGanesh Goudar
2018-03-07cxgb4: copy adap index to PF0-3 adapter instancesGanesh Goudar
2018-02-16cxgb4: free up resources of pf 0-3Ganesh Goudar
2018-02-07cxgb4: Fix error handling path in 'init_one()'Christophe JAILLET
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds