aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-4/+4
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-74/+1
2018-06-04net: chelsio: Use zeroing memory allocator instead of allocator/memsetYueHaibing3-10/+3
2018-05-31cxgb4: Add FORCE_PAUSE bit to 32 bit port capsGanesh Goudar2-3/+12
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 Vynipadath6-6/+64
2018-05-25cxgb4: clean up init_oneGanesh Goudar2-21/+28
2018-05-25cxgb4/cxgb4vf: link management changes for new SFPGanesh Goudar3-18/+85
2018-05-24cxgb4: Check for kvzalloc allocation failureYueHaibing1-0/+4
2018-05-23cxgb4: do L1 config when module is insertedGanesh Goudar3-12/+65
2018-05-23cxgb4: change the port capability bits definitionGanesh Goudar3-7/+7
2018-05-23cxgb4: Add new T6 device idsGanesh Goudar1-0/+2
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-77/+39
2018-05-21cxgb4: copy the length of cpl_tx_pkt_core to fw_wrGanesh Goudar1-15/+14
2018-05-18cxgb4: fix offset in collecting TX rate limit infoRahul Lakkireddy1-19/+9
2018-05-18cxgb4: collect SGE PF/VF queue mapRahul Lakkireddy3-2/+65
2018-05-16cxgb4: update LE-TCAM collection for T6Rahul Lakkireddy4-8/+37
2018-05-14cxgb4: add tc flower match support for tunnel VNIKumar Sanghvi7-7/+237
2018-05-14cxgb4: Correct ntuple mask validation for hash filtersKumar Sanghvi1-58/+30
2018-05-14cxgb4: do not fail vf instatiation in slave modeArjun Vynipadath1-7/+3
2018-05-14cxgb4: collect hardware dump in second kernelRahul Lakkireddy4-0/+42
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 Goudar3-22/+83
2018-05-11cxgb4: Fix {vxlan/geneve}_port initializationArjun Vynipadath2-0/+23
2018-05-11cxgb4: Add new T5 device idGanesh Goudar1-0/+1
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-05-03cxgb4: update latest firmware version supportedGanesh Goudar1-6/+6
2018-05-02cxgb4: add new T5 device id'sGanesh Goudar1-0/+3
2018-04-30libcxgb,cxgb4: use __skb_put_zero to simplfy codeYueHaibing3-14/+7
2018-04-17cxgb4vf: display pause settingsGanesh Goudar1-0/+16
2018-03-31cxgb4: LLD driver changes to support TLSAtul Gupta3-15/+131
2018-03-31cxgb4: Inline TLS FW InterfaceAtul Gupta3-6/+283
2018-03-30cxgb4: fix error return code in adap_init0()Wei Yongjun1-1/+2
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches3-64/+64
2018-03-25cxgb4: support new ISSI flash partsGanesh Goudar1-0/+19
2018-03-25cxgb4: depend on firmware event for link statusGanesh Goudar1-2/+0
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 Rangoju5-0/+11
2018-03-22cxgb4: Support firmware rdma write with immediate work request.Raju Rangoju5-0/+10
2018-03-22cxgb4: Add support to query HW SRQ parametersRaju Rangoju2-0/+21
2018-03-22cxgb4: Add support to initialise/read SRQ entriesRaju Rangoju4-1/+206
2018-03-22cxgb4: Adds CPL support for Shared Receive QueuesRaju Rangoju2-0/+73
2018-03-17cxgb4: Fix queue free path of ULD driversArjun Vynipadath1-0/+1