summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio
Commit message (Expand)AuthorAgeFilesLines
* treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-081-3/+12
|\
| * cxgb4: Fix error path in cxgb4_init_moduleYueHaibing2019-05-071-3/+12
* | cxgb4: Delete all hash and TCAM filters before resource cleanupVishal Kulkarni2019-04-282-11/+33
* | cxgb4/cxgb4vf_main: Mark expected switch fall-throughGustavo A. R. Silva2019-04-261-1/+1
* | cxgb4: Don't return EAGAIN when TCAM is full.Vishal Kulkarni2019-04-082-7/+5Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-051-1/+8
|\|
| * libcxgb: fix incorrect ppmax calculationVarun Prakash2019-04-051-1/+8
| * Revert "cxgb4: Update 1.23.3.0 as the latest firmware supported."David S. Miller2019-03-291-6/+6
| * cxgb4: Update 1.23.3.0 as the latest firmware supported.Vishal Kulkarni2019-03-291-6/+6
* | cxgb3/l2t: Use struct_size() in kvzalloc()Gustavo A. R. Silva2019-04-021-2/+2
* | cxgb3/l2t: Fix undefined behaviourGustavo A. R. Silva2019-04-021-1/+1
* | cxgb4/cxgb4vf: Display advertised FEC in ethtoolVishal Kulkarni2019-03-295-65/+95
* | cxgb4: Update 1.23.3.0 as the latest firmware supported.Vishal Kulkarni2019-03-291-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-282-2/+2
|\|
| * chelsio: use BUG() instead of BUG_ON(1)Arnd Bergmann2019-03-262-2/+2
* | net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-3/+2Star
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-102-0/+20
|\
| * cxgb4: add tcb flags and tcb rpl structRaju Rangoju2019-02-092-0/+20
* | cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath2019-03-0411-104/+105
* | cxgb4vf: Call netif_carrier_off properly in pci_probeArjun Vynipadath2019-03-021-1/+1
* | cxgb4vf: Revert force link up behaviourArjun Vynipadath2019-03-021-10/+3Star
* | cxgb4: Add VF Link state supportArjun Vynipadath2019-03-023-6/+60
* | cxgb4vf: Prefix adapter flags with CXGB4VFArjun Vynipadath2019-03-023-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/+9Star
* | 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-211-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-141-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/+79Star
* | cxgb4/cxgb4vf: Program hash region for {t4/t4vf}_change_mac()Arjun Vynipadath2019-02-034-40/+136
* | chelsio: clean up indentation issueColin Ian King2019-02-031-2/+1Star
* | cxgb4: smt: use struct_size() in kvzalloc()Gustavo A. R. Silva2019-02-021-2/+1Star
* | cxgb4: sched: use struct_size() in kvzalloc()Gustavo A. R. Silva2019-02-021-1/+1
* | cxgb4: cxgb4_tc_u32: use struct_size() in kvzalloc()Gustavo A. R. Silva2019-01-291-2/+1Star
* | cxgb4: clip_tbl: Use struct_size() in kvzalloc()Gustavo A. R. Silva2019-01-291-2/+1Star
* | cxgb4vf: Update port information in cxgb4vf_open()Arjun Vynipadath2019-01-291-0/+7
* | cxgb4/cxgb4vf: Link management changesVishal Kulkarni2019-01-233-14/+63
* | cxgb4: TLS record offload enableAtul Gupta2019-01-221-1/+2
* | cxgb4/l2t: Use struct_size() in kvzalloc()Gustavo A. R. Silva2019-01-171-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-155-14/+16
|\
| * net: cxgb4: fix various indentation issuesColin Ian King2019-01-103-6/+6