summaryrefslogtreecommitdiff
path: root/drivers/net/cnic.c
AgeCommit message (Expand)Author
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker
2011-04-08cnic: Fix rtnl deadlockMichael Chan
2011-03-31bnx2x, cnic: Disable iSCSI if DCBX negotiation is successfulDmitry Kravkov
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-02cnic: Fix lost interrupt on bnx2xMichael Chan
2011-03-02cnic: Prevent status block race conditions with hardwareMichael Chan
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller
2011-02-28net: use pci_dev->revision, againSergei Shtylyov
2011-01-31bnx2x, cnic: Consolidate iSCSI/FCoE shared mem logic in bnx2xVladislav Zolotarov
2011-01-27drivers/net: remove some rcu sparse warningsEric Dumazet
2011-01-26cnic: Fix big endian bugMichael Chan
2011-01-06cnic: Fix the type field in SPQ messagesMichael Chan
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-03cnic: Do not call bnx2i when bnx2i is calling cnic_unregister_driver()Michael Chan
2011-01-03cnic: Do not allow iSCSI and FCoE on bnx2x multi-function modeMichael Chan
2010-12-31Broadcom CNIC core network driver: fix mem leak on allocation failures in cni...Jesper Juhl
2010-12-23cnic: Add FCoE support on 57712Michael Chan
2010-12-23cnic: Add kcq2 support on 57712Michael Chan
2010-12-23cnic: Call cm_connect_complete() immediately on errorEddie Wai
2010-12-23cnic: Check device state before reading the kcq pointer in IRQMichael Chan
2010-12-23cnic: Support NIC Partition modeMichael Chan
2010-12-23cnic: Use proper client and connection IDs on iSCSI ringMichael Chan
2010-12-23cnic: Improve ->iscsi_nl_msg_send()Michael Chan
2010-12-23cnic: Prevent "scheduling while atomic" when calling ->cnic_init()Michael Chan
2010-12-23cnic: Fix iSCSI TCP port endian order.Michael Chan
2010-11-15drivers/net/cnic.c: Remove unnecessary semicolonsJoe Perches
2010-10-14cnic: Add support for 57712 deviceMichael Chan
2010-10-14cnic: Decouple uio close from cnic shutdownMichael Chan
2010-10-14cnic: Add cnic_uio_dev structMichael Chan
2010-10-14cnic: Add cnic_free_uio()Michael Chan
2010-10-14cnic: Defer iscsi connection cleanupMichael Chan
2010-10-14cnic: Add cnic_bnx2x_destroy_ramrod()Michael Chan
2010-10-14cnic: Convert ctx_flags to bit fieldsMichael Chan
2010-10-14cnic: Add common cnic_request_irq()Michael Chan
2010-10-06bnx2x, cnic: Fix SPQ return creditDmitry Kravkov
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