summaryrefslogtreecommitdiff
path: root/drivers/net/benet
AgeCommit message (Expand)Author
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-02-02be2net: use eq-id to calculate cev-isr reg offsetSathya Perla
2010-01-29be2net: Fix memset() arg ordering.David S. Miller
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-01-28be2net: Bug fix to support newer generation of BE ASICAjit Khaparde
2010-01-23be2net: swap only first 2 fields of mcc_wrbSathya Perla
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-01-22be2net: fix bug in rx page postingSathya Perla
2010-01-22be2net: Add link test to list of ethtool self tests.Sarveshwar Bandi
2010-01-22be2net: ethtool self test reorganization.Sarveshwar Bandi
2010-01-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-01-08be2net: implements ethtool function to read eeprom data.Sarveshwar Bandi
2009-12-24be2net: Bug fix to return correct values in ethtool get_settings.Sarveshwar Bandi
2009-12-24be2net: Bug fix to config NIC appropriately before loopback testSarveshwar Bandi
2009-12-24be2net: Bug fix to avoid soft lockup in loopback test.Sarveshwar Bandi
2009-12-12be2net: fix error in rx completion processing.Ajit Khaparde
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-12-04be2net: Add support for ethtool self testSuresh R
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-12-03be2net: Bump up the driver version numberAjit Khaparde
2009-12-03be2net: Support for WoL using magic packet after suspend.Ajit Khaparde
2009-12-03be2net: Changes to print fw command opcode when command is failed by controller.Ajit Khaparde
2009-12-03be2net: remove use of skb_dma_map/unmapAlexander Duyck
2009-12-02be2net: fix unnecessary access to hardware to get link, port infoAjit Khaparde
2009-12-02be2net: Add be_rx_polls counterAjit Khaparde
2009-12-02be2net: fix to allow port beacon when device is closedAjit Khaparde
2009-12-02be2net: check for valid ether addressAjit Khaparde
2009-12-02be2net: initialize netdev->perm_addrAjit Khaparde
2009-12-02be2net: set netdev->vlan_features appropriatelyAjit Khaparde
2009-11-23be2net: remove BUG_ON() when be2net runs out of mccq wrbsSathya Perla
2009-11-23be2net: Fix cleanup path in be_probe()Sathya Perla
2009-11-23be2net: Issue fw_init/clean cmds to fwSathya Perla
2009-11-23be2net: Fix rx_drops_no_fragments stat being incorrectly indexedSathya Perla
2009-11-23be2net: support configuration of 64 multicast addresses instead of 32Sathya Perla
2009-11-20be2net: Patch to flash redboot section while firmware update.Sarveshwar Bandi
2009-11-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-07be2net: Bug fix to send config commands to hardware after netdev_registerAjit Khaparde
2009-11-07be2net: fix to set proper flow control on resumeAjit Khaparde
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-06be2net: Fix CQE_STATUS_EXTD_SHIFT defineSathya Perla
2009-10-29be2net: Add the new PCI IDs to PCI_DEVICE_TABLE.Ajit Khaparde
2009-10-28be2net: Changes to update ethtool get_settings function to return appropriate...Sarveshwar Bandi
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-17be2net: Add support for next generation of BladeEngine device.Ajit Khaparde
2009-10-15be2net: fix support for PCI hot plugSathya Perla
2009-10-15be2net: fix promiscuous and multicast promiscuous modes being enabled alwaysSathya Perla
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet