summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio
Commit message (Expand)AuthorAgeFilesLines
* cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath2019-03-0411-104/+105
* cxgb4vf: Call netif_carrier_off properly in pci_probeArjun Vynipadath2019-03-011-1/+1
* cxgb4vf: Revert force link up behaviourArjun Vynipadath2019-03-011-10/+3
* cxgb4: Add VF Link state supportArjun Vynipadath2019-03-013-6/+60
* cxgb4vf: Prefix adapter flags with CXGB4VFArjun Vynipadath2019-03-013-43/+47
* cxgb4vf: Enter debugging mode if FW is inaccessibleArjun Vynipadath2019-02-282-13/+33
* cxgb4: Enable outer UDP checksum offload for T6Arjun Vynipadath2019-02-281-0/+2
* cxgb4/cxgb4vf: Fix up netdev->hw_featuresArjun Vynipadath2019-02-282-10/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-242-0/+2
|\
| * cxgb4: Export sge_host_page_size to uldsRaju Rangoju2019-02-152-0/+2
* | cxgb4: Mask out interrupts that are not enabled.Vishal Kulkarni2019-02-201-2/+8
* | cxgb4: Add capability to get/set SGE Doorbell Queue Timer TickVishal Kulkarni2019-02-143-6/+198
* | cxgb4/cxgb4vf: Add support for SGE doorbell queue timerVishal Kulkarni2019-02-148-75/+375
* | cxgb4vf: Few more link management changes.Vishal Kulkarni2019-02-131-1/+8
* | cxgb4: Update 1.22.9.0 as the latest firmware supported.Vishal Kulkarni2019-02-061-6/+6
* | cxgb4: Add new T6 PCI device ids 0x608bVishal Kulkarni2019-02-061-0/+1
* | drivers: net: use flow action infrastructurePablo Neira Ayuso2019-02-061-123/+127
* | flow_offload: add statistics retrieval infrastructure and use itPablo Neira Ayuso2019-02-061-3/+3
* | flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso2019-02-061-115/+79
* | cxgb4/cxgb4vf: Program hash region for {t4/t4vf}_change_mac()Arjun Vynipadath2019-02-034-40/+136
* | chelsio: clean up indentation issueColin Ian King2019-02-021-2/+1
* | cxgb4: smt: use struct_size() in kvzalloc()Gustavo A. R. Silva2019-02-011-2/+1
* | cxgb4: sched: use struct_size() in kvzalloc()Gustavo A. R. Silva2019-02-011-1/+1
* | cxgb4: cxgb4_tc_u32: use struct_size() in kvzalloc()Gustavo A. R. Silva2019-01-291-2/+1
* | cxgb4: clip_tbl: Use struct_size() in kvzalloc()Gustavo A. R. Silva2019-01-291-2/+1
* | cxgb4vf: Update port information in cxgb4vf_open()Arjun Vynipadath2019-01-291-0/+7
* | cxgb4/cxgb4vf: Link management changesVishal Kulkarni2019-01-223-14/+63
* | cxgb4: TLS record offload enableAtul Gupta2019-01-221-1/+2
* | cxgb4/l2t: Use struct_size() in kvzalloc()Gustavo A. R. Silva2019-01-161-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-165-14/+16
|\
| * net: cxgb4: fix various indentation issuesColin Ian King2019-01-103-6/+6
| * net: cxgb3: fix various indentation issuesColin Ian King2019-01-102-8/+10
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-083-3/+3
|/
* net: chelsio: Add a missing check on cudg_get_bufferAditya Pakki2018-12-271-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-0/+3
|\
| * crypto/chelsio/chtls: macro correction in tx pathAtul Gupta2018-12-141-0/+3
* | cxgb4: remove DEFINE_SIMPLE_DEBUGFS_FILE()Yangtao Li2018-12-153-117/+25
* | net: documentation: build a directory structure for driversJakub Kicinski2018-12-051-1/+2
* | cxgb4: number of VFs supported is not always 16Ganesh Goudar2018-11-301-1/+1
* | cxgb4: remove set but not used variables 'multitrc, speed'YueHaibing2018-11-241-4/+1
* | cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur2018-11-235-43/+106
* | cxgb4/cxgb4vf: Fix mac_hlist initialization and freeArjun Vynipadath2018-11-202-12/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-193-6/+3
|\ \ | |/
| * cxgb4: fix thermal zone build errorGanesh Goudar2018-11-153-6/+3
* | cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on page sizeArjun Vynipadath2018-11-171-11/+0
* | cxgb4vf: free mac_hlist properlyArjun Vynipadath2018-11-091-0/+6
* | cxgb4vf: fix memleak in mac_hlist initializationArjun Vynipadath2018-11-091-2/+4
* | cxgb4: free mac_hlist properlyArjun Vynipadath2018-11-091-0/+8
* | cxgb4: Add new T6 PCI device ids 0x608aGanesh Goudar2018-11-081-0/+1
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-251-4/+16
|\
OpenPOWER on IntegriCloud