summaryrefslogtreecommitdiffstats
path: root/drivers/net/cnic.c
Commit message (Expand)AuthorAgeFilesLines
* cnic: Add VLAN ID as a parameter during netevent upcallMichael Chan2011-07-211-15/+35
* cnic: Wait for all Context IDs to be deleted before sending FCOE_DESTROY_FUNCMichael Chan2011-07-211-18/+27
* cnic: Fix Context ID space calculationMichael Chan2011-07-211-9/+1Star
* cnic: Return proper error code if we fail to send netlink messageMichael Chan2011-07-141-1/+1
* cnic: Fix ring setup/shutdown codeMichael Chan2011-07-141-2/+7
* cnic: Fix port_mode settingMichael Chan2011-07-141-1/+1
* cnic: Replace get_random_bytes() with random32()Michael Chan2011-07-141-2/+3
* drivers/net: Remove casts of void *Joe Perches2011-06-221-2/+2
* New 7.0 FW: bnx2x, cnic, bnx2i, bnx2fcVlad Zolotarov2011-06-151-80/+84
* cnic: Move indexing function pointers to struct kcq_infoMichael Chan2011-06-151-41/+43
* cnic, bnx2: Check iSCSI support early in bnx2_init_one()Michael Chan2011-06-091-10/+2Star
* cnic: Improve NETDEV_UP event handlingMichael Chan2011-06-091-2/+2
* cnic: Randomize initial TCP port for iSCSI connectionsEddie Wai2011-06-091-5/+9
* cnic: Fix race conditions with firmwareMichael Chan2011-06-091-3/+11
* cnic: Fix interrupt logicMichael Chan2011-06-091-9/+4Star
* Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-231-0/+1
* cnic: Fix rtnl deadlockMichael Chan2011-04-081-2/+0Star
* bnx2x, cnic: Disable iSCSI if DCBX negotiation is successfulDmitry Kravkov2011-04-011-19/+45
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-131-6/+6
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-131-1/+1
* ipv4: Create and use route lookup helpers.David S. Miller2011-03-131-11/+5Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-041-8/+25
|\
| * cnic: Fix lost interrupt on bnx2xMichael Chan2011-03-031-8/+17
| * cnic: Prevent status block race conditions with hardwareMichael Chan2011-03-031-0/+8
* | ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-021-2/+5
* | net: use pci_dev->revision, againSergei Shtylyov2011-02-281-9/+5Star
* | bnx2x, cnic: Consolidate iSCSI/FCoE shared mem logic in bnx2xVladislav Zolotarov2011-02-011-125/+18Star
* | drivers/net: remove some rcu sparse warningsEric Dumazet2011-01-281-9/+18
|/
* cnic: Fix big endian bugMichael Chan2011-01-261-6/+6
* cnic: Fix the type field in SPQ messagesMichael Chan2011-01-061-21/+12Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-041-2/+8
|\
| * Broadcom CNIC core network driver: fix mem leak on allocation failures in cni...Jesper Juhl2010-12-311-2/+8
* | cnic: Do not call bnx2i when bnx2i is calling cnic_unregister_driver()Michael Chan2011-01-041-16/+3Star
* | cnic: Do not allow iSCSI and FCoE on bnx2x multi-function modeMichael Chan2011-01-041-6/+2Star
* | cnic: Add FCoE support on 57712Michael Chan2010-12-231-7/+459
* | cnic: Add kcq2 support on 57712Michael Chan2010-12-231-21/+55
* | cnic: Call cm_connect_complete() immediately on errorEddie Wai2010-12-231-2/+14
* | cnic: Check device state before reading the kcq pointer in IRQMichael Chan2010-12-231-5/+7
* | cnic: Support NIC Partition modeMichael Chan2010-12-231-18/+66
* | cnic: Use proper client and connection IDs on iSCSI ringMichael Chan2010-12-231-9/+12
* | cnic: Improve ->iscsi_nl_msg_send()Michael Chan2010-12-231-5/+16
* | cnic: Prevent "scheduling while atomic" when calling ->cnic_init()Michael Chan2010-12-231-2/+1Star
* | cnic: Fix iSCSI TCP port endian order.Michael Chan2010-12-231-10/+13
* | drivers/net/cnic.c: Remove unnecessary semicolonsJoe Perches2010-11-151-1/+1
|/
* cnic: Add support for 57712 deviceMichael Chan2010-10-141-15/+79
* cnic: Decouple uio close from cnic shutdownMichael Chan2010-10-141-14/+42
* cnic: Add cnic_uio_dev structMichael Chan2010-10-141-90/+105
* cnic: Add cnic_free_uio()Michael Chan2010-10-141-10/+27
* cnic: Defer iscsi connection cleanupMichael Chan2010-10-141-4/+106
* cnic: Add cnic_bnx2x_destroy_ramrod()Michael Chan2010-10-141-14/+25