aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/benet/be_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-16be2net: 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-25be2net: Bug fix to avoid disabling bottom half during firmware upgrade.Sarveshwar Bandi1-0/+1
2010-05-24be2net: 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-14drivers: net: use skb_headlen()Eric Dumazet1-2/+2
2010-04-07benet: fix the misusage of zero dma addressFUJITA Tomonori1-1/+1
2010-04-07benet: use the dma state API instead of the pci equivalentsFUJITA Tomonori1-2/+2
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-11/+10
2010-04-01be2net: Adding PCI SRIOV supportSarveshwar Bandi1-47/+175
2010-04-01be2net: fix bug in vlan rx path for big endian architectureAjit Khaparde1-2/+2
2010-04-01be2net: fix flashing on big endian architecturesAjit Khaparde1-8/+7
2010-04-01be2net: fix a bug in flashing the redboot sectionAjit Khaparde1-1/+1
2010-03-30net: remove redundant codeEric Dumazet1-1/+0
2010-03-24net/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-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