summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio
Commit message (Expand)AuthorAgeFilesLines
* 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-225-0/+11
* | cxgb4: Support firmware rdma write with immediate work request.Raju Rangoju2018-03-225-0/+10
* | cxgb4: Add support to query HW SRQ parametersRaju Rangoju2018-03-222-0/+21
* | cxgb4: Add support to initialise/read SRQ entriesRaju Rangoju2018-03-224-1/+206
* | cxgb4: Adds CPL support for Shared Receive QueuesRaju Rangoju2018-03-222-0/+73
* | cxgb4: Fix queue free path of ULD driversArjun Vynipadath2018-03-171-0/+1
* | cxgb4: notify fatal error to uld driversGanesh Goudar2018-03-163-1/+13
* | cxgb4: Add HMA supportArjun Vynipadath2018-03-135-6/+303
* | cxgb4/cxgb4vf: check fw caps to set link mode maskGanesh Goudar2018-03-122-23/+38
* | cxgb4: do not display 50Gbps as unsupported speedGanesh Goudar2018-03-121-0/+3
* | cxgb4: increase max tx rate limit to 100 GbpsGanesh Goudar2018-03-092-5/+5
* | cxgb3: remove VLA usageGustavo A. R. Silva2018-03-071-4/+4
* | cxgb4vf: Forcefully link up virtual interfacesArjun Vynipadath2018-03-051-3/+11
* | cxgb4: Add TP Congestion map entry for single-portGanesh Goudar2018-03-021-0/+1
* | cxgb4: remove dead code when allocating filterGanesh Goudar2018-03-021-6/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-204-24/+15Star
|\|
| * PCI/cxgb4: Extend T3 PCI quirk to T4+ devicesCasey Leedom2018-02-161-10/+0Star
| * cxgb4: fix trailing zero in CIM LA dumpRahul Lakkireddy2018-02-162-2/+2
| * cxgb4: free up resources of pf 0-3Ganesh Goudar2018-02-161-12/+13
* | cxgb4: speed up on-chip memory readRahul Lakkireddy2018-02-141-9/+28
* | cxgb4: rework on-chip memory readRahul Lakkireddy2018-02-143-73/+192
|/
* cxgb4: Fix error handling path in 'init_one()'Christophe JAILLET2018-02-081-1/+1
* net: cxgb4: avoid memcpy beyond end of source bufferArnd Bergmann2018-02-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-3132-887/+2844
|\
| * cxgb4: use backdoor access to collect dumps when firmware crashedRahul Lakkireddy2018-01-261-13/+38
| * cxgb4: fix incorrect condition for using firmware LDST commandsRahul Lakkireddy2018-01-261-1/+1
| * cxgb4: reset FW_OK flag on firmware crashRahul Lakkireddy2018-01-261-1/+3
| * cxgb4: use tc_cls_can_offload_and_chain0()Jakub Kicinski2018-01-261-7/+1Star
| * cxgb4: fix possible deadlockGanesh Goudar2018-01-251-10/+10
| * cxgb4: make symbol pedits staticWei Yongjun2018-01-241-1/+1
| * cxgb4: properly initialize variablesRahul Lakkireddy2018-01-242-2/+4
| * cxgb4: enable ZLIB_DEFLATE when building cxgb4Rahul Lakkireddy2018-01-243-15/+2Star
| * cxgb4/cxgb4vf: add support for ndo_set_vf_vlanGanesh Goudar2018-01-249-8/+116
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-231-2/+5
| |\
| * | cxgb3: assign port id to net_device->dev_portArjun Vynipadath2018-01-221-0/+1
| * | cxgb4: add geneve offload support for T6Ganesh Goudar2018-01-224-24/+63
| * | cxgb4: IPv6 filter takes 2 tidsGanesh Goudar2018-01-191-33/+80
| * | cxgb4: use zlib deflate to compress firmware dumpRahul Lakkireddy2018-01-197-3/+169
| * | cxgb4: update dump collection logic to use compressionRahul Lakkireddy2018-01-196-147/+207
| * | cxgb4: restructure VF mgmt codeGanesh Goudar2018-01-172-204/+190Star
| * | cxgb4: implement ndo_features_checkGanesh Goudar2018-01-111-0/+19
| * | cxgb4: add support for vxlan segmentation offloadGanesh Goudar2018-01-113-37/+186
| * | cxgb4: implement udp tunnel callbacksGanesh Goudar2018-01-113-0/+251
| * | cxgb4: add data structures to support vxlanGanesh Goudar2018-01-113-0/+208
| * | cxgb4vf: Fix SGE FL buffer initialization logic for 64K pagesArjun Vynipadath2018-01-101-6/+17
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-092-10/+8Star
| |\ \
| * | | cxgb4: collect TX rate limit info in UP CIM logsRahul Lakkireddy2018-01-035-39/+100