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
/
ethernet
/
tile
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-25
tilepro: Call dev_consume_skb_any instead of kfree_skb.
Eric W. Biederman
1
-2
/
+2
2014-03-21
ptp: drivers: set the number of programmable pins.
Richard Cochran
1
-0
/
+1
2014-03-15
tilepro: Don't receive packets when the napi budget == 0
Eric W. Biederman
1
-0
/
+3
2014-03-15
tilegx: Don't receive packets when the napi budget == 0
Eric W. Biederman
1
-0
/
+3
2014-03-15
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
Eric W. Biederman
1
-2
/
+2
2014-02-17
netdevice: add queue selection fallback handler for ndo_select_queue
Daniel Borkmann
1
-1
/
+1
2014-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2014-01-10
net: core: explicitly select a txq before doing l2 forwarding
Jason Wang
1
-1
/
+2
2013-12-27
tile_net: Always enable PTP clock support on TILE-Gx
Ben Hutchings
2
-35
/
+1
2013-12-06
Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...
David S. Miller
1
-3
/
+19
2013-11-21
tile_net: Implement the SIOCGHWTSTAMP ioctl
Ben Hutchings
1
-3
/
+19
2013-11-14
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+2
2013-11-06
net: Explicitly initialize u64_stats_sync structures for lockdep
John Stultz
1
-0
/
+2
2013-10-03
net:drivers/net: Miscellaneous conversions to ETH_ALEN
Joe Perches
1
-1
/
+1
2013-09-12
net: tilegx driver: avoid compiler warning
Chris Metcalf
1
-3
/
+3
2013-09-04
drivers/net: Convert uses of compare_ether_addr to ether_addr_equal
Joe Perches
1
-1
/
+1
2013-08-05
tile: fix missing unlock on error in tile_net_open()
Wei Yongjun
1
-1
/
+3
2013-08-02
tile: support PTP using the tilegx mPIPE (IEEE 1588)
Chris Metcalf
2
-1
/
+226
2013-08-02
tile: remove deprecated NETIF_F_LLTX flag from tile drivers
Chris Metcalf
2
-2
/
+0
2013-08-02
tile: make "tile_net.custom" a proper bool module parameter
Chris Metcalf
1
-5
/
+5
2013-08-02
tile: support TSO for IPv6 in tilegx network driver
Chris Metcalf
1
-15
/
+29
2013-08-02
tile: support multiple mPIPE shims in tilegx network driver
Chris Metcalf
1
-210
/
+341
2013-08-02
tile: enable GRO in the tilegx network driver
Chris Metcalf
1
-1
/
+1
2013-08-02
tile: fix panic bug in napi support for tilegx network driver
Chris Metcalf
1
-32
/
+33
2013-08-02
tile: update dev->stats directly in tilegx network driver
Chris Metcalf
1
-21
/
+8
2013-08-02
tile: support jumbo frames in the tilegx network driver
Chris Metcalf
1
-159
/
+188
2013-08-02
tile: remove dead is_dup_ack() function from tilepro net driver
Chris Metcalf
1
-76
/
+0
2013-08-02
tile: avoid bug in tilepro net driver built with old hypervisor
Chris Metcalf
1
-3
/
+6
2013-08-02
tile: support rx_dropped/rx_errors in tilepro net driver
Chris Metcalf
1
-26
/
+15
2013-08-02
tile: set hw_features and vlan_features in setup
Chris Metcalf
2
-33
/
+25
2013-07-31
tile: handle 64-bit statistics in tilepro network driver
Chris Metcalf
1
-23
/
+54
2013-05-03
tile: support new Tilera hypervisor
Chris Metcalf
1
-1
/
+1
2013-01-04
net: remove unnecessary NET_ADDR_RANDOM "bitclean"
Jiri Pirko
1
-1
/
+0
2012-11-16
tilegx: request_irq with a non-null device name
Simon Marchi
1
-1
/
+1
2012-10-26
tilegx: fix some issues in the SW TSO support
Chris Metcalf
1
-16
/
+19
2012-07-18
tilegx net: use eth_hw_addr_random(), not eth_random_addr()
Chris Metcalf
1
-1
/
+1
2012-07-18
tilegx net driver: handle payload data not in frags
Chris Metcalf
1
-18
/
+18
2012-07-18
net: tilegx driver bugfix (be explicit about percpu queue number)
Chris Metcalf
1
-8
/
+15
2012-07-17
ethernet: Use eth_random_addr
Joe Perches
1
-1
/
+1
2012-06-12
tilegx network driver: initial support
Chris Metcalf
3
-2
/
+1902
2012-05-11
drivers/net: Convert compare_ether_addr to ether_addr_equal
Joe Perches
1
-1
/
+1
2012-04-02
drivers/net/ethernet/tile: fix netdev_alloc_skb() bombing
Chris Metcalf
1
-1
/
+1
2012-04-02
tilepro ethernet driver: fix a few minor issues
Chris Metcalf
1
-25
/
+50
2012-02-24
ethernet: unify return value of .ndo_set_mac_address if address is invalid
Danny Kukawka
1
-1
/
+1
2012-02-16
net: use eth_hw_addr_random() and reset addr_assign_type
Danny Kukawka
1
-1
/
+2
2012-02-09
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
Pradeep A. Dalvi
1
-2
/
+2
2012-01-10
netdev: make net_device_ops const
stephen hemminger
1
-2
/
+1
2011-12-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+4
2011-12-20
net: fix assignment of 0/1 to bool variables.
Rusty Russell
1
-2
/
+2
2011-12-04
arch/tile: use new generic {enable,disable}_percpu_irq() routines
Chris Metcalf
1
-2
/
+2
[next]