summaryrefslogtreecommitdiffstats
path: root/drivers/net/benet
Commit message (Expand)AuthorAgeFilesLines
* be2net: Bug fix to return correct values in ethtool get_settings.Sarveshwar Bandi2009-12-232-9/+32
* be2net: Bug fix to config NIC appropriately before loopback testSarveshwar Bandi2009-12-233-14/+74
* be2net: Bug fix to avoid soft lockup in loopback test.Sarveshwar Bandi2009-12-231-0/+1
* be2net: fix error in rx completion processing.Ajit Khaparde2009-12-111-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-092-2/+2
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2009-12-072-2/+2
| |\
| | * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-042-2/+2
* | | be2net: Add support for ethtool self testSuresh R2009-12-033-0/+223
* | | drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-2/+2
* | | be2net: Bump up the driver version numberAjit Khaparde2009-12-031-1/+1
* | | be2net: Support for WoL using magic packet after suspend.Ajit Khaparde2009-12-036-0/+128
* | | be2net: Changes to print fw command opcode when command is failed by controller.Ajit Khaparde2009-12-031-32/+57
* | | be2net: remove use of skb_dma_map/unmapAlexander Duyck2009-12-021-11/+26
* | | be2net: fix unnecessary access to hardware to get link, port infoAjit Khaparde2009-12-023-21/+38
* | | be2net: Add be_rx_polls counterAjit Khaparde2009-12-023-2/+3
* | | be2net: fix to allow port beacon when device is closedAjit Khaparde2009-12-021-3/+0
* | | be2net: check for valid ether addressAjit Khaparde2009-12-021-0/+7
* | | be2net: initialize netdev->perm_addrAjit Khaparde2009-12-021-0/+1
* | | be2net: set netdev->vlan_features appropriatelyAjit Khaparde2009-12-021-0/+2
* | | be2net: remove BUG_ON() when be2net runs out of mccq wrbsSathya Perla2009-11-231-4/+85
* | | be2net: Fix cleanup path in be_probe()Sathya Perla2009-11-231-4/+12
* | | be2net: Issue fw_init/clean cmds to fwSathya Perla2009-11-233-16/+87
* | | be2net: Fix rx_drops_no_fragments stat being incorrectly indexedSathya Perla2009-11-231-1/+2
* | | be2net: support configuration of 64 multicast addresses instead of 32Sathya Perla2009-11-234-17/+55
* | | be2net: Patch to flash redboot section while firmware update.Sarveshwar Bandi2009-11-204-0/+67
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-083-14/+24
|\| |
| * | be2net: Bug fix to send config commands to hardware after netdev_registerAjit Khaparde2009-11-061-12/+12
| * | be2net: fix to set proper flow control on resumeAjit Khaparde2009-11-063-4/+14
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-061-1/+1
|\| |
| * | be2net: Fix CQE_STATUS_EXTD_SHIFT defineSathya Perla2009-11-061-1/+1
| |/
* | be2net: Add the new PCI IDs to PCI_DEVICE_TABLE.Ajit Khaparde2009-10-291-0/+2
* | be2net: Changes to update ethtool get_settings function to return appropriate...Sarveshwar Bandi2009-10-284-6/+117
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-273-25/+40
|\|
| * be2net: fix support for PCI hot plugSathya Perla2009-10-142-11/+22
| * be2net: fix promiscuous and multicast promiscuous modes being enabled alwaysSathya Perla2009-10-143-14/+18
* | be2net: Add support for next generation of BladeEngine device.Ajit Khaparde2009-10-161-2/+13
* | net: Use netdev_alloc_skb_ip_align()Eric Dumazet2009-10-131-3/+1
* | be2net: Implement ethtool get_phys_id function.Sarveshwar Bandi2009-10-123-0/+126
* | be2net: Get rid of net_device_stats from adapter.Ajit Khaparde2009-10-073-6/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-064-6/+5
|\|
| * be2net: Bug fix to properly update ethtool tx-checksumming after ethtool -K <...Ajit Khaparde2009-10-062-3/+3
| * be2net: Fix a typo in be_cmds.hAjit Khaparde2009-10-061-1/+1
| * be2net: Bug Fix while accounting of multicast frames during netdev stats updateAjit Khaparde2009-10-061-1/+1
| * be2net: Fix a bug in preparation of mcc wrb which was causing flash operation...Ajit Khaparde2009-10-051-1/+0
* | net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count()Ben Hutchings2009-10-051-3/+8
|/
* be2net: Workaround to fix a bug in Rx Completion processing.Ajit Khaparde2009-09-304-6/+24
* be2net: fix some cmds to use mccq instead of mboxSathya Perla2009-09-174-189/+271
* be2net: Code changes in Tx path to use skb_dma_map/skb_dma_unmapAjit Khaparde2009-09-071-30/+32
* be2net: Changes to support flashing of the be2 network adapterAjit Khaparde2009-09-076-4/+317
* drivers: Kill now superfluous ->last_rx storesEric Dumazet2009-09-021-2/+0