summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/cnic.c
Commit message (Expand)AuthorAgeFilesLines
* cnic: Refactor code and mark expected switch fall-throughGustavo A. R. Silva2019-04-261-7/+6Star
* cnic: remove use of VLAN_TAG_PRESENTMichał Mirosław2018-11-091-1/+1
* cnic: use kvzalloc to allocate memory for csk_tblJan Dakinevich2018-07-121-3/+3
* cnic: remove redundant pointer req and variable funcColin Ian King2018-07-041-4/+1Star
* cnic: tidy up a size calculationDan Carpenter2018-06-301-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-5/+5
* cnic: Fix an error handling path in 'cnic_alloc_bnx2x_resc()'Christophe JAILLET2017-09-241-1/+1
* 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-071-0/+18
* cnic: Populate upper layer driver state in MFWTej Parkash2015-08-071-3/+15
* bnx2-cnic: Driver Rebranding ChangesRasesh Mody2015-02-201-3/+3
* cnic: Update the rcu_access_pointer() usagesTej Parkash2014-10-291-4/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-081-2/+2
|\
| * cnic : Cleanup CONFIG_IPV6 & VLAN checkAnish Bhatt2014-09-061-2/+2
* | cnic: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat2014-08-221-3/+3
|/
* cnic: Rebranding cnic driver.Jitendra Kalsaria2014-06-261-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-031-3/+5
| * cnic: Don't take cnic_dev_lock in cnic_alloc_uio_rings()Michael Chan2014-06-031-6/+0Star
| * cnic: Don't take rcu_read_lock in cnic_rcv_netevent()Michael Chan2014-06-031-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-021-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/+12Star
* cnic: Eliminate CNIC_PORT macro and port_mode in local struct.Michael Chan2013-09-041-7/+6Star
* 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-031-0/+7
* cnic: Update version to 2.5.17 and copyright year.Michael Chan2013-07-301-1/+1
* cnic: Add missing error checking for RAMROD_CMD_ID_CLOSEEddie Wai2013-07-301-4/+7
* cnic: Update TCP options setup for iSCSI.Eddie Wai2013-07-301-26/+27
* cnic: Reset tcp_flags during cnic_cm_create().Eddie Wai2013-07-301-0/+1
* cnic: Simplify cnic_release().Michael Chan2013-07-301-13/+0Star
* cnic: Simplify netdev events handling.Michael Chan2013-07-301-2/+2
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
* drivers/net: rename random32() to prandom_u32()Akinobu Mita2013-05-081-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/+2Star
* 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/+9Star
* cnic: Include bnx2x.hMichael Chan2012-12-071-30/+20Star
* 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