Age | Commit message (Expand) | Author |
2019-04-26 | cnic: Refactor code and mark expected switch fall-through | Gustavo A. R. Silva |
2018-11-08 | cnic: remove use of VLAN_TAG_PRESENT | Michał Mirosław |
2018-07-11 | cnic: use kvzalloc to allocate memory for csk_tbl | Jan Dakinevich |
2018-07-04 | cnic: remove redundant pointer req and variable func | Colin Ian King |
2018-06-30 | cnic: tidy up a size calculation | Dan Carpenter |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2017-09-23 | cnic: Fix an error handling path in 'cnic_alloc_bnx2x_resc()' | Christophe JAILLET |
2017-02-06 | net-next: treewide use is_vlan_dev() helper function. | Parav Pandit |
2016-05-06 | cnic: call cp->stop_hw() in cnic_start_hw() on allocation failure | Jon Maxwell |
2015-08-06 | cnic: Add the interfaces to get FC-NPIV table. | Adheer Chandravanshi |
2015-08-06 | cnic: Populate upper layer driver state in MFW | Tej Parkash |
2015-02-20 | bnx2-cnic: Driver Rebranding Changes | Rasesh Mody |
2014-10-29 | cnic: Update the rcu_access_pointer() usages | Tej Parkash |
2014-09-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-09-05 | cnic : Cleanup CONFIG_IPV6 & VLAN check | Anish Bhatt |
2014-08-22 | cnic: Replace rcu_dereference() with rcu_access_pointer() | Andreea-Cristina Bernat |
2014-06-25 | cnic: Rebranding cnic driver. | Jitendra Kalsaria |
2014-06-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2014-06-02 | cnic: Fix missing ISCSI_KEVENT_IF_DOWN message | Michael Chan |
2014-06-02 | cnic: Don't take cnic_dev_lock in cnic_alloc_uio_rings() | Michael Chan |
2014-06-02 | cnic: Don't take rcu_read_lock in cnic_rcv_netevent() | Michael Chan |
2014-04-18 | arch: Mass conversion of smp_mb__*() | Peter Zijlstra |
2014-03-18 | cnic: Update version to 2.5.20 and copyright year. | Michael Chan |
2014-03-18 | cnic,bnx2i,bnx2fc: Fix inconsistent use of page size | Michael Chan |
2014-03-18 | cnic: Use proper ulp_ops for per device operations. | Michael Chan |
2014-01-01 | cnic: Add a signature to indicate valid doorbell offset. | Eddie Wai |
2013-10-02 | net:drivers/net: Miscellaneous conversions to ETH_ALEN | Joe Perches |
2013-09-18 | cnic: Fix crash in cnic_bnx2x_service_kcq() | Michael Chan |
2013-09-18 | bnx2x, cnic, bnx2i, bnx2fc: Fix bnx2i and bnx2fc regressions. | Michael Chan |
2013-09-04 | cnic: Eliminate local copy of pfid. | Michael Chan |
2013-09-04 | cnic: Eliminate CNIC_PORT macro and port_mode in local struct. | Michael Chan |
2013-09-04 | cnic: Redefine BNX2X_HW_CID using existing bnx2x macros | Michael Chan |
2013-09-04 | cnic: Use CHIP_NUM macros from bnx2x.h | Michael Chan |
2013-08-02 | cnic, bnx2i: Fix bug on some bnx2x devices that don't support iSCSI | Michael Chan |
2013-07-29 | cnic: Update version to 2.5.17 and copyright year. | Michael Chan |
2013-07-29 | cnic: Add missing error checking for RAMROD_CMD_ID_CLOSE | Eddie Wai |
2013-07-29 | cnic: Update TCP options setup for iSCSI. | Eddie Wai |
2013-07-29 | cnic: Reset tcp_flags during cnic_cm_create(). | Eddie Wai |
2013-07-29 | cnic: Simplify cnic_release(). | Michael Chan |
2013-07-29 | cnic: Simplify netdev events handling. | Michael Chan |
2013-05-28 | net: pass info struct via netdevice notifier | Jiri Pirko |
2013-05-07 | drivers/net: rename random32() to prandom_u32() | Akinobu Mita |
2013-04-25 | bnx2x, bnx2fc: Use per port max exchange resources | Bhanu Prakash Gollapudi |
2013-02-04 | ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups | Joe Perches |
2013-01-23 | cnic, bnx2x: Add CNIC_DRV_STATE_HANDLES_IRQ to ethdev->drv_state | Michael Chan |
2012-12-07 | cnic, bnx2x, bnx2: Simplify cnic probing. | Michael Chan |
2012-12-07 | cnic: Include bnx2x.h | Michael Chan |
2012-12-07 | bnx2: Add BNX2 prefix to CHIP ID and name macros | Michael Chan |
2012-12-07 | bnx2: Add BNX2 prefix to descriptor structures and macros | Michael Chan |
2012-12-05 | cnic: Fix rare race condition during iSCSI disconnect. | Eddie Wai |