summaryrefslogtreecommitdiff
path: root/drivers/net/benet/be_main.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-03be2net: fix a bug in UE detection logicAjit Khaparde1-24/+8
2010-09-03be2net: fix net-snmp error because of wrong packet statsAjit Khaparde1-4/+11
2010-07-31be2net: fix to avoid sending get_stats request if one is already being proces...Ajit Khaparde1-1/+2
2010-07-31be2net: add code to dump registers for debugAjit Khaparde1-0/+127
2010-07-31be2net: fix to correctly know if driver needs to run for a VF or a PFAjit Khaparde1-2/+3
2010-07-23be2net: variable name changesAjit Khaparde1-4/+4
2010-07-23be2net: code to support tx rate configuration on virtual functionsAjit Khaparde1-1/+26
2010-07-23be2net: add vlan support for sriov virtual functionsAjit Khaparde1-8/+46
2010-07-23be2net: add support to get vf configAjit Khaparde1-11/+40
2010-07-23be2net: change to call pmac_del only if necessaryAjit Khaparde1-2/+4
2010-07-11be2net: Patch to determine if function is VF while running in guest OS.Sarveshwar Bandi1-0/+1
2010-07-01be2net: memory barrier fixes on IBM p7 platformSathya Perla1-0/+7
2010-06-17be2net: enable ipv6 tso supportAjit Khaparde1-2/+4
2010-06-01be2net: cleanup in case of error in be_open()Sathya Perla1-46/+49
2010-05-28be2net: Patch removes redundant while statement in loop.Sarveshwar Bandi1-1/+1
2010-05-26be2net: Bug fix to avoid disabling bottom half during firmware upgrade.Sarveshwar Bandi1-0/+1
2010-05-25be2net: Bug fix in init code in probeSarveshwar Bandi1-4/+6
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-12/+0
2010-04-15drivers: net: use skb_headlen()Eric Dumazet1-2/+2
2010-04-08benet: fix the misusage of zero dma addressFUJITA Tomonori1-1/+1
2010-04-08benet: use the dma state API instead of the pci equivalentsFUJITA Tomonori1-2/+2
2010-04-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-11/+10
2010-04-02be2net: Adding PCI SRIOV supportSarveshwar Bandi1-47/+175
2010-04-02be2net: fix bug in vlan rx path for big endian architectureAjit Khaparde1-2/+2
2010-04-02be2net: fix flashing on big endian architecturesAjit Khaparde1-8/+7
2010-04-02be2net: fix a bug in flashing the redboot sectionAjit Khaparde1-1/+1
2010-03-31net: remove redundant codeEric Dumazet1-1/+0
2010-03-25net/various: remove trailing space in messagesFrans Pop1-1/+1
2010-03-23be2net: fix unmap_single/page() called incorrectly in Tx compl processingSathya Perla1-21/+12
2010-03-23be2net: handle dma mapping errors in Tx pathSathya Perla1-3/+38
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-23net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko1-3/+3
2010-02-20be2net: Maintain tx and rx counters in driverAjit Khaparde1-9/+9
2010-02-20be2net: update copyright datesAjit Khaparde1-1/+1
2010-02-19be2net: free tx buffers when completions never arriveSathya Perla1-0/+12
2010-02-18be2net: implement pci shutdown handlerSathya Perla1-0/+21
2010-02-18be2net: fix rx-path to ignore a flush completionSathya Perla1-4/+19
2010-02-18be2net: don't rearm mcc cq when device is not openSathya Perla1-0/+5
2010-02-18be2net: a mini optimization in rx_compl_process() codeSathya Perla1-10/+10
2010-02-16be2net: 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