summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio
Commit message (Expand)AuthorAgeFilesLines
* 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-251-4/+1Star
* 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/+3Star
|\
| * cxgb4: fix thermal zone build errorGanesh Goudar2018-11-153-6/+3Star
* | cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on page sizeArjun Vynipadath2018-11-181-11/+0Star
* | cxgb4vf: free mac_hlist properlyArjun Vynipadath2018-11-101-0/+6
* | cxgb4vf: fix memleak in mac_hlist initializationArjun Vynipadath2018-11-101-2/+4
* | cxgb4: free mac_hlist properlyArjun Vynipadath2018-11-101-0/+8
* | cxgb4: Add new T6 PCI device ids 0x608aGanesh Goudar2018-11-091-0/+1
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-261-4/+16
|\
| * crypto: chelsio - Update ntx queue received from cxgb4Harsh Jain2018-10-171-4/+16
* | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-1/+0Star
|\ \
| * | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-1/+0Star
| |/
* | cxgb4: fix the error path of cxgb4_uld_register()Ganesh Goudar2018-10-192-36/+12Star
* | cxgb4: fix thermal configuration dependenciesArnd Bergmann2018-10-114-11/+10Star
* | cxgb4: Add thermal zone supportGanesh Goudar2018-10-095-0/+142
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-061-0/+17
|\ \
| * | net: cxgb3_main: fix a missing-check bugWenwen Wang2018-10-051-0/+17
* | | cxgb4: use FW_PORT_ACTION_L1_CFG32 for 32 bit capabilityGanesh Goudar2018-10-051-2/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-041-1/+0Star
|\| |
| * | cxgb4: fix abort_req_rss6 structSteve Wise2018-09-111-1/+0Star
| |/
* | cxgb4: remove the unneeded locksGanesh Goudar2018-10-032-55/+15Star
* | cxgb4: Use proper enum in IEEE_FAUX_SYNCNathan Chancellor2018-10-031-1/+1
* | cxgb4: Use proper enum in cxgb4_dcb_handle_fw_updateNathan Chancellor2018-10-031-2/+2
* | net: cxgb3_main: remove redundant null pointer check before kfree_skbzhong jiang2018-09-211-2/+1Star
* | net: cxgb3: remove redundant null pointer check before kfree_skbzhong jiang2018-09-211-2/+1Star
* | net: ethernet: remove redundant includezhong jiang2018-09-191-1/+0Star
* | cxgb4: remove duplicated include from cxgb4_main.cYueHaibing2018-09-181-1/+0Star
* | cxgb4: update supported DCB versionGanesh Goudar2018-09-142-2/+31
* | cxgb4: add per rx-queue counter for packet errorsGanesh Goudar2018-09-143-0/+6
* | cxgb4: Fix endianness issue in t4_fwcache()Ganesh Goudar2018-09-141-1/+1
* | cxgb4: remove redundant assignment to vlan_cmd.dropnovlan_fmColin Ian King2018-09-101-1/+0Star
* | cxgb4: impose mandatory VLAN usage when non-zero TAG IDCasey Leedom2018-09-082-0/+4
* | cxgb4: collect hardware queue descriptorsRahul Lakkireddy2018-09-046-1/+399
* | cxgb4: when max_tx_rate is 0 disable tx rate limitingGanesh Goudar2018-09-041-2/+23
|/
* net_sched: remove list_head from tc_actionCong Wang2018-08-212-9/+6Star
* Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-1620-243/+1430
|\
| * cxgb4: Add new T5 PCI device ids 0x50af and 0x50b0Ganesh Goudar2018-08-141-0/+2
| * cxgb4: remove set but not used variable 'spd'YueHaibing2018-08-131-8/+0Star
| * cxgb4: add support to display DCB infoGanesh Goudar2018-08-104-2/+197
| * net: chelsio: cxgb2: remove unused array pci_speedColin Ian King2018-08-101-4/+0Star
| * cxgb4: update 1.20.8.0 as the latest firmware supportedGanesh Goudar2018-08-091-6/+6
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-091-4/+2Star
| |\
| * | cxgb3/l2t: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
| * | cxgb4/t4_hw: mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-0/+3
| * | cxgb4/l2t: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
| * | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-0/+2
| |\ \