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
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
/
chelsio
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-28
chelsio: use C99 style initialization
Stephen Hemminger
1
-61
/
+134
2007-04-28
chelsio: remove unused code for 1G boards
Stephen Hemminger
4
-1047
/
+1
2007-04-26
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
Arnaldo Carvalho de Melo
1
-8
/
+16
2007-04-26
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-26
[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-26
[SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-26
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
1
-2
/
+2
2007-04-26
[SK_BUFF]: Introduce skb_network_offset()
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-26
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
1
-2
/
+1
2007-03-03
[VLAN]: Avoid a 4-order allocation.
Dan Aloni
1
-2
/
+1
2007-02-27
chelsio: Fix non-NAPI compile
Roland Dreier
1
-0
/
+1
2007-02-06
git-netdev-all: chelsio fix
Andrew Morton
1
-1
/
+1
2007-02-06
chelsio: more rx speedup
Stephen Hemminger
1
-42
/
+45
2007-02-06
chelsio: NAPI speed improvement
Stephen Hemminger
1
-42
/
+35
2007-02-06
chelsio: tabulate the update of the statistic counters
Francois Romieu
5
-205
/
+222
2007-02-06
chelsio: misc cleanups in sge
Francois Romieu
1
-35
/
+19
2007-02-06
chelsio: useless test in cxgb2::remove_one
Francois Romieu
1
-16
/
+16
2007-02-06
chelsio: useless curly braces
Francois Romieu
4
-8
/
+5
2007-02-06
chelsio: spaces, tabs and friends
Francois Romieu
15
-288
/
+288
2007-02-06
chelsio: the return statement is not a function
Francois Romieu
2
-14
/
+14
2007-02-06
chelsio: move return, break and continue statements on their own line
Francois Romieu
6
-10
/
+20
2007-01-09
chelsio: error path fix
Stephen Hemminger
1
-2
/
+3
2006-12-11
[PATCH] chelsio: working NAPI
Stephen Hemminger
3
-83
/
+59
2006-12-05
WorkQueue: Fix up arch-specific work items where possible
David Howells
2
-4
/
+6
2006-12-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
28
-688
/
+9086
2006-12-02
[PATCH] chelesio: transmit locking (plus bug fix).
Stephen Hemminger
1
-4
/
+15
2006-12-02
[PATCH] chelsio: statistics improvement
Stephen Hemminger
3
-68
/
+100
2006-12-02
[PATCH] chelsio: add MSI support
Stephen Hemminger
2
-3
/
+18
2006-12-02
[PATCH] chelsio: use standard CRC routines
Stephen Hemminger
1
-28
/
+3
2006-12-02
[PATCH] chelsio: cleanup pm3393 code
Stephen Hemminger
1
-40
/
+29
2006-12-02
[PATCH] chelsio: add 1G swcixw aupport
Stephen Hemminger
11
-0
/
+2773
2006-12-02
[PATCH] chelsio: add support for other 10G boards
Stephen Hemminger
22
-368
/
+6038
2006-12-02
[PATCH] chelsio: remove unused mutex
Stephen Hemminger
2
-2
/
+0
2006-12-02
[PATCH] chelsio: use kzalloc
Stephen Hemminger
2
-4
/
+3
2006-12-02
[PATCH] chelsio: whitespace fixes
Stephen Hemminger
4
-16
/
+16
2006-12-02
[PATCH] chelsio: use kzalloc
Stephen Hemminger
1
-6
/
+3
2006-12-02
[PATCH] chelsio: use __netif_rx_schedule_prep
Stephen Hemminger
1
-15
/
+3
2006-12-02
[PATCH] chelsio: free_netdev
Stephen Hemminger
1
-7
/
+7
2006-12-02
[PATCH] chelsio: procectomy
Stephen Hemminger
1
-14
/
+0
2006-12-02
[PATCH] chelsio: whitespace cleanup
Stephen Hemminger
1
-101
/
+101
2006-12-02
[PATCH] chelsio: remove leftover code
Stephen Hemminger
1
-35
/
+0
2006-11-22
WorkStruct: make allyesconfig
David Howells
2
-8
/
+10
2006-10-11
[PATCH] chelsio: add endian annotations
Alexey Dobriyan
1
-3
/
+3
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
3
-12
/
+5
2006-09-24
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2006-09-23
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
1
-5
/
+5
2006-09-13
drivers/net: const-ify ethtool_ops declarations
Jeff Garzik
1
-1
/
+1
2006-08-20
drivers/net: Remove deprecated use of pci_module_init()
Jeff Garzik
1
-1
/
+1
2006-07-09
[NET] gso: Add skb_is_gso
Herbert Xu
1
-1
/
+1
2006-07-03
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
Thomas Gleixner
1
-1
/
+1
[prev]
[next]