index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
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-05-14
drivers/net: Remove unnecessary returns from void function()s
Joe Perches
1
-3
/
+0
2010-04-07
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-17
drivers/net/cnic.c: Use (pr|netdev)_<level> macro helpers
Joe Perches
1
-50
/
+37
2009-12-11
cnic: Zero out status block and Event Queue indices.
Michael Chan
1
-0
/
+5
2009-12-11
cnic: Send delete command when shutting down iSCSI ring.
Michael Chan
1
-0
/
+6
2009-12-02
cnic: Use dma_alloc_coherent().
Michael Chan
1
-24
/
+30
2009-12-02
cnic: Fix rq_page_table DMA address.
Michael Chan
1
-2
/
+2
2009-12-02
cnic: Fix bogus iSCSI MAC address
Michael Chan
1
-2
/
+6
2009-12-02
cnic: Fix bnx2x ring shutdown.
Michael Chan
1
-0
/
+7
2009-12-02
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-29
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
2009-10-12
cnic: Need to include net/ip6_checksum.h
David S. Miller
1
-0
/
+1
2009-10-11
cnic: Add main functions to support bnx2x devices.
Michael Chan
1
-0
/
+1742
2009-10-11
cnic: Add bnx2x data structures.
Michael Chan
1
-0
/
+5
2009-10-11
cnic: Refactor some code.
Michael Chan
1
-18
/
+46
2009-10-02
cnic: Fix NETDEV_UP event processing.
Michael Chan
1
-1
/
+2
2009-09-22
cnic: Shutdown iSCSI ring during uio_close.
Michael Chan
1
-2
/
+2
2009-09-02
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-39
/
+104
2009-08-28
cnic: Put uio init in separate function.
Michael Chan
1
-27
/
+41
2009-08-28
cnic: Put rx/tx ring allocation in separate function.
Michael Chan
1
-11
/
+22
2009-08-15
cnic: Fix locking in init/exit calls.
Michael Chan
1
-9
/
+39
2009-08-15
cnic: Fix locking in start/stop calls.
Michael Chan
1
-16
/
+28
2009-08-15
cnic: Refine registration with bnx2.
Michael Chan
1
-13
/
+36
2009-08-15
cnic: Fix symbol_put_addr() panic on ia64.
Michael Chan
1
-1
/
+1
2009-07-27
cnic: Fix ISCSI_KEVENT_IF_DOWN message handling.
Michael Chan
1
-2
/
+21
2009-06-21
cnic: Fix __symbol_get() build error.
Michael Chan
1
-2
/
+2
2009-06-21
Revert "[SCSI] cnic: fix error: implicit declaration of function ‘__symbol_...
James Bottomley
1
-2
/
+0
2009-06-13
[SCSI] cnic: fix error: implicit declaration of function ‘__symbol_get’
Ingo Molnar
1
-0
/
+2
2009-06-13
[SCSI] cnic: fix undefined reference to `ip6_route_output'
Randy Dunlap
1
-2
/
+6
2009-06-09
[SCSI] cnic: Add new Broadcom CNIC driver.
Michael Chan
1
-0
/
+2711