index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
chelsio
Commit message (
Expand
)
Author
Age
Files
Lines
*
cxgb: delete non NAPI code from the driver.
Francois Romieu
2008-07-11
2
-67
/
+5
*
annotate chelsio
Al Viro
2008-01-28
3
-6
/
+7
*
drivers/net/chelsio/: #if 0 unused functions
Adrian Bunk
2008-01-28
4
-3
/
+6
*
drivers/net/chelsio: Add missing "space"
Joe Perches
2008-01-28
1
-1
/
+1
*
cxgb - revert file mode changes.
Divy Le Ray
2007-12-04
4
-0
/
+0
*
cxgb - fix stats
Divy Le Ray
2007-12-01
4
-89
/
+96
*
cxgb - fix NAPI
Divy Le Ray
2007-12-01
1
-4
/
+2
*
cxgb - fix T2 GSO
Divy Le Ray
2007-12-01
3
-20
/
+18
*
[CHELSIO]: Fix skb->dev setting.
Divy Le Ray
2007-11-15
1
-1
/
+1
*
chelsio: sparse warning fixes (old cxgb2)
Stephen Hemminger
2007-10-10
4
-370
/
+3
*
[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count
Jeff Garzik
2007-10-10
1
-3
/
+8
*
[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls
Jeff Garzik
2007-10-10
1
-3
/
+0
*
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
2007-10-10
1
-1
/
+0
*
[NET]: Make NAPI polling independent of struct net_device objects.
Stephen Hemminger
2007-10-10
4
-20
/
+21
*
network drivers: eliminate unneeded kill_vid code
Stephen Hemminger
2007-06-03
1
-10
/
+0
*
chelsio parenthesis fix
Mariusz Kozlowski
2007-05-24
1
-1
/
+1
*
chelsio: use const for virtual functions
Stephen Hemminger
2007-04-28
10
-39
/
+33
*
chelsio: use C99 style initialization
Stephen Hemminger
2007-04-28
1
-61
/
+134
*
chelsio: remove unused code for 1G boards
Stephen Hemminger
2007-04-28
4
-1047
/
+1
*
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
Arnaldo Carvalho de Melo
2007-04-25
1
-8
/
+16
*
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+1
*
[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+1
*
[SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+1
*
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
2007-04-25
1
-2
/
+2
*
[SK_BUFF]: Introduce skb_network_offset()
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+1
*
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
2007-04-25
1
-2
/
+1
*
[VLAN]: Avoid a 4-order allocation.
Dan Aloni
2007-03-02
1
-2
/
+1
*
chelsio: Fix non-NAPI compile
Roland Dreier
2007-02-27
1
-0
/
+1
*
git-netdev-all: chelsio fix
Andrew Morton
2007-02-05
1
-1
/
+1
*
chelsio: more rx speedup
Stephen Hemminger
2007-02-05
1
-42
/
+45
*
chelsio: NAPI speed improvement
Stephen Hemminger
2007-02-05
1
-42
/
+35
*
chelsio: tabulate the update of the statistic counters
Francois Romieu
2007-02-05
5
-205
/
+222
*
chelsio: misc cleanups in sge
Francois Romieu
2007-02-05
1
-35
/
+19
*
chelsio: useless test in cxgb2::remove_one
Francois Romieu
2007-02-05
1
-16
/
+16
*
chelsio: useless curly braces
Francois Romieu
2007-02-05
4
-8
/
+5
*
chelsio: spaces, tabs and friends
Francois Romieu
2007-02-05
15
-288
/
+288
*
chelsio: the return statement is not a function
Francois Romieu
2007-02-05
2
-14
/
+14
*
chelsio: move return, break and continue statements on their own line
Francois Romieu
2007-02-05
6
-10
/
+20
*
chelsio: error path fix
Stephen Hemminger
2007-01-09
1
-2
/
+3
*
[PATCH] chelsio: working NAPI
Stephen Hemminger
2006-12-11
3
-83
/
+59
*
WorkQueue: Fix up arch-specific work items where possible
David Howells
2006-12-05
2
-4
/
+6
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
2006-12-05
28
-688
/
+9086
|
\
|
*
[PATCH] chelesio: transmit locking (plus bug fix).
Stephen Hemminger
2006-12-02
1
-4
/
+15
|
*
[PATCH] chelsio: statistics improvement
Stephen Hemminger
2006-12-02
3
-68
/
+100
|
*
[PATCH] chelsio: add MSI support
Stephen Hemminger
2006-12-02
2
-3
/
+18
|
*
[PATCH] chelsio: use standard CRC routines
Stephen Hemminger
2006-12-02
1
-28
/
+3
|
*
[PATCH] chelsio: cleanup pm3393 code
Stephen Hemminger
2006-12-02
1
-40
/
+29
|
*
[PATCH] chelsio: add 1G swcixw aupport
Stephen Hemminger
2006-12-02
11
-0
/
+2773
|
*
[PATCH] chelsio: add support for other 10G boards
Stephen Hemminger
2006-12-02
22
-368
/
+6038
|
*
[PATCH] chelsio: remove unused mutex
Stephen Hemminger
2006-12-02
2
-2
/
+0
[next]