aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/benet (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-23be2net: Bug fix to return correct values in ethtool get_settings.Sarveshwar Bandi2-9/+32
2009-12-23be2net: Bug fix to config NIC appropriately before loopback testSarveshwar Bandi3-14/+74
2009-12-23be2net: Bug fix to avoid soft lockup in loopback test.Sarveshwar Bandi1-0/+1
2009-12-11be2net: fix error in rx completion processing.Ajit Khaparde1-2/+2
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina2-2/+2
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2-2/+2
2009-12-03be2net: Add support for ethtool self testSuresh R3-0/+223
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-12-03be2net: Bump up the driver version numberAjit Khaparde1-1/+1
2009-12-03be2net: Support for WoL using magic packet after suspend.Ajit Khaparde6-0/+128
2009-12-03be2net: Changes to print fw command opcode when command is failed by controller.Ajit Khaparde1-32/+57
2009-12-02be2net: remove use of skb_dma_map/unmapAlexander Duyck1-11/+26
2009-12-02be2net: fix unnecessary access to hardware to get link, port infoAjit Khaparde3-21/+38
2009-12-02be2net: Add be_rx_polls counterAjit Khaparde3-2/+3
2009-12-02be2net: fix to allow port beacon when device is closedAjit Khaparde1-3/+0
2009-12-02be2net: check for valid ether addressAjit Khaparde1-0/+7
2009-12-02be2net: initialize netdev->perm_addrAjit Khaparde1-0/+1
2009-12-02be2net: set netdev->vlan_features appropriatelyAjit Khaparde1-0/+2
2009-11-23be2net: remove BUG_ON() when be2net runs out of mccq wrbsSathya Perla1-4/+85
2009-11-23be2net: Fix cleanup path in be_probe()Sathya Perla1-4/+12
2009-11-23be2net: Issue fw_init/clean cmds to fwSathya Perla3-16/+87
2009-11-23be2net: Fix rx_drops_no_fragments stat being incorrectly indexedSathya Perla1-1/+2
2009-11-23be2net: support configuration of 64 multicast addresses instead of 32Sathya Perla4-17/+55
2009-11-20be2net: Patch to flash redboot section while firmware update.Sarveshwar Bandi4-0/+67
2009-11-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-14/+24
2009-11-06be2net: Bug fix to send config commands to hardware after netdev_registerAjit Khaparde1-12/+12
2009-11-06be2net: fix to set proper flow control on resumeAjit Khaparde3-4/+14
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-11-06be2net: Fix CQE_STATUS_EXTD_SHIFT defineSathya Perla1-1/+1
2009-10-29be2net: Add the new PCI IDs to PCI_DEVICE_TABLE.Ajit Khaparde1-0/+2
2009-10-28be2net: Changes to update ethtool get_settings function to return appropriate values.Sarveshwar Bandi4-6/+117
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-25/+40
2009-10-16be2net: Add support for next generation of BladeEngine device.Ajit Khaparde1-2/+13
2009-10-14be2net: fix support for PCI hot plugSathya Perla2-11/+22
2009-10-14be2net: fix promiscuous and multicast promiscuous modes being enabled alwaysSathya Perla3-14/+18
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-3/+1
2009-10-12be2net: Implement ethtool get_phys_id function.Sarveshwar Bandi3-0/+126
2009-10-07be2net: Get rid of net_device_stats from adapter.Ajit Khaparde3-6/+3
2009-10-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-6/+5
2009-10-06be2net: Bug fix to properly update ethtool tx-checksumming after ethtool -K <ifname> tx offAjit Khaparde2-3/+3
2009-10-06be2net: Fix a typo in be_cmds.hAjit Khaparde1-1/+1
2009-10-06be2net: Bug Fix while accounting of multicast frames during netdev stats updateAjit Khaparde1-1/+1
2009-10-05be2net: Fix a bug in preparation of mcc wrb which was causing flash operation to failAjit Khaparde1-1/+0
2009-10-05net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count()Ben Hutchings1-3/+8
2009-09-30be2net: Workaround to fix a bug in Rx Completion processing.Ajit Khaparde4-6/+24
2009-09-17be2net: fix some cmds to use mccq instead of mboxSathya Perla4-189/+271
2009-09-07be2net: Code changes in Tx path to use skb_dma_map/skb_dma_unmapAjit Khaparde1-30/+32
2009-09-07be2net: Changes to support flashing of the be2 network adapterAjit Khaparde6-4/+317
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet1-2/+0