index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wan
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-09-07
1
-16
/
+14
|
\
|
*
drivers/net/wan/z85230.c: Use designated initializers
Kees Cook
2017-08-01
1
-16
/
+14
*
|
wan: dscc4: convert to plain DMA API
Alexey Khoroshilov
2017-08-11
1
-45
/
+51
*
|
wan: dscc4: add checks for dma mapping errors
Alexey Khoroshilov
2017-08-11
1
-16
/
+37
|
/
*
networking: make skb_pull & friends return void pointers
Johannes Berg
2017-06-16
1
-1
/
+1
*
networking: make skb_put & friends return void pointers
Johannes Berg
2017-06-16
1
-1
/
+1
*
networking: introduce and use skb_put_data()
Johannes Berg
2017-06-16
3
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-15
3
-3
/
+3
|
\
|
*
net: Fix inconsistent teardown and release of private netdev state.
David S. Miller
2017-06-07
3
-3
/
+3
*
|
net/wan/fsl_ucc_hdlc: fix muram allocation error
Holger Brunck
2017-05-22
1
-1
/
+1
*
|
net/wan/fsl_ucc_hdlc: add hdlc-bus support
Holger Brunck
2017-05-18
2
-0
/
+33
*
|
net/wan/fsl_ucc_hdlc: call qe_setbrg only for loopback mode
Holger Brunck
2017-05-18
1
-4
/
+3
*
|
net/wan/fsl_ucc_hdlc: fix incorrect memory allocation
Holger Brunck
2017-05-18
1
-6
/
+6
*
|
net/wan/fsl_ucc_hdlc: fix wrong indentation
Holger Brunck
2017-05-18
1
-1
/
+1
*
|
net/wan/fsl_ucc_hdlc: fix unitialized variable warnings
Holger Brunck
2017-05-18
1
-2
/
+2
*
|
net/wan/fsl_ucc_hdlc: cleanup debug traces
Holger Brunck
2017-05-18
1
-33
/
+0
*
|
net: make struct net_device::tx_queue_len unsigned int
Alexey Dobriyan
2017-05-18
1
-1
/
+2
|
/
*
Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-05-10
4
-12
/
+12
|
\
|
*
Annotate hardware config module parameters in drivers/net/wan/
David Howells
2017-04-20
4
-12
/
+12
*
|
wan: pc300too: abort path on failure
Pan Bian
2017-04-24
1
-0
/
+1
|
/
*
ucc/hdlc: fix two little issue
Zhao Qiang
2017-03-13
1
-2
/
+2
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
net/wan: add MODULE_LICENSE for fsl_ucc_hdlc
Valentin Longchamp
2017-02-17
1
-0
/
+1
*
net: wan: slic_ds26522: Remove .owner field for driver
Wei Yongjun
2017-02-07
1
-1
/
+0
*
net: wan: slic_ds26522: Use module_spi_driver to simplify the code
Wei Yongjun
2017-02-07
1
-12
/
+1
*
drivers: net: generalize napi_complete_done()
Eric Dumazet
2017-01-30
2
-2
/
+2
*
net: wan: slic_ds26522: fix spelling mistake: "configurated" -> "configured"
Colin Ian King
2016-12-28
1
-1
/
+1
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
10
-10
/
+10
*
WAN: use designated initializers
Kees Cook
2016-12-17
1
-48
/
+49
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-10-30
2
-1
/
+9
|
\
|
*
net: wan: slic_ds26522: Allow driver to built if COMPILE_TEST is enabled
Javier Martinez Canillas
2016-10-14
1
-1
/
+1
|
*
net: wan: slic_ds26522: Export OF module alias information
Javier Martinez Canillas
2016-10-14
1
-0
/
+1
|
*
net: wan: slic_ds26522: add SPI device ID table to fix module autoload
Javier Martinez Canillas
2016-10-14
1
-0
/
+7
*
|
net: use core MTU range checking in WAN drivers
Jarod Wilson
2016-10-20
16
-26
/
+6
*
|
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
2016-10-13
1
-1
/
+0
|
/
*
wan/fsl_ucc_hdlc: Fix size used in dma_free_coherent()
Christophe Jaillet
2016-10-08
1
-4
/
+4
*
net: wan: sbni: Spelling s/acknoweledge/acknowledge/, Grammar
Geert Uytterhoeven
2016-08-31
1
-2
/
+2
*
wan/fsl_ucc_hdlc: fix spelling mistake "prameter" -> "parameter"
Colin Ian King
2016-08-28
1
-1
/
+1
*
wan/fsl_ucc_hdlc: avoid possible NULL pointer dereference
xypron.glpk@gmx.de
2016-08-01
1
-1
/
+2
*
wan/fsl_ucc_hdlc: use module_platform_driver to simplify the code
Wei Yongjun
2016-07-20
1
-12
/
+1
*
wan/fsl_ucc_hdlc: remove .owner field for driver
Wei Yongjun
2016-07-20
1
-1
/
+0
*
wan/fsl_ucc_hdlc: rewrite error handling to make it clearer
Zhao Qiang
2016-07-16
1
-28
/
+27
*
wan/fsl_ucc_hdlc: remove reduplicative freed memory 'uhdlc_priv'
Zhao Qiang
2016-07-16
1
-1
/
+0
*
wan/fsl_ucc_hdlc: info leak in uhdlc_ioctl()
Dan Carpenter
2016-07-15
1
-2
/
+1
*
Maxim/driver: Add driver for maxim ds26522
Zhao Qiang
2016-06-29
4
-0
/
+401
*
drivers/net/fsl_ucc: Do not prefix header guard with CONFIG_
Andreas Ziegler
2016-06-08
1
-2
/
+2
*
drivers/net: support hdlc function for QE-UCC
Zhao Qiang
2016-06-07
4
-0
/
+1351
*
treewide: replace dev->trans_start update with helper
Florian Westphal
2016-05-04
4
-9
/
+9
*
farsync: fix off-by-one bug in fst_add_one
Arnd Bergmann
2016-03-14
1
-1
/
+1
*
wan: lmc: Switch to using managed resources
Amitoj Kaur Chawla
2016-03-02
1
-20
/
+7
[next]