aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cnic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-31bnx2x, cnic: Consolidate iSCSI/FCoE shared mem logic in bnx2xVladislav Zolotarov1-125/+18
2011-01-27drivers/net: remove some rcu sparse warningsEric Dumazet1-9/+18
2011-01-26cnic: Fix big endian bugMichael Chan1-6/+6
2011-01-06cnic: Fix the type field in SPQ messagesMichael Chan1-21/+12
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+8
2011-01-03cnic: Do not call bnx2i when bnx2i is calling cnic_unregister_driver()Michael Chan1-16/+3
2011-01-03cnic: Do not allow iSCSI and FCoE on bnx2x multi-function modeMichael Chan1-6/+2
2010-12-31Broadcom CNIC core network driver: fix mem leak on allocation failures in cnic_alloc_uio_rings()Jesper Juhl1-2/+8
2010-12-23cnic: Add FCoE support on 57712Michael Chan1-7/+459
2010-12-23cnic: Add kcq2 support on 57712Michael Chan1-21/+55
2010-12-23cnic: Call cm_connect_complete() immediately on errorEddie Wai1-2/+14
2010-12-23cnic: Check device state before reading the kcq pointer in IRQMichael Chan1-5/+7
2010-12-23cnic: Support NIC Partition modeMichael Chan1-18/+66
2010-12-23cnic: Use proper client and connection IDs on iSCSI ringMichael Chan1-9/+12
2010-12-23cnic: Improve ->iscsi_nl_msg_send()Michael Chan1-5/+16
2010-12-23cnic: Prevent "scheduling while atomic" when calling ->cnic_init()Michael Chan1-2/+1
2010-12-23cnic: Fix iSCSI TCP port endian order.Michael Chan1-10/+13
2010-11-15drivers/net/cnic.c: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-10-14cnic: Add support for 57712 deviceMichael Chan1-15/+79
2010-10-14cnic: Decouple uio close from cnic shutdownMichael Chan1-14/+42
2010-10-14cnic: Add cnic_uio_dev structMichael Chan1-90/+105
2010-10-14cnic: Add cnic_free_uio()Michael Chan1-10/+27
2010-10-14cnic: Defer iscsi connection cleanupMichael Chan1-4/+106
2010-10-14cnic: Add cnic_bnx2x_destroy_ramrod()Michael Chan1-14/+25
2010-10-14cnic: Convert ctx_flags to bit fieldsMichael Chan1-2/+2
2010-10-14cnic: Add common cnic_request_irq()Michael Chan1-12/+20
2010-10-06bnx2x, cnic: Fix SPQ return creditDmitry Kravkov1-8/+10
2010-10-06bnx2x, cnic, bnx2i: use new FW/HSIDmitry Kravkov1-147/+138
2010-10-06cnic: Fine-tune ring init code.Michael Chan1-6/+18
2010-10-06cnic: Use pfid for internal memory offsets.Michael Chan1-70/+74
2010-10-06cnic: Pass cp pointer to BNX2X_HW_CID.Michael Chan1-8/+5
2010-08-17drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches1-1/+1
2010-07-27bnx2x: Create separate folder for bnx2x driverDmitry Kravkov1-3/+3
2010-06-25cnic: Further unify kcq handling code.Michael Chan1-37/+34
2010-06-25cnic: Restructure kcq processing.Michael Chan1-54/+22
2010-06-25cnic: Unify kcq allocation for all devices.Michael Chan1-56/+87
2010-06-25cnic: Unify IRQ code for all hardware types.Michael Chan1-13/+20
2010-06-25cnic: Fine-tune CID memory space calculation.Michael Chan1-14/+18
2010-06-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-21/+34
2010-06-23cnic: Disable statistics initialization for eth clients that do not support statisticsDmitry Kravkov1-21/+34
2010-06-15cnic: Fix cnic_cm_abort() error handling.Michael Chan1-11/+18
2010-06-15cnic: Refactor and fix cnic_ready_to_close().Michael Chan1-16/+10
2010-06-15cnic: Refactor code in cnic_cm_process_kcqe().Michael Chan1-6/+9
2010-06-15cnic: Return error code in cnic_cm_close() if unsuccessful.Michael Chan1-0/+2
2010-06-10net-next: remove useless union keywordChangli Gao1-1/+1
2010-05-28cnic: Fix context memory init. on 5709.Michael Chan1-7/+3
2010-05-18cnic: Return SPQ credit to bnx2x after ring setup and shutdown.Michael Chan1-1/+70
2010-05-18cnic: Convert cnic_local_flags to atomic ops.Michael Chan1-3/+3
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-3/+0
2010-04-07cnic: Fix crash during bnx2x MTU change.Michael Chan1-5/+5