summaryrefslogtreecommitdiff
path: root/drivers/net/cnic.c
AgeCommit message (Expand)Author
2010-06-23cnic: Disable statistics initialization for eth clients that do not support s...Dmitry Kravkov
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
2009-08-15cnic: Fix locking in init/exit calls.Michael Chan
2009-08-15cnic: Fix locking in start/stop calls.Michael Chan
2009-08-15cnic: Refine registration with bnx2.Michael Chan
2009-08-15cnic: Fix symbol_put_addr() panic on ia64.Michael Chan
2009-07-27cnic: Fix ISCSI_KEVENT_IF_DOWN message handling.Michael Chan
2009-06-21cnic: Fix __symbol_get() build error.Michael Chan
2009-06-21Revert "[SCSI] cnic: fix error: implicit declaration of function ‘__symbol_...James Bottomley
2009-06-13[SCSI] cnic: fix error: implicit declaration of function ‘__symbol_get’Ingo Molnar
2009-06-13[SCSI] cnic: fix undefined reference to `ip6_route_output'Randy Dunlap
2009-06-09[SCSI] cnic: Add new Broadcom CNIC driver.Michael Chan