summaryrefslogtreecommitdiff
path: root/drivers/net/cnic.c
AgeCommit message (Expand)Author
2010-10-06bnx2x, cnic, bnx2i: use new FW/HSIDmitry Kravkov
2010-10-06cnic: Fine-tune ring init code.Michael Chan
2010-10-06cnic: Use pfid for internal memory offsets.Michael Chan
2010-10-06cnic: Pass cp pointer to BNX2X_HW_CID.Michael Chan
2010-08-17drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches
2010-07-27bnx2x: Create separate folder for bnx2x driverDmitry Kravkov
2010-06-25cnic: Further unify kcq handling code.Michael Chan
2010-06-25cnic: Restructure kcq processing.Michael Chan
2010-06-25cnic: Unify kcq allocation for all devices.Michael Chan
2010-06-25cnic: Unify IRQ code for all hardware types.Michael Chan
2010-06-25cnic: Fine-tune CID memory space calculation.Michael Chan
2010-06-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-23cnic: Disable statistics initialization for eth clients that do not support s...Dmitry Kravkov
2010-06-15cnic: Fix cnic_cm_abort() error handling.Michael Chan
2010-06-15cnic: Refactor and fix cnic_ready_to_close().Michael Chan
2010-06-15cnic: Refactor code in cnic_cm_process_kcqe().Michael Chan
2010-06-15cnic: Return error code in cnic_cm_close() if unsuccessful.Michael Chan
2010-06-10net-next: remove useless union keywordChangli Gao
2010-05-28cnic: Fix context memory init. on 5709.Michael Chan
2010-05-18cnic: Return SPQ credit to bnx2x after ring setup and shutdown.Michael Chan
2010-05-18cnic: Convert cnic_local_flags to atomic ops.Michael Chan
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-04-07cnic: Fix crash during bnx2x MTU change.Michael Chan
2010-02-26cnic: Update version to 2.1.1.Michael Chan
2010-02-26cnic: Use union for the status blocks of different devices.Michael Chan
2010-02-26cnic: Simplify route checking during iSCSI connection.Michael Chan
2010-02-26cnic: Fix panic in cnic_iscsi_nl_msg_recv() when device is down.Michael Chan
2010-02-26cnic: Finetune iSCSI connection reset.Eddie Wai
2010-02-26cnic: Finetune iSCSI connection set up.Eddie Wai
2010-02-17drivers/net/cnic.c: Use (pr|netdev)_<level> macro helpersJoe Perches
2009-12-11cnic: Zero out status block and Event Queue indices.Michael Chan
2009-12-11cnic: Send delete command when shutting down iSCSI ring.Michael Chan
2009-12-02cnic: Use dma_alloc_coherent().Michael Chan
2009-12-02cnic: Fix rq_page_table DMA address.Michael Chan
2009-12-02cnic: Fix bogus iSCSI MAC addressMichael Chan
2009-12-02cnic: Fix bnx2x ring shutdown.Michael Chan
2009-12-02cnic: Fix ring I/O address for bnx2x devices.Michael Chan
2009-11-19drivers/net: tasklet_init - Remove unnecessary leading & from second argJoe Perches
2009-11-04cnic: ensure ulp_type is not negativeroel kluin
2009-10-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-28cnic: Fix L2CTX_STATUSB_NUM offset in context memory.Michael Chan
2009-10-12cnic: Need to include net/ip6_checksum.hDavid S. Miller
2009-10-11cnic: Add main functions to support bnx2x devices.Michael Chan
2009-10-11cnic: Add bnx2x data structures.Michael Chan
2009-10-11cnic: Refactor some code.Michael Chan
2009-10-02cnic: Fix NETDEV_UP event processing.Michael Chan
2009-09-22cnic: Shutdown iSCSI ring during uio_close.Michael Chan
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-08-28cnic: Put uio init in separate function.Michael Chan
2009-08-28cnic: Put rx/tx ring allocation in separate function.Michael Chan