aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/benet/be_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-17be2net: destroy mcc queue before tx queuesSathya Perla1-1/+1
2009-08-17be2net: refactor be_msix_(un)register() code.Sathya Perla1-21/+37
2009-08-17be2net: Set mac addr in hw regardless of netif_running()Sathya Perla1-10/+5
2009-08-13be2net:Creating/destroying queues regardless of netif_running() in suspend/resume pathSarveshwar Bandi1-2/+2
2009-08-12be2net: clear & notify residual events before destroying event queuesSathya Perla1-29/+56
2009-08-12be2net: fix bad queue traversal in be_rx_q_clean()Sathya Perla1-1/+1
2009-08-12be2net: Clear pending tx completions before destroying tx queueSathya Perla1-19/+33
2009-08-05be2net: Patch to perform function reset at initializationsarveshwarb1-0/+4
2009-08-01be2net: some name changes for consistencySathya Perla1-1/+1
2009-08-01be2net: replace some printks with dev_err()/dev_warn()Sathya Perla1-12/+5
2009-08-01be2net: remove pci_func field from be_adapter structSathya Perla1-6/+2
2009-08-01be2net: get rid of be_ctrl_info struct/abstractionSathya Perla1-126/+103
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+4
2009-07-23be2net: Add GRO support to the be2net driver. LRO is not supported anymore.Ajit Khaparde1-75/+29
2009-07-22be2net: Bug fix in the non-lro path. Size of received packet was not updated in statistics properly.Ajit Khaparde1-4/+4
2009-07-03be2net: fix spurious interrupt handling in intx modeSathya Perla1-7/+9
2009-06-28be2net: Fix to avoid a crash seen on PPC with LRO and Jumbo frames.Ajit Khaparde1-13/+32
2009-06-19be2net: receive asynchronous link status notifications from BESathya Perla1-18/+19
2009-06-19be2net: cleanup multicast_set cmd to avoid mc_list copySathya Perla1-32/+17
2009-06-19be2net: Add MCC queue mechanism for BE cmdsSathya Perla1-70/+145
2009-06-11be2net: Fix be_tx_q_clean() being called on freed queuesSathya Perla1-5/+6
2009-06-11be2net: Fix early reset of rx-completionSathya Perla1-2/+12
2009-06-11be2net: Fix rx stats updation in non-lro pathSathya Perla1-1/+2
2009-06-11be2net: fix netdev stats rx_errors and rx_droppedSathya Perla1-14/+29
2009-06-11be2net: Use cancel_delayed_work_sync instead of cancel_delayed_work()Sathya Perla1-1/+1
2009-06-09be2net: Remove unnecessary frag list traversing.David S. Miller1-31/+25
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet1-2/+0
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+7
2009-05-18be2net: add two new pci device ids to pci device tableAjit Khaparde1-5/+5
2009-04-13be2net: changes for checksum and segmentation offloadAjit Khaparde1-6/+22
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