aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/benet/be_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-08be2net: remove unused code in be_load_fwAjit Khaparde1-9/+0
2010-03-08be2net: remove usage of be_pci_funcAjit Khaparde1-1/+1
2010-03-03be2net: download NCSI section during firmware updateSarveshwar Bandi1-3/+11
2010-03-02be2net: fix tx completion pollingSathya Perla1-24/+23
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko1-3/+3
2010-02-19be2net: Maintain tx and rx counters in driverAjit Khaparde1-9/+9
2010-02-19be2net: update copyright datesAjit Khaparde1-1/+1
2010-02-18be2net: free tx buffers when completions never arriveSathya Perla1-0/+12
2010-02-17be2net: implement pci shutdown handlerSathya Perla1-0/+21
2010-02-17be2net: fix rx-path to ignore a flush completionSathya Perla1-4/+19
2010-02-17be2net: don't rearm mcc cq when device is not openSathya Perla1-0/+5
2010-02-17be2net: a mini optimization in rx_compl_process() codeSathya Perla1-10/+10
2010-02-15be2net: implement EEH pci error recovery handlersSathya Perla1-1/+102
2010-02-12be2net: fix to limit max vlans supported in certain skewsAjit Khaparde1-13/+17
2010-02-12be2net: minor code optimizationsAjit Khaparde1-3/+5
2010-02-12be2net: bug fix in be_change_mtuAjit Khaparde1-2/+4
2010-02-12be2net: bug fix for flashing the BladeEngine3 ASICAjit Khaparde1-112/+127
2010-02-12be2net: remove unused pci device idAjit Khaparde1-1/+0
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-2/+3
2010-02-02be2net: use eq-id to calculate cev-isr reg offsetSathya Perla1-1/+1
2010-01-28be2net: Fix memset() arg ordering.David S. Miller1-1/+1
2010-01-28be2net: Bug fix to support newer generation of BE ASICAjit Khaparde1-2/+23
2010-01-21be2net: fix bug in rx page postingSathya Perla1-3/+5
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 Torvalds1-1/+1
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-12-03be2net: Support for WoL using magic packet after suspend.Ajit Khaparde1-0/+44
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 Khaparde1-0/+3
2009-12-02be2net: Add be_rx_polls counterAjit Khaparde1-0/+1
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: Fix cleanup path in be_probe()Sathya Perla1-4/+12
2009-11-23be2net: Issue fw_init/clean cmds to fwSathya Perla1-16/+34
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 Perla1-6/+35
2009-11-20be2net: Patch to flash redboot section while firmware update.Sarveshwar Bandi1-0/+31
2009-11-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-11/+17
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 Khaparde1-1/+7
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 Bandi1-1/+4
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-12/+15
2009-10-14be2net: fix support for PCI hot plugSathya Perla1-4/+4
2009-10-14be2net: fix promiscuous and multicast promiscuous modes being enabled alwaysSathya Perla1-8/+11
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-3/+1
2009-10-07be2net: Get rid of net_device_stats from adapter.Ajit Khaparde1-4/+2