summaryrefslogtreecommitdiffstats
path: root/drivers/net/benet
Commit message (Expand)AuthorAgeFilesLines
* be2net: request native mode each time the card is resetSathya Perla2011-07-223-4/+6
* be2net: move to new vlan modelAjit Khaparde2011-07-132-26/+9Star
* be2net: account for skb allocation failuresEric Dumazet2011-07-133-2/+4
* benet: Add missing comma between constant string arrayJoe Perches2011-07-091-3/+3
* be2net: clear intr bit in be_probe()Sathya Perla2011-07-011-0/+6
* be2net: create/destroy rx-queues on interface open/closeSathya Perla2011-07-013-44/+111
* be2net: fix certain cmd failure loggingSathya Perla2011-07-012-18/+23
* be2net: fix initialization of vlan_prio_bmapSathya Perla2011-06-271-4/+3Star
* be2net: get rid of multi_rxq module paramSathya Perla2011-06-271-5/+1Star
* be2net: fix netdev_stats_updateSathya Perla2011-06-271-12/+17
* net: Remove unneeded version.h includes from drivers/net/Jesper Juhl2011-06-241-1/+0Star
* drivers/net: Remove casts of void *Joe Perches2011-06-222-4/+3Star
* be2net: support multiple TX queuesSathya Perla2011-06-173-119/+171
* be2net: Enable NETIF_F_TSO6 for VLAN traffic for BEPadmanabh Ratnakar2011-06-121-4/+1Star
* be2net: Fix Rx pause counter for lancerSelvin Xavier2011-06-071-2/+2
* be2net: Fallback to the older opcode if MCC_CREATE_EXT opcode is not supporte...Somnath Kotur2011-06-013-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-231-0/+1
* be2net: Kill set but unused variable 'req' in lancer_fw_download()David S. Miller2011-05-201-2/+0Star
* 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/+1Star
* be2net: handle signal reception while waiting for POSTSathya Perla2011-05-131-5/+7
* be2net: Fix to prevent flooding of TX queuePadmanabh Ratnakar2011-05-121-8/+12
* be2net: Use NTWK_RX_FILTER command for promiscous modePadmanabh Ratnakar2011-05-123-26/+48
* be2net: In case of UE, do not dump registers for LancerPadmanabh Ratnakar2011-05-121-1/+2
* be2net: Disable coalesce water mark mode of CQ for LancerPadmanabh Ratnakar2011-05-121-2/+0Star
* be2net: Handle error completion in LancerPadmanabh Ratnakar2011-05-121-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-221-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-201-0/+13
* | be2net: pass domain id to be_cmd_link_status_queryAjit Khaparde2011-04-204-5/+5
* | be2net: fix be_mcc_compl_process to identify eth_get_stat commandAjit Khaparde2011-04-201-1/+3
* | be2net: Add code to display nic speeds other than 1Gbps/10GbpsAjit Khaparde2011-04-201-0/+9
* | be2net: allow register dump only for PFsAjit Khaparde2011-04-201-3/+7
* | net: benet: convert to hw_features - fixupMichał Mirosław2011-04-181-13/+0Star
* | be2net: Fix unused-but-set variables.David S. Miller2011-04-181-5/+1Star
* | ethtool: allow custom interval for physical identificationAllan, Bruce W2011-04-151-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-112-2/+2
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-04-112-10/+13
| |\
| * | Fix common misspellingsLucas De Marchi2011-03-312-2/+2
* | | net: benet: convert to hw_features - fixupMichał Mirosław2011-04-111-6/+5Star
* | | net: benet: convert to hw_featuresMichał Mirosław2011-04-083-37/+10Star
* | | be2net: call FLR after setup wol in be_shutdownAjit Khaparde2011-04-081-2/+2