Age | Commit message (Expand) | Author |
2009-12-23 | be2net: Bug fix to return correct values in ethtool get_settings. | Sarveshwar Bandi |
2009-12-23 | be2net: Bug fix to config NIC appropriately before loopback test | Sarveshwar Bandi |
2009-12-23 | be2net: Bug fix to avoid soft lockup in loopback test. | Sarveshwar Bandi |
2009-12-11 | be2net: fix error in rx completion processing. | Ajit Khaparde |
2009-12-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2009-12-07 | Merge branch 'for-next' into for-linus | Jiri Kosina |
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa |
2009-12-03 | be2net: Add support for ethtool self test | Suresh R |
2009-12-03 | drivers/net: Move && and || to end of previous line | Joe Perches |
2009-12-03 | be2net: Bump up the driver version number | Ajit Khaparde |
2009-12-03 | be2net: Support for WoL using magic packet after suspend. | Ajit Khaparde |
2009-12-03 | be2net: Changes to print fw command opcode when command is failed by controller. | Ajit Khaparde |
2009-12-02 | be2net: remove use of skb_dma_map/unmap | Alexander Duyck |
2009-12-02 | be2net: fix unnecessary access to hardware to get link, port info | Ajit Khaparde |
2009-12-02 | be2net: Add be_rx_polls counter | Ajit Khaparde |
2009-12-02 | be2net: fix to allow port beacon when device is closed | Ajit Khaparde |
2009-12-02 | be2net: check for valid ether address | Ajit Khaparde |
2009-12-02 | be2net: initialize netdev->perm_addr | Ajit Khaparde |
2009-12-02 | be2net: set netdev->vlan_features appropriately | Ajit Khaparde |
2009-11-23 | be2net: remove BUG_ON() when be2net runs out of mccq wrbs | Sathya Perla |
2009-11-23 | be2net: Fix cleanup path in be_probe() | Sathya Perla |
2009-11-23 | be2net: Issue fw_init/clean cmds to fw | Sathya Perla |
2009-11-23 | be2net: Fix rx_drops_no_fragments stat being incorrectly indexed | Sathya Perla |
2009-11-23 | be2net: support configuration of 64 multicast addresses instead of 32 | Sathya Perla |
2009-11-20 | be2net: Patch to flash redboot section while firmware update. | Sarveshwar Bandi |
2009-11-08 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2009-11-06 | be2net: Bug fix to send config commands to hardware after netdev_register | Ajit Khaparde |
2009-11-06 | be2net: fix to set proper flow control on resume | Ajit Khaparde |
2009-11-06 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2009-11-06 | be2net: Fix CQE_STATUS_EXTD_SHIFT define | Sathya Perla |
2009-10-29 | be2net: Add the new PCI IDs to PCI_DEVICE_TABLE. | Ajit Khaparde |
2009-10-28 | be2net: Changes to update ethtool get_settings function to return appropriate... | Sarveshwar Bandi |
2009-10-27 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2009-10-16 | be2net: Add support for next generation of BladeEngine device. | Ajit Khaparde |
2009-10-14 | be2net: fix support for PCI hot plug | Sathya Perla |
2009-10-14 | be2net: fix promiscuous and multicast promiscuous modes being enabled always | Sathya Perla |
2009-10-13 | net: Use netdev_alloc_skb_ip_align() | Eric Dumazet |
2009-10-12 | be2net: Implement ethtool get_phys_id function. | Sarveshwar Bandi |
2009-10-07 | be2net: Get rid of net_device_stats from adapter. | Ajit Khaparde |
2009-10-06 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2009-10-06 | be2net: Bug fix to properly update ethtool tx-checksumming after ethtool -K <... | Ajit Khaparde |
2009-10-06 | be2net: Fix a typo in be_cmds.h | Ajit Khaparde |
2009-10-06 | be2net: Bug Fix while accounting of multicast frames during netdev stats update | Ajit Khaparde |
2009-10-05 | be2net: Fix a bug in preparation of mcc wrb which was causing flash operation... | Ajit Khaparde |
2009-10-05 | net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count() | Ben Hutchings |
2009-09-30 | be2net: Workaround to fix a bug in Rx Completion processing. | Ajit Khaparde |
2009-09-17 | be2net: fix some cmds to use mccq instead of mbox | Sathya Perla |
2009-09-07 | be2net: Code changes in Tx path to use skb_dma_map/skb_dma_unmap | Ajit Khaparde |
2009-09-07 | be2net: Changes to support flashing of the be2 network adapter | Ajit Khaparde |
2009-09-02 | drivers: Kill now superfluous ->last_rx stores | Eric Dumazet |