summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio
AgeCommit message (Expand)AuthorFilesLines
2018-05-16cxgb4: update LE-TCAM collection for T6Rahul Lakkireddy4-8/+37
2018-05-15cxgb4: add tc flower match support for tunnel VNIKumar Sanghvi7-7/+237
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-12Merge 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-11cxgb4: 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-04-01cxgb4: LLD driver changes to support TLSAtul Gupta3-15/+131
2018-04-01cxgb4: 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-26cxgb4: support new ISSI flash partsGanesh Goudar1-0/+19
2018-03-26cxgb4: depend on firmware event for link statusGanesh Goudar1-2/+0
2018-03-26cxgb4: copy vlan_id in ndo_get_vf_configArjun Vynipadath1-2/+6
2018-03-26cxgb4: 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-18cxgb4: Fix queue free path of ULD driversArjun Vynipadath1-0/+1
2018-03-16cxgb4: notify fatal error to uld driversGanesh Goudar3-1/+13
2018-03-13cxgb4: Add HMA supportArjun Vynipadath5-6/+303
2018-03-12cxgb4/cxgb4vf: check fw caps to set link mode maskGanesh Goudar2-23/+38
2018-03-12cxgb4: do not display 50Gbps as unsupported speedGanesh Goudar1-0/+3
2018-03-09cxgb4: increase max tx rate limit to 100 GbpsGanesh Goudar2-5/+5
2018-03-07cxgb3: remove VLA usageGustavo A. R. Silva1-4/+4
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-03-05cxgb4vf: Forcefully link up virtual interfacesArjun Vynipadath1-3/+11
2018-03-02cxgb4: Add TP Congestion map entry for single-portGanesh Goudar1-0/+1
2018-03-02cxgb4: remove dead code when allocating filterGanesh Goudar1-6/+0
2018-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-24/+15
2018-02-16PCI/cxgb4: Extend T3 PCI quirk to T4+ devicesCasey Leedom1-10/+0
2018-02-16cxgb4: fix trailing zero in CIM LA dumpRahul Lakkireddy2-2/+2
2018-02-16cxgb4: free up resources of pf 0-3Ganesh Goudar1-12/+13
2018-02-14cxgb4: speed up on-chip memory readRahul Lakkireddy1-9/+28
2018-02-14cxgb4: rework on-chip memory readRahul Lakkireddy3-73/+192
2018-02-08cxgb4: Fix error handling path in 'init_one()'Christophe JAILLET1-1/+1
2018-02-03net: cxgb4: avoid memcpy beyond end of source bufferArnd Bergmann1-1/+1