summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/cnic.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-07cnic,bnx2,bnx2x: use UIO_MEM_DMA_COHERENTChris Leech1-8/+17
2022-12-13Merge tag 'dma-mapping-6.2-2022-12-13' of git://git.infradead.org/users/hch/d...Linus Torvalds1-4/+2
2022-11-21cnic: don't pass bogus GFP_ flags to dma_alloc_coherentChristoph Hellwig1-4/+2
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-2/+1
2022-07-06cnic: Use the bitmap API to allocate bitmapsChristophe JAILLET1-2/+2
2020-09-14cnic: convert tasklets to use new tasklet_setup() APIAllen Pais1-10/+8
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-05-08cnic: remove redundant assignment to variable retColin Ian King1-1/+0
2019-11-05cnic: Set fp_hsi_ver as part of CLIENT_SETUP ramrodManish Rangankar1-0/+2
2019-08-05cnic: Explicitly initialize all reference counts to 0.Michael Chan1-0/+5
2019-04-26cnic: Refactor code and mark expected switch fall-throughGustavo A. R. Silva1-7/+6
2018-11-08cnic: remove use of VLAN_TAG_PRESENTMichał Mirosław1-1/+1
2018-07-11cnic: use kvzalloc to allocate memory for csk_tblJan Dakinevich1-3/+3
2018-07-04cnic: remove redundant pointer req and variable funcColin Ian King1-4/+1
2018-06-30cnic: tidy up a size calculationDan Carpenter1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-5/+5
2017-09-23cnic: Fix an error handling path in 'cnic_alloc_bnx2x_resc()'Christophe JAILLET1-1/+1
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit1-1/+1
2016-05-06cnic: call cp->stop_hw() in cnic_start_hw() on allocation failureJon Maxwell1-1/+4
2015-08-06cnic: Add the interfaces to get FC-NPIV table.Adheer Chandravanshi1-0/+18
2015-08-06cnic: Populate upper layer driver state in MFWTej Parkash1-3/+15
2015-02-20bnx2-cnic: Driver Rebranding ChangesRasesh Mody1-3/+3
2014-10-29cnic: Update the rcu_access_pointer() usagesTej Parkash1-4/+1
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-09-05cnic : Cleanup CONFIG_IPV6 & VLAN checkAnish Bhatt1-2/+2
2014-08-22cnic: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat1-3/+3
2014-06-25cnic: Rebranding cnic driver.Jitendra Kalsaria1-4/+6
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-13/+16
2014-06-02cnic: Fix missing ISCSI_KEVENT_IF_DOWN messageMichael Chan1-3/+5
2014-06-02cnic: Don't take cnic_dev_lock in cnic_alloc_uio_rings()Michael Chan1-6/+0
2014-06-02cnic: Don't take rcu_read_lock in cnic_rcv_netevent()Michael Chan1-4/+11
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-4/+4
2014-03-18cnic: Update version to 2.5.20 and copyright year.Michael Chan1-1/+1
2014-03-18cnic,bnx2i,bnx2fc: Fix inconsistent use of page sizeMichael Chan1-52/+52
2014-03-18cnic: Use proper ulp_ops for per device operations.Michael Chan1-2/+3
2014-01-01cnic: Add a signature to indicate valid doorbell offset.Eddie Wai1-0/+1
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-2/+2
2013-09-18cnic: Fix crash in cnic_bnx2x_service_kcq()Michael Chan1-1/+2
2013-09-18bnx2x, cnic, bnx2i, bnx2fc: Fix bnx2i and bnx2fc regressions.Michael Chan1-1/+2
2013-09-04cnic: Eliminate local copy of pfid.Michael Chan1-17/+12
2013-09-04cnic: Eliminate CNIC_PORT macro and port_mode in local struct.Michael Chan1-7/+6
2013-09-04cnic: Redefine BNX2X_HW_CID using existing bnx2x macrosMichael Chan1-9/+16
2013-09-04cnic: Use CHIP_NUM macros from bnx2x.hMichael Chan1-16/+21
2013-08-02cnic, bnx2i: Fix bug on some bnx2x devices that don't support iSCSIMichael Chan1-0/+7
2013-07-29cnic: Update version to 2.5.17 and copyright year.Michael Chan1-1/+1
2013-07-29cnic: Add missing error checking for RAMROD_CMD_ID_CLOSEEddie Wai1-4/+7
2013-07-29cnic: Update TCP options setup for iSCSI.Eddie Wai1-26/+27
2013-07-29cnic: Reset tcp_flags during cnic_cm_create().Eddie Wai1-0/+1