summaryrefslogtreecommitdiffstats
path: root/drivers/net/benet/be_cmds.c
Commit message (Expand)AuthorAgeFilesLines
* be2net: Implement ethtool get_phys_id function.Sarveshwar Bandi2009-10-121-0/+59
* be2net: Fix a bug in preparation of mcc wrb which was causing flash operation...Ajit Khaparde2009-10-051-1/+0
* be2net: Workaround to fix a bug in Rx Completion processing.Ajit Khaparde2009-09-301-1/+2
* be2net: fix some cmds to use mccq instead of mboxSathya Perla2009-09-171-166/+246
* be2net: Changes to support flashing of the be2 network adapterAjit Khaparde2009-09-071-1/+29
* be2net: Patch to perform function reset at initializationsarveshwarb2009-08-051-0/+21
* be2net: delete unnecessary code from be_cmd_POST()Sathya Perla2009-08-011-41/+4
* be2net: some name changes for consistencySathya Perla2009-08-011-31/+31
* be2net: replace some printks with dev_err()/dev_warn()Sathya Perla2009-08-011-16/+10
* be2net: remove pci_func field from be_adapter structSathya Perla2009-08-011-4/+4
* be2net: get rid of be_ctrl_info struct/abstractionSathya Perla2009-08-011-146/+147
* be2net: receive asynchronous link status notifications from BESathya Perla2009-06-191-7/+27
* be2net: cleanup multicast_set cmd to avoid mc_list copySathya Perla2009-06-191-7/+12
* be2net: Use MCC queue for cmds that may be called in BH contextSathya Perla2009-06-191-17/+52
* be2net: Add MCC queue mechanism for BE cmdsSathya Perla2009-06-191-58/+200
* net: Add be2net driver.Sathya Perla2009-03-111-0/+861