summaryrefslogtreecommitdiff
path: root/drivers/net/benet/be_cmds.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-24be2net: Bug fix to config NIC appropriately before loopback testSarveshwar Bandi1-0/+35
2009-12-24be2net: Bug fix to avoid soft lockup in loopback test.Sarveshwar Bandi1-0/+1
2009-12-04be2net: Add support for ethtool self testSuresh R1-0/+93
2009-12-03be2net: Support for WoL using magic packet after suspend.Ajit Khaparde1-0/+36
2009-12-03be2net: Changes to print fw command opcode when command is failed by controller.Ajit Khaparde1-32/+57
2009-11-23be2net: remove BUG_ON() when be2net runs out of mccq wrbsSathya Perla1-4/+85
2009-11-23be2net: Issue fw_init/clean cmds to fwSathya Perla1-0/+51
2009-11-23be2net: support configuration of 64 multicast addresses instead of 32Sathya Perla1-9/+14
2009-11-21be2net: Patch to flash redboot section while firmware update.Sarveshwar Bandi1-0/+29
2009-10-28be2net: Changes to update ethtool get_settings function to return appropriate...Sarveshwar Bandi1-2/+35
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-11/+22
2009-10-15be2net: fix support for PCI hot plugSathya Perla1-7/+18
2009-10-15be2net: fix promiscuous and multicast promiscuous modes being enabled alwaysSathya Perla1-4/+4
2009-10-13be2net: Implement ethtool get_phys_id function.Sarveshwar Bandi1-0/+59
2009-10-05be2net: Fix a bug in preparation of mcc wrb which was causing flash operation...Ajit Khaparde1-1/+0
2009-10-01be2net: Workaround to fix a bug in Rx Completion processing.Ajit Khaparde1-1/+2
2009-09-17be2net: fix some cmds to use mccq instead of mboxSathya Perla1-166/+246
2009-09-07be2net: Changes to support flashing of the be2 network adapterAjit Khaparde1-1/+29
2009-08-06be2net: Patch to perform function reset at initializationsarveshwarb1-0/+21
2009-08-02be2net: delete unnecessary code from be_cmd_POST()Sathya Perla1-41/+4
2009-08-02be2net: some name changes for consistencySathya Perla1-31/+31
2009-08-02be2net: replace some printks with dev_err()/dev_warn()Sathya Perla1-16/+10
2009-08-02be2net: remove pci_func field from be_adapter structSathya Perla1-4/+4
2009-08-02be2net: get rid of be_ctrl_info struct/abstractionSathya Perla1-146/+147
2009-06-19be2net: receive asynchronous link status notifications from BESathya Perla1-7/+27
2009-06-19be2net: cleanup multicast_set cmd to avoid mc_list copySathya Perla1-7/+12
2009-06-19be2net: Use MCC queue for cmds that may be called in BH contextSathya Perla1-17/+52
2009-06-19be2net: Add MCC queue mechanism for BE cmdsSathya Perla1-58/+200
2009-03-12net: Add be2net driver.Sathya Perla1-0/+861