summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | cxgb4: get naming correct for iscsi queuesHariprasad Shenai2015-12-234-38/+38
* | cxgb4: Warn if device doesn't have enough PCI bandwidthHariprasad Shenai2015-12-231-2/+78
* | cxgb4: Replace arpq_head/arpq_tail with SKB double link-list codeHariprasad Shenai2015-12-172-40/+24
* | cxgb4: Use t4_mgmt_tx() API for sending write l2t request ctrl packets.Hariprasad Shenai2015-12-171-2/+1
* | cxgb4: Add API to alloc l2t entry; also update existing onesHariprasad Shenai2015-12-173-25/+117
* | cxgb4: Use symbolic constant for VLAN priority calculationHariprasad Shenai2015-12-171-1/+1
* | cxgb4: Handle clip return valuesHariprasad Shenai2015-12-123-6/+31
* | chelsio: constify cmac_ops structuresJulia Lawall2015-12-092-2/+2
* | cxgb4: Adds PCI device id for new T5 adaptersHariprasad Shenai2015-12-091-0/+3
* | cxgb4: Add FL DMA mapping error and low counterHariprasad Shenai2015-12-093-0/+11
* | cxgb4: Deal with wrap-around of queue for Work requestHariprasad Shenai2015-12-091-4/+53
* | cxgb4: prevent simultaneous execution of service_ofldq()Hariprasad Shenai2015-12-092-6/+51
* | cxgb4: Use ACCES_ONCE macro to read queue's consumer indexHariprasad Shenai2015-12-091-2/+2
* | cxgb4/cxgb4vf: update Kconfig file to include T6 adapterHariprasad Shenai2015-12-091-8/+9
* | cxgb4: Align rest of the ethtool get statsHariprasad Shenai2015-12-091-73/+73
* | cxgb3: Convert simple_strtoul to kstrtoxLABBE Corentin2015-12-072-13/+29
* | net: provide generic busy polling to all NAPI driversEric Dumazet2015-11-181-1/+0
* | net: move skb_mark_napi_id() into core networking stackEric Dumazet2015-11-181-1/+0
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-11-075-40/+158
|\
| * cxgb4: T6 adapter lld support for iw_cxgb4 driverHariprasad S2015-10-225-40/+158
* | Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-051-2/+2
|\ \
| * | debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-041-2/+2
| |/
* | cxgb4: Update ethtool get_drvinfo to get regdump lenHariprasad Shenai2015-10-221-1/+4
* | cxgb4: Use vmalloc, if kmalloc failsHariprasad Shenai2015-10-221-4/+4
* | cxgb4: Return error if setup_rss is called before probeHariprasad Shenai2015-10-221-4/+8
* | cxgb4/cxgb4vf: Update driver desc. to include Chelsio T6 adapterHariprasad Shenai2015-10-222-2/+3
* | cxgb4: Add info print to display number of MSI-X vectors allocatedHariprasad Shenai2015-10-221-0/+4
* | cxgb4: Restore L1 cfg, if FW rejects new L1 cfg settingsHariprasad Shenai2015-10-221-4/+11
* | cxgb4: Don't disallow turning off auto-negotiationHariprasad Shenai2015-10-221-4/+1
* | cxgb4: Align ethtool get stat settingsHariprasad Shenai2015-10-221-73/+73
* | cxgb4: Enhance driver to update FW, when FW is too oldHariprasad Shenai2015-10-112-2/+6
* | cxgb4: Report correct link speed for unsupported onesHariprasad Shenai2015-10-051-1/+5
* | cxgb4: Adds a new Device Log Facility FW_DEVLOG_FACILITY_CFHariprasad Shenai2015-10-051-0/+1
* | cxgb4: For T4, don't read the Firmware Mailbox Control registerHariprasad Shenai2015-10-051-6/+14
* | cxgb4 : Update T4/T5/T6 register rangesHariprasad Shenai2015-10-051-330/+1134
* | cxgb4: Add HW timesptamp support for RXHariprasad Shenai2015-09-295-3/+81
|/
* cxgb4: add device ID for few T5 adaptersHariprasad Shenai2015-09-181-0/+5
* cxgb4: changes for new firmware 1.14.4.0Hariprasad Shenai2015-09-102-8/+37
* cxgb4: Fix for write-combining stats configurationHariprasad Shenai2015-09-091-2/+5
* cxgb4: Fix tx flit calculationHariprasad Shenai2015-09-091-1/+1
* cxgb4: fix usage of uninitialized variablefrançois romieu2015-09-071-11/+6
* cxgb4: Force uninitialized state if FW in adapter is unsupportedHariprasad Shenai2015-08-284-0/+72
* cxgb4: memory corruption in debugfsDan Carpenter2015-08-191-5/+6
* cxgb4: Add MPS tracing supportHariprasad Shenai2015-08-144-0/+475
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-141-1/+2
|\
| * cxgb4: missing curly braces in t4_setup_debugfs()Dan Carpenter2015-08-101-1/+2
* | cxgb4: Add debugfs support to dump tid infoHariprasad Shenai2015-08-133-5/+76
* | cxgb4: Differentiate between stids between server and filter regionHariprasad Shenai2015-08-132-5/+11
* | cxgb4: Differentiates between TIDs being used in TCAM and HASHHariprasad Shenai2015-08-133-6/+36
* | cxgb4: Add some more details to sge qinfoHariprasad Shenai2015-08-131-8/+53