Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-07-07cnic: Use the bitmap API to allocate bitmapsChristophe JAILLET
2020-09-14cnic: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-05-09cnic: remove redundant assignment to variable retColin Ian King
2019-11-06cnic: Set fp_hsi_ver as part of CLIENT_SETUP ramrodManish Rangankar
2019-08-05cnic: Explicitly initialize all reference counts to 0.Michael Chan
2019-04-26cnic: Refactor code and mark expected switch fall-throughGustavo A. R. Silva
2018-11-09cnic: remove use of VLAN_TAG_PRESENTMichał Mirosław
2018-07-12cnic: use kvzalloc to allocate memory for csk_tblJan Dakinevich
2018-07-04cnic: remove redundant pointer req and variable funcColin Ian King
2018-06-30cnic: tidy up a size calculationDan Carpenter
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook
2017-09-24cnic: Fix an error handling path in 'cnic_alloc_bnx2x_resc()'Christophe JAILLET
2017-02-07net-next: treewide use is_vlan_dev() helper function.Parav Pandit
2016-05-06cnic: call cp->stop_hw() in cnic_start_hw() on allocation failureJon Maxwell
2015-08-07cnic: Add the interfaces to get FC-NPIV table.Adheer Chandravanshi
2015-08-07cnic: Populate upper layer driver state in MFWTej Parkash
2015-02-20bnx2-cnic: Driver Rebranding ChangesRasesh Mody
2014-10-29cnic: Update the rcu_access_pointer() usagesTej Parkash
2014-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-06cnic : Cleanup CONFIG_IPV6 & VLAN checkAnish Bhatt
2014-08-22cnic: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat
2014-06-26cnic: Rebranding cnic driver.Jitendra Kalsaria
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-06-03cnic: Fix missing ISCSI_KEVENT_IF_DOWN messageMichael Chan
2014-06-03cnic: Don't take cnic_dev_lock in cnic_alloc_uio_rings()Michael Chan
2014-06-03cnic: Don't take rcu_read_lock in cnic_rcv_netevent()Michael Chan
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-03-19cnic: Update version to 2.5.20 and copyright year.Michael Chan
2014-03-19cnic,bnx2i,bnx2fc: Fix inconsistent use of page sizeMichael Chan
2014-03-19cnic: Use proper ulp_ops for per device operations.Michael Chan
2014-01-02cnic: Add a signature to indicate valid doorbell offset.Eddie Wai
2013-10-03net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches
2013-09-18cnic: Fix crash in cnic_bnx2x_service_kcq()Michael Chan
2013-09-18bnx2x, cnic, bnx2i, bnx2fc: Fix bnx2i and bnx2fc regressions.Michael Chan
2013-09-04cnic: Eliminate local copy of pfid.Michael Chan
2013-09-04cnic: Eliminate CNIC_PORT macro and port_mode in local struct.Michael Chan
2013-09-04cnic: Redefine BNX2X_HW_CID using existing bnx2x macrosMichael Chan
2013-09-04cnic: Use CHIP_NUM macros from bnx2x.hMichael Chan
2013-08-03cnic, bnx2i: Fix bug on some bnx2x devices that don't support iSCSIMichael Chan
2013-07-30cnic: Update version to 2.5.17 and copyright year.Michael Chan
2013-07-30cnic: Add missing error checking for RAMROD_CMD_ID_CLOSEEddie Wai
2013-07-30cnic: Update TCP options setup for iSCSI.Eddie Wai
2013-07-30cnic: Reset tcp_flags during cnic_cm_create().Eddie Wai
2013-07-30cnic: Simplify cnic_release().Michael Chan
2013-07-30cnic: Simplify netdev events handling.Michael Chan
2013-05-29net: pass info struct via netdevice notifierJiri Pirko
2013-05-08drivers/net: rename random32() to prandom_u32()Akinobu Mita