summaryrefslogtreecommitdiffstats
path: root/drivers/net/benet
Commit message (Expand)AuthorAgeFilesLines
* be2net: Move the Emulex driverJeff Kirsher2011-08-118-9268/+0
* be2net: fix cmd-rx-filter not notifying MCCSathya Perla2011-08-031-0/+1
* be2net: drop pkts that do not belong to the portSathya Perla2011-08-032-8/+24
* be2net: add support for flashing Teranetics PHY firmwareSathya Perla2011-08-035-44/+91
* be2net: use RX_FILTER cmd to program multicast addressesSathya Perla2011-08-034-114/+41
* be2net: non-member vlan pkts not received in promiscous modeSathya Perla2011-08-032-2/+11
* be2net: no need to query link statusSathya Perla2011-08-035-43/+22
* be2net: remove wrong and unnecessary calls to netif_carrier_off()Sathya Perla2011-08-031-2/+0
* be2net: use stats-sync to read/write 64-bit statsSathya Perla2011-08-014-51/+93
* be2net: cleanup and refactor stats codeSathya Perla2011-08-015-356/+155
* be2net: request native mode each time the card is resetSathya Perla2011-07-213-4/+6
* be2net: move to new vlan modelAjit Khaparde2011-07-122-26/+9
* be2net: account for skb allocation failuresEric Dumazet2011-07-123-2/+4
* benet: Add missing comma between constant string arrayJoe Perches2011-07-091-3/+3
* be2net: clear intr bit in be_probe()Sathya Perla2011-06-301-0/+6
* be2net: create/destroy rx-queues on interface open/closeSathya Perla2011-06-303-44/+111
* be2net: fix certain cmd failure loggingSathya Perla2011-06-302-18/+23
* be2net: fix initialization of vlan_prio_bmapSathya Perla2011-06-271-4/+3
* be2net: get rid of multi_rxq module paramSathya Perla2011-06-271-5/+1
* be2net: fix netdev_stats_updateSathya Perla2011-06-271-12/+17
* net: Remove unneeded version.h includes from drivers/net/Jesper Juhl2011-06-241-1/+0
* drivers/net: Remove casts of void *Joe Perches2011-06-212-4/+3
* be2net: support multiple TX queuesSathya Perla2011-06-163-119/+171
* be2net: Enable NETIF_F_TSO6 for VLAN traffic for BEPadmanabh Ratnakar2011-06-111-4/+1
* be2net: Fix Rx pause counter for lancerSelvin Xavier2011-06-061-2/+2
* be2net: Fallback to the older opcode if MCC_CREATE_EXT opcode is not supporte...Somnath Kotur2011-05-313-2/+76
* be2net: hash key for rss-config cmd not setSathya Perla2011-05-241-1/+2
* Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-221-0/+1
* be2net: Kill set but unused variable 'req' in lancer_fw_download()David S. Miller2011-05-191-2/+0
* be2net: Enable SR-IOV for LancerMammatha Edhala2011-05-182-9/+13
* be2net: FW download for LancerShripad Nunjundarao2011-05-163-20/+223
* be2net: Stats for LancerSelvin Xavier2011-05-164-50/+367
* be2net: Support for version 1 of stats for BE3Ajit Khaparde2011-05-165-128/+413
* be2net: fix mbox polling for signal receptionSathya Perla2011-05-131-2/+1
* be2net: handle signal reception while waiting for POSTSathya Perla2011-05-131-5/+7
* be2net: Fix to prevent flooding of TX queuePadmanabh Ratnakar2011-05-111-8/+12
* be2net: Use NTWK_RX_FILTER command for promiscous modePadmanabh Ratnakar2011-05-113-26/+48
* be2net: In case of UE, do not dump registers for LancerPadmanabh Ratnakar2011-05-111-1/+2
* be2net: Disable coalesce water mark mode of CQ for LancerPadmanabh Ratnakar2011-05-111-2/+0
* be2net: Handle error completion in LancerPadmanabh Ratnakar2011-05-111-1/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-113-13/+16
|\
| * be2net: Fixed bugs related to PVID.Somnath Kotur2011-05-093-8/+14
* | ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-291-8/+8
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-261-0/+1
|\|
| * be2net: increment work_counter in be_workerIvan Vecera2011-04-211-0/+1
* | be2net: Fixed a bug in be_cmd_get_regs().Somnath Kotur2011-04-251-25/+28
* | be2net: add code to display default value of tx rate for VFsAjit Khaparde2011-04-191-0/+13
* | be2net: pass domain id to be_cmd_link_status_queryAjit Khaparde2011-04-194-5/+5
* | be2net: fix be_mcc_compl_process to identify eth_get_stat commandAjit Khaparde2011-04-191-1/+3
* | be2net: Add code to display nic speeds other than 1Gbps/10GbpsAjit Khaparde2011-04-191-0/+9