aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/benet/be_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-13Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang1-2/+2
2009-03-27benet: use do_div() for 64 bit divideStephen Hemminger1-10/+18
2009-03-24be2net: cleanup rx/tx rate calculationsSathya Perla1-30/+66
2009-03-19be2net: fix to restore vlan ids into BE2 during a IF DOWN->UP cycleSathya Perla1-5/+5
2009-03-19be2net: replenish when posting to rx-queue is starved in out of mem conditionsSathya Perla1-21/+29
2009-03-11net: Add be2net driver.Sathya Perla1-0/+1903