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
2011-05-22
Add appropriate <linux/prefetch.h> include for prefetch users
Paul Gortmaker
1
-0
/
+1
2011-04-08
cnic: Fix rtnl deadlock
Michael Chan
1
-2
/
+0
2011-03-31
bnx2x, cnic: Disable iSCSI if DCBX negotiation is successful
Dmitry Kravkov
1
-19
/
+45
2011-03-12
ipv6: Convert to use flowi6 where applicable.
David S. Miller
1
-6
/
+6
2011-03-12
net: Put flowi_* prefix on AF independent members of struct flowi
David S. Miller
1
-1
/
+1
2011-03-12
ipv4: Create and use route lookup helpers.
David S. Miller
1
-11
/
+5
2011-03-03
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-8
/
+25
2011-03-02
cnic: Fix lost interrupt on bnx2x
Michael Chan
1
-8
/
+17
2011-03-02
cnic: Prevent status block race conditions with hardware
Michael Chan
1
-0
/
+8
2011-03-02
ipv4: Make output route lookup return rtable directly.
David S. Miller
1
-2
/
+5
2011-02-28
net: use pci_dev->revision, again
Sergei Shtylyov
1
-9
/
+5
2011-01-31
bnx2x, cnic: Consolidate iSCSI/FCoE shared mem logic in bnx2x
Vladislav Zolotarov
1
-125
/
+18
2011-01-27
drivers/net: remove some rcu sparse warnings
Eric Dumazet
1
-9
/
+18
2011-01-26
cnic: Fix big endian bug
Michael Chan
1
-6
/
+6
2011-01-06
cnic: Fix the type field in SPQ messages
Michael Chan
1
-21
/
+12
2011-01-04
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+8
2011-01-03
cnic: Do not call bnx2i when bnx2i is calling cnic_unregister_driver()
Michael Chan
1
-16
/
+3
2011-01-03
cnic: Do not allow iSCSI and FCoE on bnx2x multi-function mode
Michael Chan
1
-6
/
+2
2010-12-31
Broadcom CNIC core network driver: fix mem leak on allocation failures in cni...
Jesper Juhl
1
-2
/
+8
2010-12-23
cnic: Add FCoE support on 57712
Michael Chan
1
-7
/
+459
2010-12-23
cnic: Add kcq2 support on 57712
Michael Chan
1
-21
/
+55
2010-12-23
cnic: Call cm_connect_complete() immediately on error
Eddie Wai
1
-2
/
+14
2010-12-23
cnic: Check device state before reading the kcq pointer in IRQ
Michael Chan
1
-5
/
+7
2010-12-23
cnic: Support NIC Partition mode
Michael Chan
1
-18
/
+66
2010-12-23
cnic: Use proper client and connection IDs on iSCSI ring
Michael Chan
1
-9
/
+12
2010-12-23
cnic: Improve ->iscsi_nl_msg_send()
Michael Chan
1
-5
/
+16
2010-12-23
cnic: Prevent "scheduling while atomic" when calling ->cnic_init()
Michael Chan
1
-2
/
+1
2010-12-23
cnic: Fix iSCSI TCP port endian order.
Michael Chan
1
-10
/
+13
2010-11-15
drivers/net/cnic.c: Remove unnecessary semicolons
Joe Perches
1
-1
/
+1
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-06
bnx2x, cnic: Fix SPQ return credit
Dmitry Kravkov
1
-8
/
+10
2010-10-06
bnx2x, cnic, bnx2i: use new FW/HSI
Dmitry Kravkov
1
-147
/
+138
2010-10-06
cnic: Fine-tune ring init code.
Michael Chan
1
-6
/
+18
2010-10-06
cnic: Use pfid for internal memory offsets.
Michael Chan
1
-70
/
+74
2010-10-06
cnic: Pass cp pointer to BNX2X_HW_CID.
Michael Chan
1
-8
/
+5
2010-08-17
drivers/net: Convert unbounded kzalloc calls to kcalloc
Joe Perches
1
-1
/
+1
2010-07-27
bnx2x: Create separate folder for bnx2x driver
Dmitry Kravkov
1
-3
/
+3
2010-06-25
cnic: Further unify kcq handling code.
Michael Chan
1
-37
/
+34
2010-06-25
cnic: Restructure kcq processing.
Michael Chan
1
-54
/
+22
2010-06-25
cnic: Unify kcq allocation for all devices.
Michael Chan
1
-56
/
+87
2010-06-25
cnic: Unify IRQ code for all hardware types.
Michael Chan
1
-13
/
+20
2010-06-25
cnic: Fine-tune CID memory space calculation.
Michael Chan
1
-14
/
+18
2010-06-23
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-21
/
+34
[next]