summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio (follow)
Commit message (Expand)AuthorAgeFilesLines
* cxgb4: fix missing break in switch and indent return statementsColin Ian King2017-10-151-3/+4
* cxgb4: collect IBQ and OBQ dumpsRahul Lakkireddy2017-10-154-0/+253
* cxgb4: collect hardware module dumpsRahul Lakkireddy2017-10-155-0/+422
* cxgb4: collect TP dumpRahul Lakkireddy2017-10-158-1/+234
* cxgb4: update API for TP indirect register accessRahul Lakkireddy2017-10-155-140/+239
* cxgb4: collect firmware mbox and device log dumpRahul Lakkireddy2017-10-155-0/+107
* cxgb4: collect on-chip memory dumpRahul Lakkireddy2017-10-157-1/+220
* cxgb4: collect register dumpRahul Lakkireddy2017-10-158-2/+285
* cxgb4: implement ethtool dump data operationsRahul Lakkireddy2017-10-158-2/+265
* cxgb4: add new T5 pci device id'sGanesh Goudar2017-10-101-0/+2
* cxgb4: Add support for new flash partsGanesh Goudar2017-10-101-20/+116
* cxgb4vf: make a couple of functions staticColin Ian King2017-10-041-3/+3
* cxgb4: add new T6 pci device id'sGanesh Goudar2017-10-041-0/+1
* cxgb4: Update comment for min_mtuArjun Vynipadath2017-10-031-1/+1
* cxgb4: make function ch_flower_stats_cb, fixes warningColin Ian King2017-09-281-1/+1
* neigh: make strucrt neigh_table::entry_size unsigned intAlexey Dobriyan2017-09-261-2/+2
* cxgb4: do DCB state reset in couple of placesGanesh Goudar2017-09-263-6/+20
* cxgb4: fetch stats for offloaded tc flower flowsKumar Sanghvi2017-09-236-1/+161
* cxgb4: add support to offload action vlanKumar Sanghvi2017-09-231-0/+42
* cxgb4: add basic tc flower offload supportKumar Sanghvi2017-09-236-2/+325
* cxgb4: add tc flower offload skeletonKumar Sanghvi2017-09-234-1/+128
* cxgb4: avoid stall while shutting down the adapterGanesh Goudar2017-09-223-1/+11
* drivers: net: cxgb: use setup_timer() helper.Allen Pais2017-09-211-3/+2
* cxgb4: add new T5 pci device id'sGanesh Goudar2017-09-211-0/+5
* cxgb4: Ignore MPS_TX_INT_CAUSE[Bubble] for T6Ganesh Goudar2017-09-051-1/+15
* cxgb4: Fix pause frame count in t4_get_port_statsGanesh Goudar2017-09-051-8/+4
* cxgb4: fix memory leakGanesh Goudar2017-09-051-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-021-3/+3
|\
| * cxgb4: Fix stack out-of-bounds read due to wrong size to t4_record_mbox()Stefano Brivio2017-08-291-3/+3
* | cxgb4/cxgbvf: Handle 32-bit fw port capabilitiesGanesh Goudar2017-08-218-356/+1220
* | net/sched: Fix the logic error to decide the ingress qdiscChris Mi2017-08-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-166-8/+43
|\|
| * net/cxgb4vf: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagCasey Leedom2017-08-153-0/+22
| * net/cxgb4: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagCasey Leedom2017-08-153-8/+21
* | net: sched: use newly added classid identity helpersJiri Pirko2017-08-111-1/+1
* | cxgb4: Clear On FLASH config file after a FW upgradeArjun Vynipadath2017-08-092-0/+71
* | net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-2/+2
* | net: sched: push cls related args into cls_common structureJiri Pirko2017-08-073-17/+10
* | cxgb4: push cls_u32 setup_tc processing into a separate functionJiri Pirko2017-08-071-16/+26
* | net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-071-3/+4
* | net: sched: change names of action number helpers to be aligned with the restJiri Pirko2017-08-041-1/+1
* | cxgb4: ethtool forward error correction management supportCasey Leedom2017-07-301-0/+100
* | cxgb4: core hardware/firmware support for Forward Error Correction on a linkCasey Leedom2017-07-301-35/+117
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-212-1/+4
|\|
| * cxgb4: ptp_clock_register() returns error pointersGanesh Goudar2017-07-141-1/+2
| * cxgb4: add new T5 pci device id'sGanesh Goudar2017-07-131-0/+2
* | cxgb4: display serial config and vpd versionsGanesh Goudar2017-07-214-58/+188
* | cxgb4: Update register ranges of T4/T5/T6 adaptersArjun Vynipadath2017-07-201-37/+14
* | net: chelsio: cxgb3: constify attribute_group structures.Arvind Yadav2017-07-181-2/+6
|/
* cxgb4: fix BUG() on interrupt deallocating path of ULDGuilherme G. Piccoli2017-07-112-22/+36