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
/
cxgb3
/
sge.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-16
cxgb3: Add multiple Tx queue support.
Divy Le Ray
1
-10
/
+20
2008-11-28
cxgb3: Fix sparse warning and micro-optimize is_pure_response()
Roland Dreier
1
-1
/
+1
2008-11-26
cxgb3: avoid potential memory leak.
Divy Le Ray
1
-3
/
+2
2008-11-03
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
1
-1
/
+0
2008-10-13
cxgb3: extend copyrights to 2008
Divy Le Ray
1
-1
/
+1
2008-10-08
cxgb3: reset the adapter on fatal error
Divy Le Ray
1
-5
/
+4
2008-10-08
[2.6.28,1/1] cxgb3 - fix race in EEH
Divy Le Ray
1
-3
/
+18
2008-09-24
cxgb3 - remove duplicate tests in lro
Divy Le Ray
1
-35
/
+0
2008-09-22
cxgb3: Use SKB list interfaces instead of home-grown implementation.
David S. Miller
1
-22
/
+23
2008-07-26
dma-mapping: add the device argument to dma_mapping_error()
FUJITA Tomonori
1
-1
/
+1
2008-05-22
cxgb3 - Add LRO support
Divy Le Ray
1
-12
/
+221
2008-05-22
cxgb3 - Add page support to jumbo frame Rx queue
Divy Le Ray
1
-35
/
+80
2008-05-22
cxgb3 - Fix dma mapping error path
Divy Le Ray
1
-12
/
+41
2008-05-13
cxgb3 - fix EEH
Divy Le Ray
1
-2
/
+27
2008-03-25
cxgb3: Fix lockdep problems with sge.reg_lock
Roland Dreier
1
-9
/
+9
2008-03-17
cxgb3: Fix transmit queue stop mechanism
Divy Le Ray
1
-3
/
+9
2008-02-11
Optimize cxgb3 xmit path (a bit)
Krishna Kumar
1
-20
/
+15
2008-02-03
cxgb3: Remove incorrect __devinit annotations
Roland Dreier
1
-1
/
+1
2008-01-28
annotate cxgb3
Al Viro
1
-2
/
+2
2008-01-28
cxgb3 - Fix EEH, missing softirq blocking
Divy Le Ray
1
-1
/
+6
2008-01-28
cxgb3 - parity initialization for T3C adapters.
Divy Le Ray
1
-4
/
+20
2008-01-28
cxgb3 - Fix I/O synchronization
Divy Le Ray
1
-2
/
+5
2008-01-28
cxgb3 - fix interaction with pktgen
Divy Le Ray
1
-42
/
+40
2007-10-23
[SPARC, XEN, NET/CXGB3] use irq_handler_t where appropriate
Jeff Garzik
1
-1
/
+1
2007-10-10
cxgb3 sparse warning fixes
Stephen Hemminger
1
-3
/
+3
2007-10-10
cxgb3: trivial endianness annotations
Al Viro
1
-3
/
+3
2007-10-10
cxgb3 - use immediate data for offload Tx
Divy Le Ray
1
-6
/
+11
2007-10-10
cxgb3 - SGE doorbell overflow warning
Divy Le Ray
1
-0
/
+4
2007-10-10
[NET]: Make NAPI polling independent of struct net_device objects.
Stephen Hemminger
1
-102
/
+68
2007-08-31
cxgb3 - Fix dev->priv usage
Divy Le Ray
1
-8
/
+15
2007-07-08
cxgb3 - sge page management
Divy Le Ray
1
-211
/
+212
2007-06-20
cxgb3 - fix netpoll hanlder
Divy Le Ray
1
-1
/
+0
2007-06-20
cxgb3 - fix skb->dev dereference
Divy Le Ray
1
-1
/
+1
2007-04-25
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
Arnaldo Carvalho de Melo
1
-3
/
+3
2007-04-25
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
Arnaldo Carvalho de Melo
1
-2
/
+3
2007-04-25
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
1
-3
/
+3
2007-04-25
[SK_BUFF]: Introduce skb_transport_header(skb)
Arnaldo Carvalho de Melo
1
-3
/
+5
2007-04-25
[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: Introduce skb_transport_offset()
Arnaldo Carvalho de Melo
1
-3
/
+4
2007-04-25
[SK_BUFF]: Introduce skb_reset_transport_header(skb)
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: Introduce skb_network_offset()
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: Introduce skb_reset_network_header(skb)
Arnaldo Carvalho de Melo
1
-1
/
+2
2007-04-25
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
Arnaldo Carvalho de Melo
1
-1
/
+2
2007-04-25
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
1
-2
/
+1
2007-04-03
cxgb3 - detect NIC only adapters
Divy Le Ray
1
-1
/
+1
2007-02-27
cxgb3 - Feed Rx free list with pages
Divy Le Ray
1
-91
/
+227
2007-02-27
cxgb3 - Recovery from HW starvation of response queue entries.
Divy Le Ray
1
-1
/
+14
2007-02-27
cxgb3 - Unmap offload packets when they are freed
Divy Le Ray
1
-2
/
+61
2007-02-05
cxgb3 - Add dual licensing
Divy Le Ray
1
-9
/
+29
[prev]
[next]