aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/benet/be_main.c
AgeCommit message (Expand)Author
2010-08-24be2net: get rid of be_get_stats()Eric Dumazet
2010-07-30be2net: fix to avoid sending get_stats request if one is already being proces...Ajit Khaparde
2010-07-30be2net: add code to dump registers for debugAjit Khaparde
2010-07-30be2net: fix to correctly know if driver needs to run for a VF or a PFAjit Khaparde
2010-07-23be2net: variable name changesAjit Khaparde
2010-07-23be2net: code to support tx rate configuration on virtual functionsAjit Khaparde
2010-07-23be2net: add vlan support for sriov virtual functionsAjit Khaparde
2010-07-23be2net: add support to get vf configAjit Khaparde
2010-07-23be2net: change to call pmac_del only if necessaryAjit Khaparde
2010-07-10be2net: Patch to determine if function is VF while running in guest OS.Sarveshwar Bandi
2010-06-30be2net: memory barrier fixes on IBM p7 platformSathya Perla
2010-06-16be2net: enable ipv6 tso supportAjit Khaparde
2010-06-01be2net: cleanup in case of error in be_open()Sathya Perla
2010-05-28be2net: Patch removes redundant while statement in loop.Sarveshwar Bandi
2010-05-25be2net: Bug fix to avoid disabling bottom half during firmware upgrade.Sarveshwar Bandi
2010-05-24be2net: Bug fix in init code in probeSarveshwar Bandi
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-04-14drivers: net: use skb_headlen()Eric Dumazet
2010-04-07benet: fix the misusage of zero dma addressFUJITA Tomonori
2010-04-07benet: use the dma state API instead of the pci equivalentsFUJITA Tomonori
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-01be2net: Adding PCI SRIOV supportSarveshwar Bandi
2010-04-01be2net: fix bug in vlan rx path for big endian architectureAjit Khaparde
2010-04-01be2net: fix flashing on big endian architecturesAjit Khaparde
2010-04-01be2net: fix a bug in flashing the redboot sectionAjit Khaparde
2010-03-30net: remove redundant codeEric Dumazet
2010-03-24net/various: remove trailing space in messagesFrans Pop
2010-03-23be2net: fix unmap_single/page() called incorrectly in Tx compl processingSathya Perla
2010-03-23be2net: handle dma mapping errors in Tx pathSathya Perla
2010-03-08be2net: remove unused code in be_load_fwAjit Khaparde
2010-03-08be2net: remove usage of be_pci_funcAjit Khaparde
2010-03-03be2net: download NCSI section during firmware updateSarveshwar Bandi
2010-03-02be2net: fix tx completion pollingSathya Perla
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko
2010-02-19be2net: Maintain tx and rx counters in driverAjit Khaparde
2010-02-19be2net: update copyright datesAjit Khaparde
2010-02-18be2net: free tx buffers when completions never arriveSathya Perla
2010-02-17be2net: implement pci shutdown handlerSathya Perla
2010-02-17be2net: fix rx-path to ignore a flush completionSathya Perla
2010-02-17be2net: don't rearm mcc cq when device is not openSathya Perla
2010-02-17be2net: a mini optimization in rx_compl_process() codeSathya Perla
2010-02-15be2net: implement EEH pci error recovery handlersSathya Perla
2010-02-12be2net: fix to limit max vlans supported in certain skewsAjit Khaparde
2010-02-12be2net: minor code optimizationsAjit Khaparde
2010-02-12be2net: bug fix in be_change_mtuAjit Khaparde
2010-02-12be2net: bug fix for flashing the BladeEngine3 ASICAjit Khaparde
2010-02-12be2net: remove unused pci device idAjit Khaparde
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-02-02be2net: use eq-id to calculate cev-isr reg offsetSathya Perla
2010-01-28be2net: Fix memset() arg ordering.David S. Miller