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
/
wan
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-27
drivers/net: wan/dscc4: Remove unused timer
Kees Cook
1
-20
/
+0
2017-10-25
drivers/net: wan/sbni: Convert timers to use timer_setup()
Kees Cook
1
-13
/
+8
2017-10-18
hdlc: Convert timers to use timer_setup()
Kees Cook
2
-13
/
+12
2017-09-22
net: wan : hdlc: use setup_timer() helper
Allen Pais
1
-3
/
+2
2017-09-21
drivers: net: lmc: use setup_timer() helper.
Allen Pais
1
-3
/
+1
2017-09-21
drivers: net: hdlc_ppp: use setup_timer() helper.
Allen Pais
1
-3
/
+1
2017-09-21
drivers: net: dscc: use setup_timer() helper.
Allen Pais
1
-3
/
+1
2017-09-21
drivers: net: cisco_hdlc: use setup_timer() helper.
Allen Pais
1
-3
/
+1
2017-09-21
drivers: net: sdla: use setup_timer() helper.
Allen Pais
1
-3
/
+1
2017-09-08
Merge tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-16
/
+14
2017-08-12
wan: dscc4: convert to plain DMA API
Alexey Khoroshilov
1
-45
/
+51
2017-08-12
wan: dscc4: add checks for dma mapping errors
Alexey Khoroshilov
1
-16
/
+37
2017-08-02
drivers/net/wan/z85230.c: Use designated initializers
Kees Cook
1
-16
/
+14
2017-06-16
networking: make skb_pull & friends return void pointers
Johannes Berg
1
-1
/
+1
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
1
-1
/
+1
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
3
-4
/
+4
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-3
/
+3
2017-06-07
net: Fix inconsistent teardown and release of private netdev state.
David S. Miller
3
-3
/
+3
2017-05-22
net/wan/fsl_ucc_hdlc: fix muram allocation error
Holger Brunck
1
-1
/
+1
2017-05-18
net/wan/fsl_ucc_hdlc: add hdlc-bus support
Holger Brunck
2
-0
/
+33
2017-05-18
net/wan/fsl_ucc_hdlc: call qe_setbrg only for loopback mode
Holger Brunck
1
-4
/
+3
2017-05-18
net/wan/fsl_ucc_hdlc: fix incorrect memory allocation
Holger Brunck
1
-6
/
+6
2017-05-18
net/wan/fsl_ucc_hdlc: fix wrong indentation
Holger Brunck
1
-1
/
+1
2017-05-18
net/wan/fsl_ucc_hdlc: fix unitialized variable warnings
Holger Brunck
1
-2
/
+2
2017-05-18
net/wan/fsl_ucc_hdlc: cleanup debug traces
Holger Brunck
1
-33
/
+0
2017-05-18
net: make struct net_device::tx_queue_len unsigned int
Alexey Dobriyan
1
-1
/
+2
2017-05-11
Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-12
/
+12
2017-04-24
wan: pc300too: abort path on failure
Pan Bian
1
-0
/
+1
2017-04-20
Annotate hardware config module parameters in drivers/net/wan/
David Howells
4
-12
/
+12
2017-03-14
ucc/hdlc: fix two little issue
Zhao Qiang
1
-2
/
+2
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-1
/
+1
2017-02-17
net/wan: add MODULE_LICENSE for fsl_ucc_hdlc
Valentin Longchamp
1
-0
/
+1
2017-02-07
net: wan: slic_ds26522: Remove .owner field for driver
Wei Yongjun
1
-1
/
+0
2017-02-07
net: wan: slic_ds26522: Use module_spi_driver to simplify the code
Wei Yongjun
1
-12
/
+1
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
2
-2
/
+2
2016-12-28
net: wan: slic_ds26522: fix spelling mistake: "configurated" -> "configured"
Colin Ian King
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
10
-10
/
+10
2016-12-17
WAN: use designated initializers
Kees Cook
1
-48
/
+49
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-1
/
+9
2016-10-20
net: use core MTU range checking in WAN drivers
Jarod Wilson
16
-26
/
+6
2016-10-14
net: wan: slic_ds26522: Allow driver to built if COMPILE_TEST is enabled
Javier Martinez Canillas
1
-1
/
+1
2016-10-14
net: wan: slic_ds26522: Export OF module alias information
Javier Martinez Canillas
1
-0
/
+1
2016-10-14
net: wan: slic_ds26522: add SPI device ID table to fix module autoload
Javier Martinez Canillas
1
-0
/
+7
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
1
-1
/
+0
2016-10-08
wan/fsl_ucc_hdlc: Fix size used in dma_free_coherent()
Christophe Jaillet
1
-4
/
+4
2016-08-31
net: wan: sbni: Spelling s/acknoweledge/acknowledge/, Grammar
Geert Uytterhoeven
1
-2
/
+2
2016-08-29
wan/fsl_ucc_hdlc: fix spelling mistake "prameter" -> "parameter"
Colin Ian King
1
-1
/
+1
2016-08-01
wan/fsl_ucc_hdlc: avoid possible NULL pointer dereference
xypron.glpk@gmx.de
1
-1
/
+2
2016-07-21
wan/fsl_ucc_hdlc: use module_platform_driver to simplify the code
Wei Yongjun
1
-12
/
+1
2016-07-21
wan/fsl_ucc_hdlc: remove .owner field for driver
Wei Yongjun
1
-1
/
+0
[prev]
[next]