index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
cnic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-14
cnic: Add support for 57712 device
Michael Chan
1
-15
/
+79
2010-10-14
cnic: Decouple uio close from cnic shutdown
Michael Chan
1
-14
/
+42
2010-10-14
cnic: Add cnic_uio_dev struct
Michael Chan
1
-90
/
+105
2010-10-14
cnic: Add cnic_free_uio()
Michael Chan
1
-10
/
+27
2010-10-14
cnic: Defer iscsi connection cleanup
Michael Chan
1
-4
/
+106
2010-10-14
cnic: Add cnic_bnx2x_destroy_ramrod()
Michael Chan
1
-14
/
+25
2010-10-14
cnic: Convert ctx_flags to bit fields
Michael Chan
1
-2
/
+2
2010-10-14
cnic: Add common cnic_request_irq()
Michael Chan
1
-12
/
+20
2010-10-07
bnx2x, cnic: Fix SPQ return credit
Dmitry Kravkov
1
-8
/
+10
2010-10-07
bnx2x, cnic, bnx2i: use new FW/HSI
Dmitry Kravkov
1
-147
/
+138
2010-10-07
cnic: Fine-tune ring init code.
Michael Chan
1
-6
/
+18
2010-10-07
cnic: Use pfid for internal memory offsets.
Michael Chan
1
-70
/
+74
2010-10-07
cnic: Pass cp pointer to BNX2X_HW_CID.
Michael Chan
1
-8
/
+5
2010-08-18
drivers/net: Convert unbounded kzalloc calls to kcalloc
Joe Perches
1
-1
/
+1
2010-07-28
bnx2x: Create separate folder for bnx2x driver
Dmitry Kravkov
1
-3
/
+3
2010-06-26
cnic: Further unify kcq handling code.
Michael Chan
1
-37
/
+34
2010-06-26
cnic: Restructure kcq processing.
Michael Chan
1
-54
/
+22
2010-06-26
cnic: Unify kcq allocation for all devices.
Michael Chan
1
-56
/
+87
2010-06-26
cnic: Unify IRQ code for all hardware types.
Michael Chan
1
-13
/
+20
2010-06-26
cnic: Fine-tune CID memory space calculation.
Michael Chan
1
-14
/
+18
2010-06-24
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-21
/
+34
2010-06-23
cnic: Disable statistics initialization for eth clients that do not support s...
Dmitry Kravkov
1
-21
/
+34
2010-06-16
cnic: Fix cnic_cm_abort() error handling.
Michael Chan
1
-11
/
+18
2010-06-16
cnic: Refactor and fix cnic_ready_to_close().
Michael Chan
1
-16
/
+10
2010-06-16
cnic: Refactor code in cnic_cm_process_kcqe().
Michael Chan
1
-6
/
+9
2010-06-16
cnic: Return error code in cnic_cm_close() if unsuccessful.
Michael Chan
1
-0
/
+2
2010-06-11
net-next: remove useless union keyword
Changli Gao
1
-1
/
+1
2010-05-28
cnic: Fix context memory init. on 5709.
Michael Chan
1
-7
/
+3
2010-05-19
cnic: Return SPQ credit to bnx2x after ring setup and shutdown.
Michael Chan
1
-1
/
+70
2010-05-19
cnic: Convert cnic_local_flags to atomic ops.
Michael Chan
1
-3
/
+3
2010-05-14
drivers/net: Remove unnecessary returns from void function()s
Joe Perches
1
-3
/
+0
2010-04-08
cnic: Fix crash during bnx2x MTU change.
Michael Chan
1
-5
/
+5
2010-02-26
cnic: Update version to 2.1.1.
Michael Chan
1
-1
/
+1
2010-02-26
cnic: Use union for the status blocks of different devices.
Michael Chan
1
-18
/
+17
2010-02-26
cnic: Simplify route checking during iSCSI connection.
Michael Chan
1
-24
/
+13
2010-02-26
cnic: Fix panic in cnic_iscsi_nl_msg_recv() when device is down.
Michael Chan
1
-0
/
+7
2010-02-26
cnic: Finetune iSCSI connection reset.
Eddie Wai
1
-5
/
+16
2010-02-26
cnic: Finetune iSCSI connection set up.
Eddie Wai
1
-1
/
+16
2010-02-18
drivers/net/cnic.c: Use (pr|netdev)_<level> macro helpers
Joe Perches
1
-50
/
+37
2009-12-12
cnic: Zero out status block and Event Queue indices.
Michael Chan
1
-0
/
+5
2009-12-12
cnic: Send delete command when shutting down iSCSI ring.
Michael Chan
1
-0
/
+6
2009-12-03
cnic: Use dma_alloc_coherent().
Michael Chan
1
-24
/
+30
2009-12-03
cnic: Fix rq_page_table DMA address.
Michael Chan
1
-2
/
+2
2009-12-03
cnic: Fix bogus iSCSI MAC address
Michael Chan
1
-2
/
+6
2009-12-03
cnic: Fix bnx2x ring shutdown.
Michael Chan
1
-0
/
+7
2009-12-03
cnic: Fix ring I/O address for bnx2x devices.
Michael Chan
1
-5
/
+3
2009-11-19
drivers/net: tasklet_init - Remove unnecessary leading & from second arg
Joe Perches
1
-2
/
+2
2009-11-04
cnic: ensure ulp_type is not negative
roel kluin
1
-4
/
+4
2009-10-30
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-3
/
+3
2009-10-28
cnic: Fix L2CTX_STATUSB_NUM offset in context memory.
Michael Chan
1
-3
/
+3
[next]