summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291Thomas Gleixner2019-06-0514-181/+14
* cxgb4: Revert "cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on page size"Vishal Kulkarni2019-05-241-0/+11
* cxgb4: offload VLAN flows regardless of VLAN ethtypeRaju Rangoju2019-05-231-2/+3
* 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: Don't return EAGAIN when TCAM is full.Vishal Kulkarni2019-04-082-7/+5
* | cxgb4/cxgb4vf: Display advertised FEC in ethtoolVishal Kulkarni2019-03-293-49/+85
* | 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/+2
|/
* 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
* | cxgb4: Add VF Link state supportArjun Vynipadath2019-03-023-6/+60
* | cxgb4: Enable outer UDP checksum offload for T6Arjun Vynipadath2019-02-281-0/+2
* | cxgb4/cxgb4vf: Fix up netdev->hw_featuresArjun Vynipadath2019-02-281-2/+2
* | 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-147-63/+360
* | 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-032-13/+61
* | cxgb4: smt: use struct_size() in kvzalloc()Gustavo A. R. Silva2019-02-021-2/+1
* | 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/+1
* | cxgb4: clip_tbl: Use struct_size() in kvzalloc()Gustavo A. R. Silva2019-01-291-2/+1
* | cxgb4/cxgb4vf: Link management changesVishal Kulkarni2019-01-232-12/+59
* | 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-153-6/+6
|\
| * net: cxgb4: fix various indentation issuesColin Ian King2019-01-103-6/+6
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-1/+1
|/
* net: chelsio: Add a missing check on cudg_get_bufferAditya Pakki2018-12-281-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-152-103/+23
* | 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-251-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-201-9/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-192-5/+3
|\|
| * cxgb4: fix thermal zone build errorGanesh Goudar2018-11-152-5/+3
* | cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on page sizeArjun Vynipadath2018-11-181-11/+0