summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/cnic.c
Commit message (Expand)AuthorAgeFilesLines
* net: cnic: Convert tasklet API to new bottom half workqueue mechanismAllen Pais2024-07-311-9/+10
* ipv4: Set scope explicitly in ip_route_output().Guillaume Nault2024-04-081-1/+2
* cnic,bnx2,bnx2x: use UIO_MEM_DMA_COHERENTChris Leech2024-03-071-8/+17
* Merge tag 'dma-mapping-6.2-2022-12-13' of git://git.infradead.org/users/hch/d...Linus Torvalds2022-12-131-4/+2
|\
| * cnic: don't pass bogus GFP_ flags to dma_alloc_coherentChristoph Hellwig2022-11-211-4/+2
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
|/
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-2/+1
* cnic: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-061-2/+2
* cnic: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-141-10/+8
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* cnic: remove redundant assignment to variable retColin Ian King2020-05-081-1/+0
* cnic: Set fp_hsi_ver as part of CLIENT_SETUP ramrodManish Rangankar2019-11-051-0/+2
* cnic: Explicitly initialize all reference counts to 0.Michael Chan2019-08-051-0/+5
* cnic: Refactor code and mark expected switch fall-throughGustavo A. R. Silva2019-04-261-7/+6
* cnic: remove use of VLAN_TAG_PRESENTMichał Mirosław2018-11-081-1/+1
* cnic: use kvzalloc to allocate memory for csk_tblJan Dakinevich2018-07-111-3/+3
* cnic: remove redundant pointer req and variable funcColin Ian King2018-07-041-4/+1
* cnic: tidy up a size calculationDan Carpenter2018-06-301-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-5/+5
* cnic: Fix an error handling path in 'cnic_alloc_bnx2x_resc()'Christophe JAILLET2017-09-231-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-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