aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/benet/be_cmds.c
Commit message (Expand)AuthorAge
* be2net: clarify promiscuous cmd with a commentSathya Perla2010-04-13
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-07
|\
| * be2net: fix flashing on big endian architecturesAjit Khaparde2010-04-01
* | net: convert multicast list to list_headJiri Pirko2010-04-03
* | be2net: Adding PCI SRIOV supportSarveshwar Bandi2010-04-01
|/
* be2net: fix mccq create for big endian architecturesAjit Khaparde2010-03-15
* be2net: remove usage of be_pci_funcAjit Khaparde2010-03-08
* be2net: fix tx completion pollingSathya Perla2010-03-02
* net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko2010-02-22
* be2net: update copyright datesAjit Khaparde2010-02-19
* be2net: don't rearm mcc cq when device is not openSathya Perla2010-02-17
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-17
|\
| * be2net: set proper value to version field in req hdrAjit Khaparde2010-02-16
* | be2net: implement EEH pci error recovery handlersSathya Perla2010-02-16
* | be2net: bug fix for flashing the BladeEngine3 ASICAjit Khaparde2010-02-12
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-28
|\|
| * be2net: swap only first 2 fields of mcc_wrbSathya Perla2010-01-23
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-11
|\|
| * be2net: Bug fix to config NIC appropriately before loopback testSarveshwar Bandi2009-12-23
| * be2net: Bug fix to avoid soft lockup in loopback test.Sarveshwar Bandi2009-12-23
* | be2net: implements ethtool function to read eeprom data.Sarveshwar Bandi2010-01-08
|/
* be2net: Add support for ethtool self testSuresh R2009-12-03
* be2net: Support for WoL using magic packet after suspend.Ajit Khaparde2009-12-03
* be2net: Changes to print fw command opcode when command is failed by controller.Ajit Khaparde2009-12-03
* be2net: remove BUG_ON() when be2net runs out of mccq wrbsSathya Perla2009-11-23
* be2net: Issue fw_init/clean cmds to fwSathya Perla2009-11-23
* be2net: support configuration of 64 multicast addresses instead of 32Sathya Perla2009-11-23
* be2net: Patch to flash redboot section while firmware update.Sarveshwar Bandi2009-11-20
* be2net: Changes to update ethtool get_settings function to return appropriate...Sarveshwar Bandi2009-10-28
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-27
|\
| * be2net: fix support for PCI hot plugSathya Perla2009-10-15
| * be2net: fix promiscuous and multicast promiscuous modes being enabled alwaysSathya Perla2009-10-15
* | be2net: Implement ethtool get_phys_id function.Sarveshwar Bandi2009-10-12
|/
* be2net: Fix a bug in preparation of mcc wrb which was causing flash operation...Ajit Khaparde2009-10-05
* be2net: Workaround to fix a bug in Rx Completion processing.Ajit Khaparde2009-10-01
* be2net: fix some cmds to use mccq instead of mboxSathya Perla2009-09-17
* be2net: Changes to support flashing of the be2 network adapterAjit Khaparde2009-09-07
* be2net: Patch to perform function reset at initializationsarveshwarb2009-08-05
* be2net: delete unnecessary code from be_cmd_POST()Sathya Perla2009-08-02
* be2net: some name changes for consistencySathya Perla2009-08-02
* be2net: replace some printks with dev_err()/dev_warn()Sathya Perla2009-08-02
* be2net: remove pci_func field from be_adapter structSathya Perla2009-08-02
* be2net: get rid of be_ctrl_info struct/abstractionSathya Perla2009-08-02
* be2net: receive asynchronous link status notifications from BESathya Perla2009-06-19
* be2net: cleanup multicast_set cmd to avoid mc_list copySathya Perla2009-06-19
* be2net: Use MCC queue for cmds that may be called in BH contextSathya Perla2009-06-19
* be2net: Add MCC queue mechanism for BE cmdsSathya Perla2009-06-19
* net: Add be2net driver.Sathya Perla2009-03-12