aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cnic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-14cnic: Return proper error code if we fail to send netlink messageMichael Chan1-1/+1
2011-07-14cnic: Fix ring setup/shutdown codeMichael Chan1-2/+7
2011-07-14cnic: Fix port_mode settingMichael Chan1-1/+1
2011-07-14cnic: Replace get_random_bytes() with random32()Michael Chan1-2/+3
2011-06-21drivers/net: Remove casts of void *Joe Perches1-2/+2
2011-06-15New 7.0 FW: bnx2x, cnic, bnx2i, bnx2fcVlad Zolotarov1-80/+84
2011-06-15cnic: Move indexing function pointers to struct kcq_infoMichael Chan1-41/+43
2011-06-08cnic, bnx2: Check iSCSI support early in bnx2_init_one()Michael Chan1-10/+2
2011-06-08cnic: Improve NETDEV_UP event handlingMichael Chan1-2/+2
2011-06-08cnic: Randomize initial TCP port for iSCSI connectionsEddie Wai1-5/+9
2011-06-08cnic: Fix race conditions with firmwareMichael Chan1-3/+11
2011-06-08cnic: Fix interrupt logicMichael Chan1-9/+4
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-04-08cnic: Fix rtnl deadlockMichael Chan1-2/+0
2011-03-31bnx2x, cnic: Disable iSCSI if DCBX negotiation is successfulDmitry Kravkov1-19/+45
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller1-6/+6
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-1/+1
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller1-11/+5
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-8/+25
2011-03-02cnic: Fix lost interrupt on bnx2xMichael Chan1-8/+17
2011-03-02cnic: Prevent status block race conditions with hardwareMichael Chan1-0/+8
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-2/+5
2011-02-28net: use pci_dev->revision, againSergei Shtylyov1-9/+5
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