summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/cnic.c
Commit message (Expand)AuthorAgeFilesLines
* net-next: treewide use is_vlan_dev() helper function.Parav Pandit2017-02-061-1/+1
* cnic: call cp->stop_hw() in cnic_start_hw() on allocation failureJon Maxwell2016-05-061-1/+4
* cnic: Add the interfaces to get FC-NPIV table.Adheer Chandravanshi2015-08-061-0/+18
* cnic: Populate upper layer driver state in MFWTej Parkash2015-08-061-3/+15
* bnx2-cnic: Driver Rebranding ChangesRasesh Mody2015-02-201-3/+3
* cnic: Update the rcu_access_pointer() usagesTej Parkash2014-10-291-4/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-071-2/+2
|\
| * cnic : Cleanup CONFIG_IPV6 & VLAN checkAnish Bhatt2014-09-051-2/+2
* | cnic: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat2014-08-221-3/+3
|/
* cnic: Rebranding cnic driver.Jitendra Kalsaria2014-06-251-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-13/+16
|\
| * cnic: Fix missing ISCSI_KEVENT_IF_DOWN messageMichael Chan2014-06-021-3/+5
| * cnic: Don't take cnic_dev_lock in cnic_alloc_uio_rings()Michael Chan2014-06-021-6/+0
| * cnic: Don't take rcu_read_lock in cnic_rcv_netevent()Michael Chan2014-06-021-4/+11
* | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-4/+4
|/
* cnic: Update version to 2.5.20 and copyright year.Michael Chan2014-03-181-1/+1
* cnic,bnx2i,bnx2fc: Fix inconsistent use of page sizeMichael Chan2014-03-181-52/+52
* cnic: Use proper ulp_ops for per device operations.Michael Chan2014-03-181-2/+3
* cnic: Add a signature to indicate valid doorbell offset.Eddie Wai2014-01-011-0/+1
* net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-2/+2
* cnic: Fix crash in cnic_bnx2x_service_kcq()Michael Chan2013-09-181-1/+2
* bnx2x, cnic, bnx2i, bnx2fc: Fix bnx2i and bnx2fc regressions.Michael Chan2013-09-181-1/+2
* cnic: Eliminate local copy of pfid.Michael Chan2013-09-041-17/+12
* cnic: Eliminate CNIC_PORT macro and port_mode in local struct.Michael Chan2013-09-041-7/+6
* cnic: Redefine BNX2X_HW_CID using existing bnx2x macrosMichael Chan2013-09-041-9/+16
* cnic: Use CHIP_NUM macros from bnx2x.hMichael Chan2013-09-041-16/+21
* cnic, bnx2i: Fix bug on some bnx2x devices that don't support iSCSIMichael Chan2013-08-021-0/+7
* cnic: Update version to 2.5.17 and copyright year.Michael Chan2013-07-291-1/+1
* cnic: Add missing error checking for RAMROD_CMD_ID_CLOSEEddie Wai2013-07-291-4/+7
* cnic: Update TCP options setup for iSCSI.Eddie Wai2013-07-291-26/+27
* cnic: Reset tcp_flags during cnic_cm_create().Eddie Wai2013-07-291-0/+1
* cnic: Simplify cnic_release().Michael Chan2013-07-291-13/+0
* cnic: Simplify netdev events handling.Michael Chan2013-07-291-2/+2
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
* drivers/net: rename random32() to prandom_u32()Akinobu Mita2013-05-071-2/+2
* bnx2x, bnx2fc: Use per port max exchange resourcesBhanu Prakash Gollapudi2013-04-251-1/+3
* ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-041-4/+2
* cnic, bnx2x: Add CNIC_DRV_STATE_HANDLES_IRQ to ethdev->drv_stateMichael Chan2013-01-231-0/+4
* cnic, bnx2x, bnx2: Simplify cnic probing.Michael Chan2012-12-071-12/+9
* cnic: Include bnx2x.hMichael Chan2012-12-071-30/+20
* bnx2: Add BNX2 prefix to CHIP ID and name macrosMichael Chan2012-12-071-7/+7
* bnx2: Add BNX2 prefix to descriptor structures and macrosMichael Chan2012-12-071-35/+35
* cnic: Fix rare race condition during iSCSI disconnect.Eddie Wai2012-12-051-2/+11
* cnic: Reset iSCSI EQ during shutdown.Michael Chan2012-12-051-0/+19
* net/broadcom: remove __dev* attributesBill Pemberton2012-12-031-1/+1
* bnx2x,cnic: use FW 7.8.2Yuval Mintz2012-10-011-2/+10
* cnic: Allocate UIO resources only on devices that support iSCSI.Michael Chan2012-09-101-1/+4
* cnic: Allocate kcq resource only on devices that support FCoE.Michael Chan2012-09-101-4/+3
* cnic: Add function pointers to arm IRQ for different devices.Michael Chan2012-09-101-4/+22
* cnic: Free UIO rings when the device is closed.Michael Chan2012-09-101-0/+7