summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-25cxgb4: Added missing break in ndo_udp_tunnel_{add/del}Arjun Vynipadath1-0/+2
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/gi...Linus 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
2018-05-11cxgb4: Fix {vxlan/geneve}_port initializationArjun Vynipadath1-0/+21
2018-05-10cxgb4: fix the wrong conversion of Mbps to KbpsGanesh Goudar1-3/+3
2018-05-10cxgb4: copy mbox log size to PF0-3 adap instancesGanesh Goudar1-2/+1
2018-05-10cxgb4: zero the HMA memoryGanesh Goudar1-2/+2
2018-03-31cxgb4: LLD driver changes to support TLSAtul Gupta1-9/+23
2018-03-30cxgb4: fix error return code in adap_init0()Wei Yongjun1-1/+2
2018-03-25cxgb4: copy vlan_id in ndo_get_vf_configArjun Vynipadath1-2/+6
2018-03-25cxgb4: Setup FW queues before registering netdevArjun Vynipadath1-3/+8
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-03-22cxgb4: Support firmware rdma write completion work request.Raju Rangoju1-0/+6
2018-03-22cxgb4: Support firmware rdma write with immediate work request.Raju Rangoju1-0/+6
2018-03-22cxgb4: Add support to query HW SRQ parametersRaju Rangoju1-0/+20
2018-03-16cxgb4: notify fatal error to uld driversGanesh Goudar1-0/+10
2018-03-13cxgb4: Add HMA supportArjun Vynipadath1-3/+225
2018-03-12cxgb4: do not display 50Gbps as unsupported speedGanesh Goudar1-0/+3
2018-03-09cxgb4: increase max tx rate limit to 100 GbpsGanesh Goudar1-3/+3
2018-03-07cxgb4: do not set needs_free_netdev for mgmt dev'sGanesh Goudar1-1/+0
2018-03-07cxgb4: copy adap index to PF0-3 adapter instancesGanesh Goudar1-0/+2
2018-02-16cxgb4: free up resources of pf 0-3Ganesh Goudar1-12/+13
2018-02-07cxgb4: Fix error handling path in 'init_one()'Christophe JAILLET1-1/+1
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-213/+392
2018-01-25cxgb4: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-7/+1
2018-01-24cxgb4/cxgb4vf: add support for ndo_set_vf_vlanGanesh Goudar1-1/+25
2018-01-22cxgb4: add geneve offload support for T6Ganesh Goudar1-24/+47
2018-01-17cxgb4: restructure VF mgmt codeGanesh Goudar1-204/+189
2018-01-11cxgb4: implement ndo_features_checkGanesh Goudar1-0/+19
2018-01-11cxgb4: add support for vxlan segmentation offloadGanesh Goudar1-0/+4
2018-01-11cxgb4: implement udp tunnel callbacksGanesh Goudar1-0/+130
2017-12-08cxgb4: collect egress and ingress SGE queue contextsRahul Lakkireddy1-1/+1
2017-11-29cxgb4: Add support for Inline IPSec TxAtul Gupta1-1/+1
2017-11-02net: sched: move the can_offload check from binding phase to rule insertion p...Jiri Pirko1-0/+3
2017-11-01cxgb4: convert flower table to use rhashtableKumar Sanghvi1-1/+3
2017-11-01cxgb4: add support to delete hash filterKumar Sanghvi1-0/+4
2017-11-01cxgb4: add support to create hash filtersKumar Sanghvi1-0/+4
2017-11-01cxgb4: initialize hash-filter configurationKumar Sanghvi1-4/+10