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
2011-01-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-1
/
+1
2011-01-08
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-1
/
+1
2010-12-21
drivers/net/*/: Use static const
Joe Perches
1
-6
/
+4
2010-12-15
workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...
Tejun Heo
1
-1
/
+1
2010-11-01
tree-wide: fix comment/printk typos
Uwe Kleine-König
1
-1
/
+1
2010-10-21
vlan: Don't check for vlan group before vlan_tx_tag_present.
Jesse Gross
1
-1
/
+1
2010-09-27
drivers/net: return operator cleanup
Eric Dumazet
2
-2
/
+2
2010-09-07
drivers/net: Removing undead ifdef CHELSIO_T1_1G
Christian Dietrich
1
-2
/
+0
2010-09-03
drivers/net: avoid some skb->ip_summed initializations
Eric Dumazet
1
-1
/
+1
2010-06-03
chelsio: Remove remnants of CONFIG_CHELSIO_T1_COUGAR
Roland Dreier
2
-48
/
+2
2010-04-15
drivers: net: use skb_headlen()
Eric Dumazet
1
-4
/
+4
2010-04-13
chelsio: Fix build warning.
David S. Miller
1
-1
/
+1
2010-04-13
chelsio: use the DMA state API instead of the pci equivalents
FUJITA Tomonori
1
-25
/
+25
2010-04-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
3
-0
/
+3
2010-04-04
net: convert multicast list to list_head
Jiri Pirko
1
-3
/
+4
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
3
-0
/
+3
2010-03-08
Merge branch 'for-next' into for-linus
Jiri Kosina
1
-1
/
+1
2010-02-26
drivers/net/chelsio: Use pr_<level>, netif_msg_<type>
Joe Perches
7
-72
/
+56
2010-02-18
chelsio: convert to use netdev_for_each_mc_addr
Jiri Pirko
3
-19
/
+5
2010-02-17
percpu: add __percpu sparse annotations to net drivers
Tejun Heo
1
-1
/
+1
2010-02-12
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
1
-2
/
+2
2010-02-09
tree-wide: Assorted spelling fixes
Daniel Mack
1
-1
/
+1
2010-01-08
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
Alexey Dobriyan
2
-2
/
+2
2009-10-03
this_cpu: Straight transformations
Christoph Lameter
1
-3
/
+2
2009-09-01
netdev: convert bulk of drivers to netdev_tx_t
Stephen Hemminger
2
-2
/
+2
2009-05-29
net: dont update dev->trans_start in 10GB drivers
Eric Dumazet
1
-1
/
+0
2009-05-21
cxgb: set phy's mdio dev before the phy init sequence
Divy Le Ray
5
-11
/
+13
2009-05-21
chelsio: Use generic XENPAK LASI register definitions
Ben Hutchings
1
-8
/
+9
2009-04-30
chelsio: Use generic MDIO definitions and mdio_mii_ioctl()
Ben Hutchings
6
-100
/
+81
2009-04-14
drivers/net: replace BUG() with BUG_ON() if possible
Alexander Beregalov
1
-2
/
+2
2009-04-07
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
1
-1
/
+1
2009-04-07
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
Yang Hongyang
1
-2
/
+2
2009-02-27
chelsio: remove some pointless conditionals before kfree_skb()
Wei Yongjun
1
-2
/
+1
2009-01-22
net: Remove redundant NAPI functions
Ben Hutchings
1
-2
/
+2
2008-12-27
net: Fix warning fallout from recent NAPI interface changes.
David S. Miller
1
-3
/
+0
2008-12-23
net: Remove unused netdev arg from some NAPI interfaces.
Neil Horman
1
-2
/
+2
2008-11-27
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-4
/
+0
2008-11-24
drivers/net/chelsio/sge.c: remove redundant argument comments
Qinghuang Feng
1
-4
/
+0
2008-11-21
netdev: add more functions to netdevice ops
Stephen Hemminger
1
-3
/
+3
2008-11-20
cxgb2: convert to net_device_ops
Stephen Hemminger
1
-11
/
+19
2008-11-17
netdevice chelsio: Convert directly reference of netdev->priv
Wang Chen
2
-31
/
+31
2008-11-04
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
1
-1
/
+0
2008-07-11
cxgb: delete non NAPI code from the driver.
Francois Romieu
2
-67
/
+5
2008-01-29
annotate chelsio
Al Viro
3
-6
/
+7
2008-01-29
drivers/net/chelsio/: #if 0 unused functions
Adrian Bunk
4
-3
/
+6
2008-01-29
drivers/net/chelsio: Add missing "space"
Joe Perches
1
-1
/
+1
2007-12-04
cxgb - revert file mode changes.
Divy Le Ray
4
-0
/
+0
2007-12-02
cxgb - fix stats
Divy Le Ray
4
-89
/
+96
2007-12-02
cxgb - fix NAPI
Divy Le Ray
1
-4
/
+2
2007-12-02
cxgb - fix T2 GSO
Divy Le Ray
3
-20
/
+18
[next]