summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-24cxgb4vf: update kernel-doc line commentsRahul Lakkireddy1-2/+1
2020-05-05cxgb4/cxgb4vf: Remove superfluous void * cast in debugfs_create_file() callGeert Uytterhoeven1-1/+1
2020-03-11net: cxgb4vf: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-04net/chelsio: Delete drive and module versionsLeon Romanovsky1-9/+0
2019-12-31cxgb4/cxgb4vf: fix flow control display for auto negotiationRahul Lakkireddy1-2/+2
2019-08-11cxgb4: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-14/+7
2019-04-26cxgb4/cxgb4vf_main: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-03-29cxgb4/cxgb4vf: Display advertised FEC in ethtoolVishal Kulkarni1-16/+0
2019-03-02cxgb4vf: Call netif_carrier_off properly in pci_probeArjun Vynipadath1-1/+1
2019-03-02cxgb4vf: Revert force link up behaviourArjun Vynipadath1-10/+3
2019-03-02cxgb4vf: Prefix adapter flags with CXGB4VFArjun Vynipadath1-33/+35
2019-02-28cxgb4vf: Enter debugging mode if FW is inaccessibleArjun Vynipadath1-13/+32
2019-02-28cxgb4/cxgb4vf: Fix up netdev->hw_featuresArjun Vynipadath1-8/+7
2019-02-14cxgb4vf: Few more link management changes.Vishal Kulkarni1-1/+8
2019-02-03cxgb4/cxgb4vf: Program hash region for {t4/t4vf}_change_mac()Arjun Vynipadath1-26/+73
2019-01-29cxgb4vf: Update port information in cxgb4vf_open()Arjun Vynipadath1-0/+7
2018-12-15cxgb4: remove DEFINE_SIMPLE_DEBUGFS_FILE()Yangtao Li1-14/+2
2018-11-20cxgb4/cxgb4vf: Fix mac_hlist initialization and freeArjun Vynipadath1-3/+3
2018-11-10cxgb4vf: free mac_hlist properlyArjun Vynipadath1-0/+6
2018-11-10cxgb4vf: fix memleak in mac_hlist initializationArjun Vynipadath1-2/+4
2018-05-25cxgb4/cxgb4vf: Notify link changes to OS-dependent codeArjun Vynipadath1-3/+2
2018-04-17cxgb4vf: display pause settingsGanesh Goudar1-0/+16
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-5/+5
2018-03-12cxgb4/cxgb4vf: check fw caps to set link mode maskGanesh Goudar1-13/+24
2018-03-05cxgb4vf: Forcefully link up virtual interfacesArjun Vynipadath1-3/+11
2018-01-24cxgb4/cxgb4vf: add support for ndo_set_vf_vlanGanesh Goudar1-0/+2
2017-12-28cxgb4/cxgb4vf: support for XLAUI Port TypeGanesh Goudar1-1/+9
2017-11-03cxgb4vf: define get_fecparam ethtool callbackGanesh Goudar1-0/+58
2017-08-21cxgb4/cxgbvf: Handle 32-bit fw port capabilitiesGanesh Goudar1-13/+37
2017-08-15net/cxgb4vf: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagCasey Leedom1-0/+18
2017-01-07cxgb4/cxgb4vf: Display 25G and 100G link speedGanesh Goudar1-9/+12
2016-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-12-09cxgb4/cxgb4vf: Assign netdev->dev_port with port IDArjun V1-0/+1
2016-12-08cxgb4/cxgb4vf: Remove deprecated module parametersGanesh Goudar1-8/+1
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson1-4/+2
2016-08-29cxgb4/cxgb4vf: fix spelling mistake "provissioned" -> "provisioned"Colin Ian King1-1/+1
2016-08-15cxgb4/cxgb4vf: Add set VF mac address supportHariprasad Shenai1-0/+24
2016-07-25cxgb4/cxgb4vf: Add link mode mask API to cxgb4 and cxgb4vfGanesh Goudar1-97/+179
2016-06-25cxgb4vf: Synchronize access to mailboxHariprasad Shenai1-0/+2
2016-06-16cxgb4/cxgb4vf: Synchronize all MAC addressesHariprasad Shenai1-6/+2
2016-04-29cxgb4vf: Add support to enable logging of firmware mailbox commands for VFHariprasad Shenai1-0/+112
2016-04-06cxgb4/cxgb4vf: Deprecate module parameter dflt_msg_enableHariprasad Shenai1-1/+2
2016-03-11cxgb4vf: Set number of queues in pci probe onlyHariprasad Shenai1-4/+4
2016-03-11cxgb4vf: Add a couple more checks for invalid provisioning configurationsHariprasad Shenai1-0/+5
2016-03-11cxgb4vf: Configure queue based on resource and interrupt typeHariprasad Shenai1-71/+94
2016-03-11cxgb4vf: Enable interrupts before we register our network devicesHariprasad Shenai1-25/+26
2016-03-02cxgb4vf: Remove dead functions collect_netdev_[um]c_list_addrsHariprasad Shenai1-46/+0
2016-03-02cxgb4vf: Remove redundant adapter ready check during probeHariprasad Shenai1-10/+0
2016-02-18cxgb4vf: Use __dev_uc_sync/__dev_mc_sync to sync MAC addressHariprasad Shenai1-44/+72
2015-10-22cxgb4/cxgb4vf: Update driver desc. to include Chelsio T6 adapterHariprasad Shenai1-1/+1