summaryrefslogtreecommitdiffstats
path: root/drivers/net/cnic.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/net/cnic.c: Remove unnecessary semicolonsJoe Perches2010-11-151-1/+1
* cnic: Add support for 57712 deviceMichael Chan2010-10-141-15/+79
* cnic: Decouple uio close from cnic shutdownMichael Chan2010-10-141-14/+42
* cnic: Add cnic_uio_dev structMichael Chan2010-10-141-90/+105
* cnic: Add cnic_free_uio()Michael Chan2010-10-141-10/+27
* cnic: Defer iscsi connection cleanupMichael Chan2010-10-141-4/+106
* cnic: Add cnic_bnx2x_destroy_ramrod()Michael Chan2010-10-141-14/+25
* cnic: Convert ctx_flags to bit fieldsMichael Chan2010-10-141-2/+2
* cnic: Add common cnic_request_irq()Michael Chan2010-10-141-12/+20
* bnx2x, cnic: Fix SPQ return creditDmitry Kravkov2010-10-061-8/+10
* bnx2x, cnic, bnx2i: use new FW/HSIDmitry Kravkov2010-10-061-147/+138
* cnic: Fine-tune ring init code.Michael Chan2010-10-061-6/+18
* cnic: Use pfid for internal memory offsets.Michael Chan2010-10-061-70/+74
* cnic: Pass cp pointer to BNX2X_HW_CID.Michael Chan2010-10-061-8/+5
* drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches2010-08-171-1/+1
* bnx2x: Create separate folder for bnx2x driverDmitry Kravkov2010-07-271-3/+3
* cnic: Further unify kcq handling code.Michael Chan2010-06-251-37/+34
* cnic: Restructure kcq processing.Michael Chan2010-06-251-54/+22
* cnic: Unify kcq allocation for all devices.Michael Chan2010-06-251-56/+87
* cnic: Unify IRQ code for all hardware types.Michael Chan2010-06-251-13/+20
* cnic: Fine-tune CID memory space calculation.Michael Chan2010-06-251-14/+18
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-231-21/+34
|\
| * cnic: Disable statistics initialization for eth clients that do not support s...Dmitry Kravkov2010-06-231-21/+34
* | cnic: Fix cnic_cm_abort() error handling.Michael Chan2010-06-151-11/+18
* | cnic: Refactor and fix cnic_ready_to_close().Michael Chan2010-06-151-16/+10
* | cnic: Refactor code in cnic_cm_process_kcqe().Michael Chan2010-06-151-6/+9
* | cnic: Return error code in cnic_cm_close() if unsuccessful.Michael Chan2010-06-151-0/+2
* | net-next: remove useless union keywordChangli Gao2010-06-101-1/+1
|/
* cnic: Fix context memory init. on 5709.Michael Chan2010-05-281-7/+3
* cnic: Return SPQ credit to bnx2x after ring setup and shutdown.Michael Chan2010-05-181-1/+70
* cnic: Convert cnic_local_flags to atomic ops.Michael Chan2010-05-181-3/+3
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-3/+0
* cnic: Fix crash during bnx2x MTU change.Michael Chan2010-04-071-5/+5
* cnic: Update version to 2.1.1.Michael Chan2010-02-261-1/+1
* cnic: Use union for the status blocks of different devices.Michael Chan2010-02-261-18/+17
* cnic: Simplify route checking during iSCSI connection.Michael Chan2010-02-261-24/+13
* cnic: Fix panic in cnic_iscsi_nl_msg_recv() when device is down.Michael Chan2010-02-261-0/+7
* cnic: Finetune iSCSI connection reset.Eddie Wai2010-02-261-5/+16
* cnic: Finetune iSCSI connection set up.Eddie Wai2010-02-261-1/+16
* drivers/net/cnic.c: Use (pr|netdev)_<level> macro helpersJoe Perches2010-02-171-50/+37
* cnic: Zero out status block and Event Queue indices.Michael Chan2009-12-111-0/+5
* cnic: Send delete command when shutting down iSCSI ring.Michael Chan2009-12-111-0/+6
* cnic: Use dma_alloc_coherent().Michael Chan2009-12-021-24/+30
* cnic: Fix rq_page_table DMA address.Michael Chan2009-12-021-2/+2
* cnic: Fix bogus iSCSI MAC addressMichael Chan2009-12-021-2/+6
* cnic: Fix bnx2x ring shutdown.Michael Chan2009-12-021-0/+7
* cnic: Fix ring I/O address for bnx2x devices.Michael Chan2009-12-021-5/+3
* drivers/net: tasklet_init - Remove unnecessary leading & from second argJoe Perches2009-11-191-2/+2
* cnic: ensure ulp_type is not negativeroel kluin2009-11-041-4/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-291-3/+3
|\
OpenPOWER on IntegriCloud