aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cnic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-26cnic: Update version to 2.1.1.Michael Chan1-1/+1
2010-02-26cnic: Use union for the status blocks of different devices.Michael Chan1-18/+17
2010-02-26cnic: Simplify route checking during iSCSI connection.Michael Chan1-24/+13
2010-02-26cnic: Fix panic in cnic_iscsi_nl_msg_recv() when device is down.Michael Chan1-0/+7
2010-02-26cnic: Finetune iSCSI connection reset.Eddie Wai1-5/+16
2010-02-26cnic: Finetune iSCSI connection set up.Eddie Wai1-1/+16
2010-02-17drivers/net/cnic.c: Use (pr|netdev)_<level> macro helpersJoe Perches1-50/+37
2009-12-11cnic: Zero out status block and Event Queue indices.Michael Chan1-0/+5
2009-12-11cnic: Send delete command when shutting down iSCSI ring.Michael Chan1-0/+6
2009-12-02cnic: Use dma_alloc_coherent().Michael Chan1-24/+30
2009-12-02cnic: Fix rq_page_table DMA address.Michael Chan1-2/+2
2009-12-02cnic: Fix bogus iSCSI MAC addressMichael Chan1-2/+6
2009-12-02cnic: Fix bnx2x ring shutdown.Michael Chan1-0/+7
2009-12-02cnic: Fix ring I/O address for bnx2x devices.Michael Chan1-5/+3
2009-11-19drivers/net: tasklet_init - Remove unnecessary leading & from second argJoe Perches1-2/+2
2009-11-04cnic: ensure ulp_type is not negativeroel kluin1-4/+4
2009-10-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+3
2009-10-28cnic: Fix L2CTX_STATUSB_NUM offset in context memory.Michael Chan1-3/+3
2009-10-12cnic: Need to include net/ip6_checksum.hDavid S. Miller1-0/+1
2009-10-11cnic: Add main functions to support bnx2x devices.Michael Chan1-0/+1742
2009-10-11cnic: Add bnx2x data structures.Michael Chan1-0/+5
2009-10-11cnic: Refactor some code.Michael Chan1-18/+46
2009-10-02cnic: Fix NETDEV_UP event processing.Michael Chan1-1/+2
2009-09-22cnic: Shutdown iSCSI ring during uio_close.Michael Chan1-2/+2
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-39/+104
2009-08-28cnic: Put uio init in separate function.Michael Chan1-27/+41
2009-08-28cnic: Put rx/tx ring allocation in separate function.Michael Chan1-11/+22
2009-08-15cnic: Fix locking in init/exit calls.Michael Chan1-9/+39
2009-08-15cnic: Fix locking in start/stop calls.Michael Chan1-16/+28
2009-08-15cnic: Refine registration with bnx2.Michael Chan1-13/+36
2009-08-15cnic: Fix symbol_put_addr() panic on ia64.Michael Chan1-1/+1
2009-07-27cnic: Fix ISCSI_KEVENT_IF_DOWN message handling.Michael Chan1-2/+21
2009-06-21cnic: Fix __symbol_get() build error.Michael Chan1-2/+2