aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/benet (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-11be2net: Move the Emulex driverJeff Kirsher8-9268/+0
2011-08-03be2net: fix cmd-rx-filter not notifying MCCSathya Perla1-0/+1
2011-08-03be2net: drop pkts that do not belong to the portSathya Perla2-8/+24
2011-08-03be2net: add support for flashing Teranetics PHY firmwareSathya Perla5-44/+91
2011-08-03be2net: use RX_FILTER cmd to program multicast addressesSathya Perla4-114/+41
2011-08-03be2net: non-member vlan pkts not received in promiscous modeSathya Perla2-2/+11
2011-08-03be2net: no need to query link statusSathya Perla5-43/+22
2011-08-03be2net: remove wrong and unnecessary calls to netif_carrier_off()Sathya Perla1-2/+0
2011-08-01be2net: use stats-sync to read/write 64-bit statsSathya Perla4-51/+93
2011-08-01be2net: cleanup and refactor stats codeSathya Perla5-356/+155
2011-07-21be2net: request native mode each time the card is resetSathya Perla3-4/+6
2011-07-12be2net: move to new vlan modelAjit Khaparde2-26/+9
2011-07-12be2net: account for skb allocation failuresEric Dumazet3-2/+4
2011-07-09benet: Add missing comma between constant string arrayJoe Perches1-3/+3
2011-06-30be2net: clear intr bit in be_probe()Sathya Perla1-0/+6
2011-06-30be2net: create/destroy rx-queues on interface open/closeSathya Perla3-44/+111
2011-06-30be2net: fix certain cmd failure loggingSathya Perla2-18/+23
2011-06-27be2net: fix initialization of vlan_prio_bmapSathya Perla1-4/+3
2011-06-27be2net: get rid of multi_rxq module paramSathya Perla1-5/+1
2011-06-27be2net: fix netdev_stats_updateSathya Perla1-12/+17
2011-06-24net: Remove unneeded version.h includes from drivers/net/Jesper Juhl1-1/+0
2011-06-21drivers/net: Remove casts of void *Joe Perches2-4/+3
2011-06-16be2net: support multiple TX queuesSathya Perla3-119/+171
2011-06-11be2net: Enable NETIF_F_TSO6 for VLAN traffic for BEPadmanabh Ratnakar1-4/+1
2011-06-06be2net: Fix Rx pause counter for lancerSelvin Xavier1-2/+2
2011-05-31be2net: Fallback to the older opcode if MCC_CREATE_EXT opcode is not supported on the cardSomnath Kotur3-2/+76
2011-05-24be2net: hash key for rss-config cmd not setSathya Perla1-1/+2
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-05-19be2net: Kill set but unused variable 'req' in lancer_fw_download()David S. Miller1-2/+0
2011-05-18be2net: Enable SR-IOV for LancerMammatha Edhala2-9/+13
2011-05-16be2net: FW download for LancerShripad Nunjundarao3-20/+223
2011-05-16be2net: Stats for LancerSelvin Xavier4-50/+367
2011-05-16be2net: Support for version 1 of stats for BE3Ajit Khaparde5-128/+413
2011-05-13be2net: fix mbox polling for signal receptionSathya Perla1-2/+1
2011-05-13be2net: handle signal reception while waiting for POSTSathya Perla1-5/+7
2011-05-11be2net: Fix to prevent flooding of TX queuePadmanabh Ratnakar1-8/+12
2011-05-11be2net: Use NTWK_RX_FILTER command for promiscous modePadmanabh Ratnakar3-26/+48
2011-05-11be2net: In case of UE, do not dump registers for LancerPadmanabh Ratnakar1-1/+2
2011-05-11be2net: Disable coalesce water mark mode of CQ for LancerPadmanabh Ratnakar1-2/+0
2011-05-11be2net: Handle error completion in LancerPadmanabh Ratnakar1-1/+4
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6David S. Miller3-13/+16
2011-05-09be2net: Fixed bugs related to PVID.Somnath Kotur3-8/+14
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-8/+8
2011-04-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2011-04-25be2net: Fixed a bug in be_cmd_get_regs().Somnath Kotur1-25/+28
2011-04-21be2net: increment work_counter in be_workerIvan Vecera1-0/+1
2011-04-19be2net: add code to display default value of tx rate for VFsAjit Khaparde1-0/+13
2011-04-19be2net: pass domain id to be_cmd_link_status_queryAjit Khaparde4-5/+5
2011-04-19be2net: fix be_mcc_compl_process to identify eth_get_stat commandAjit Khaparde1-1/+3
2011-04-19be2net: Add code to display nic speeds other than 1Gbps/10GbpsAjit Khaparde1-0/+9