aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-11cxgb4: Handle clip return valuesHariprasad Shenai3-6/+31
2015-12-08chelsio: constify cmac_ops structuresJulia Lawall2-2/+2
2015-12-08cxgb4: Adds PCI device id for new T5 adaptersHariprasad Shenai1-0/+3
2015-12-08cxgb4: Add FL DMA mapping error and low counterHariprasad Shenai3-0/+11
2015-12-08cxgb4: Deal with wrap-around of queue for Work requestHariprasad Shenai1-4/+53
2015-12-08cxgb4: prevent simultaneous execution of service_ofldq()Hariprasad Shenai2-6/+51
2015-12-08cxgb4: Use ACCES_ONCE macro to read queue's consumer indexHariprasad Shenai1-2/+2
2015-12-08cxgb4/cxgb4vf: update Kconfig file to include T6 adapterHariprasad Shenai1-8/+9
2015-12-08cxgb4: Align rest of the ethtool get statsHariprasad Shenai1-73/+73
2015-12-07cxgb3: Convert simple_strtoul to kstrtoxLABBE Corentin2-13/+29
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet1-1/+0
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet1-1/+0
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds5-40/+158
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2015-10-22cxgb4: Update ethtool get_drvinfo to get regdump lenHariprasad Shenai1-1/+4
2015-10-22cxgb4: Use vmalloc, if kmalloc failsHariprasad Shenai1-4/+4
2015-10-22cxgb4: Return error if setup_rss is called before probeHariprasad Shenai1-4/+8
2015-10-22cxgb4/cxgb4vf: Update driver desc. to include Chelsio T6 adapterHariprasad Shenai2-2/+3
2015-10-22cxgb4: Add info print to display number of MSI-X vectors allocatedHariprasad Shenai1-0/+4
2015-10-22cxgb4: Restore L1 cfg, if FW rejects new L1 cfg settingsHariprasad Shenai1-4/+11
2015-10-22cxgb4: Don't disallow turning off auto-negotiationHariprasad Shenai1-4/+1
2015-10-22cxgb4: Align ethtool get stat settingsHariprasad Shenai1-73/+73
2015-10-21cxgb4: T6 adapter lld support for iw_cxgb4 driverHariprasad S5-40/+158
2015-10-11cxgb4: Enhance driver to update FW, when FW is too oldHariprasad Shenai2-2/+6
2015-10-05cxgb4: Report correct link speed for unsupported onesHariprasad Shenai1-1/+5
2015-10-05cxgb4: Adds a new Device Log Facility FW_DEVLOG_FACILITY_CFHariprasad Shenai1-0/+1
2015-10-05cxgb4: For T4, don't read the Firmware Mailbox Control registerHariprasad Shenai1-6/+14
2015-10-05cxgb4 : Update T4/T5/T6 register rangesHariprasad Shenai1-330/+1134
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar1-2/+2
2015-09-28cxgb4: Add HW timesptamp support for RXHariprasad Shenai5-3/+81
2015-09-17cxgb4: add device ID for few T5 adaptersHariprasad Shenai1-0/+5
2015-09-09cxgb4: changes for new firmware 1.14.4.0Hariprasad Shenai2-8/+37
2015-09-09cxgb4: Fix for write-combining stats configurationHariprasad Shenai1-2/+5
2015-09-09cxgb4: Fix tx flit calculationHariprasad Shenai1-1/+1
2015-09-06cxgb4: fix usage of uninitialized variablefrançois romieu1-11/+6
2015-08-28cxgb4: Force uninitialized state if FW in adapter is unsupportedHariprasad Shenai4-0/+72
2015-08-18cxgb4: memory corruption in debugfsDan Carpenter1-5/+6
2015-08-13cxgb4: Add MPS tracing supportHariprasad Shenai4-0/+475
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-08-12cxgb4: Add debugfs support to dump tid infoHariprasad Shenai3-5/+76
2015-08-12cxgb4: Differentiate between stids between server and filter regionHariprasad Shenai2-5/+11
2015-08-12cxgb4: Differentiates between TIDs being used in TCAM and HASHHariprasad Shenai3-6/+36
2015-08-12cxgb4: Add some more details to sge qinfoHariprasad Shenai1-8/+53
2015-08-10cxgb4: cleanup some indentingDan Carpenter1-3/+3
2015-08-10cxgb4: missing curly braces in t4_setup_debugfs()Dan Carpenter1-1/+2
2015-08-04cxgb4: Update T6 register rangesHariprasad Shenai1-14/+12
2015-08-04cxgb4/cxgb4vf: read the correct bits of PL Who Am I registerHariprasad Shenai4-4/+45
2015-08-04cxgb4: Add support to dump edc bist statusHariprasad Shenai2-2/+42
2015-08-04cxgb4: Add debugfs support to dump meminfoHariprasad Shenai2-0/+407
2015-07-26cxgb4vf: Read correct FL congestion threshold for T5 and T6Hariprasad Shenai2-2/+21