summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* cxgb4vf: configure ports accessible by the VFNirranjan Kirubaharan2020-06-301-8/+39
* cxgb4vf: update kernel-doc line commentsRahul Lakkireddy2020-06-231-2/+1
* cxgb4/cxgb4vf: Remove superfluous void * cast in debugfs_create_file() callGeert Uytterhoeven2020-05-051-1/+1
* net: cxgb4vf: reject unsupported coalescing paramsJakub Kicinski2020-03-101-0/+2
* net/chelsio: Delete drive and module versionsLeon Romanovsky2020-03-031-9/+0
* cxgb4/cxgb4vf: fix flow control display for auto negotiationRahul Lakkireddy2019-12-301-2/+2
* cxgb4: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-101-14/+7
* cxgb4/cxgb4vf_main: Mark expected switch fall-throughGustavo A. R. Silva2019-04-261-1/+1
* cxgb4/cxgb4vf: Display advertised FEC in ethtoolVishal Kulkarni2019-03-291-16/+0
* cxgb4vf: Call netif_carrier_off properly in pci_probeArjun Vynipadath2019-03-011-1/+1
* cxgb4vf: Revert force link up behaviourArjun Vynipadath2019-03-011-10/+3
* cxgb4vf: Prefix adapter flags with CXGB4VFArjun Vynipadath2019-03-011-33/+35
* cxgb4vf: Enter debugging mode if FW is inaccessibleArjun Vynipadath2019-02-281-13/+32
* cxgb4/cxgb4vf: Fix up netdev->hw_featuresArjun Vynipadath2019-02-281-8/+7
* cxgb4vf: Few more link management changes.Vishal Kulkarni2019-02-131-1/+8
* cxgb4/cxgb4vf: Program hash region for {t4/t4vf}_change_mac()Arjun Vynipadath2019-02-031-26/+73
* cxgb4vf: Update port information in cxgb4vf_open()Arjun Vynipadath2019-01-291-0/+7
* cxgb4: remove DEFINE_SIMPLE_DEBUGFS_FILE()Yangtao Li2018-12-151-14/+2
* cxgb4/cxgb4vf: Fix mac_hlist initialization and freeArjun Vynipadath2018-11-201-3/+3
* cxgb4vf: free mac_hlist properlyArjun Vynipadath2018-11-091-0/+6
* cxgb4vf: fix memleak in mac_hlist initializationArjun Vynipadath2018-11-091-2/+4
* cxgb4/cxgb4vf: Notify link changes to OS-dependent codeArjun Vynipadath2018-05-251-3/+2
* cxgb4vf: display pause settingsGanesh Goudar2018-04-171-0/+16
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-5/+5
* cxgb4/cxgb4vf: check fw caps to set link mode maskGanesh Goudar2018-03-121-13/+24
* cxgb4vf: Forcefully link up virtual interfacesArjun Vynipadath2018-03-041-3/+11
* cxgb4/cxgb4vf: add support for ndo_set_vf_vlanGanesh Goudar2018-01-241-0/+2
* cxgb4/cxgb4vf: support for XLAUI Port TypeGanesh Goudar2017-12-281-1/+9
* cxgb4vf: define get_fecparam ethtool callbackGanesh Goudar2017-11-031-0/+58
* cxgb4/cxgbvf: Handle 32-bit fw port capabilitiesGanesh Goudar2017-08-201-13/+37
* net/cxgb4vf: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagCasey Leedom2017-08-141-0/+18
* cxgb4/cxgb4vf: Display 25G and 100G link speedGanesh Goudar2017-01-061-9/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-101-0/+1
|\
| * cxgb4/cxgb4vf: Assign netdev->dev_port with port IDArjun V2016-12-081-0/+1
* | cxgb4/cxgb4vf: Remove deprecated module parametersGanesh Goudar2016-12-081-8/+1
* | ethernet: use net core MTU range checking in more driversJarod Wilson2016-10-201-4/+2
|/
* cxgb4/cxgb4vf: fix spelling mistake "provissioned" -> "provisioned"Colin Ian King2016-08-281-1/+1
* cxgb4/cxgb4vf: Add set VF mac address supportHariprasad Shenai2016-08-141-0/+24
* cxgb4/cxgb4vf: Add link mode mask API to cxgb4 and cxgb4vfGanesh Goudar2016-07-251-97/+179
* cxgb4vf: Synchronize access to mailboxHariprasad Shenai2016-06-251-0/+2
* cxgb4/cxgb4vf: Synchronize all MAC addressesHariprasad Shenai2016-06-151-6/+2
* cxgb4vf: Add support to enable logging of firmware mailbox commands for VFHariprasad Shenai2016-04-291-0/+112
* cxgb4/cxgb4vf: Deprecate module parameter dflt_msg_enableHariprasad Shenai2016-04-061-1/+2
* cxgb4vf: Set number of queues in pci probe onlyHariprasad Shenai2016-03-101-4/+4
* cxgb4vf: Add a couple more checks for invalid provisioning configurationsHariprasad Shenai2016-03-101-0/+5
* cxgb4vf: Configure queue based on resource and interrupt typeHariprasad Shenai2016-03-101-71/+94
* cxgb4vf: Enable interrupts before we register our network devicesHariprasad Shenai2016-03-101-25/+26
* cxgb4vf: Remove dead functions collect_netdev_[um]c_list_addrsHariprasad Shenai2016-03-021-46/+0
* cxgb4vf: Remove redundant adapter ready check during probeHariprasad Shenai2016-03-021-10/+0