Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
97c8c3aa48ca8eb85d1806e08f882f90d78b1856
/
drivers
/
net
/
wan
96c22a4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
f95d5bf0
lmc: Use memdup_user() as a cleanup
by Vasyl Gomonovych
· 7 years ago
e99e88a
treewide: setup_timer() -> timer_setup()
by Kees Cook
· 7 years ago
a3e2ecb
net: wan: x25_asy: mark expected switch fall-through
by Gustavo A. R. Silva
· 7 years ago
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
ead7515
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
3a1246f
wan: wanxl: remove redundant assignment to stat
by Colin Ian King
· 7 years ago
ed29668
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
7db8874
net: lapbether: fix double free
by Pan Bian
· 7 years ago
032cfd6
drivers/net: wan/sdla: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
605ea2f
drivers/net: wan/lmc: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
e2009be
drivers/net: wan/dscc4: Remove unused timer
by Kees Cook
· 7 years ago
56546e3
drivers/net: wan/sbni: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
d26c089
hdlc: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
802be57
net: wan : hdlc: use setup_timer() helper
by Allen Pais
· 7 years ago
19569c8
drivers: net: lmc: use setup_timer() helper.
by Allen Pais
· 7 years ago
8d81fe7
drivers: net: hdlc_ppp: use setup_timer() helper.
by Allen Pais
· 7 years ago
f280333
drivers: net: dscc: use setup_timer() helper.
by Allen Pais
· 7 years ago
dffec39
drivers: net: cisco_hdlc: use setup_timer() helper.
by Allen Pais
· 7 years ago
f347bd6
drivers: net: sdla: use setup_timer() helper.
by Allen Pais
· 7 years ago
44ccba3
Merge tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
ba6ba68
wan: dscc4: convert to plain DMA API
by Alexey Khoroshilov
· 7 years ago
6aa2000
wan: dscc4: add checks for dma mapping errors
by Alexey Khoroshilov
· 7 years ago
3598f5d
drivers/net/wan/z85230.c: Use designated initializers
by Kees Cook
· 7 years ago
af72868
networking: make skb_pull & friends return void pointers
by Johannes Berg
· 8 years ago
4df864c
networking: make skb_put & friends return void pointers
by Johannes Berg
· 8 years ago
59ae1d1
networking: introduce and use skb_put_data()
by Johannes Berg
· 8 years ago
0ddead9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
cf124db
net: Fix inconsistent teardown and release of private netdev state.
by David S. Miller
· 8 years ago
85deed5
net/wan/fsl_ucc_hdlc: fix muram allocation error
by Holger Brunck
· 8 years ago
067bb93
net/wan/fsl_ucc_hdlc: add hdlc-bus support
by Holger Brunck
· 8 years ago
54e9e08
net/wan/fsl_ucc_hdlc: call qe_setbrg only for loopback mode
by Holger Brunck
· 8 years ago
5b8aad9
net/wan/fsl_ucc_hdlc: fix incorrect memory allocation
by Holger Brunck
· 8 years ago
10515db
net/wan/fsl_ucc_hdlc: fix wrong indentation
by Holger Brunck
· 8 years ago
66bb144
net/wan/fsl_ucc_hdlc: fix unitialized variable warnings
by Holger Brunck
· 8 years ago
f089785
net/wan/fsl_ucc_hdlc: cleanup debug traces
by Holger Brunck
· 8 years ago
0cd2950
net: make struct net_device::tx_queue_len unsigned int
by Alexey Dobriyan
· 8 years ago
291b38a
Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 8 years ago
2a39e7a
wan: pc300too: abort path on failure
by Pan Bian
· 8 years ago
af28a03
Annotate hardware config module parameters in drivers/net/wan/
by David Howells
· 8 years ago
02bb56d
ucc/hdlc: fix two little issue
by Zhao Qiang
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
74179d4
net/wan: add MODULE_LICENSE for fsl_ucc_hdlc
by Valentin Longchamp
· 8 years ago
fee4022
net: wan: slic_ds26522: Remove .owner field for driver
by Wei Yongjun
· 8 years ago
c3afa99
net: wan: slic_ds26522: Use module_spi_driver to simplify the code
by Wei Yongjun
· 8 years ago
6ad2016
drivers: net: generalize napi_complete_done()
by Eric Dumazet
· 8 years ago
6013386
net: wan: slic_ds26522: fix spelling mistake: "configurated" -> "configured"
by Colin Ian King
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
aabd7ad
WAN: use designated initializers
by Kees Cook
· 8 years ago
27058af
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
8b6b413
net: use core MTU range checking in WAN drivers
by Jarod Wilson
· 8 years ago
059f014
net: wan: slic_ds26522: Allow driver to built if COMPILE_TEST is enabled
by Javier Martinez Canillas
· 8 years ago
485c9d4
net: wan: slic_ds26522: Export OF module alias information
by Javier Martinez Canillas
· 8 years ago
558c5eb
net: wan: slic_ds26522: add SPI device ID table to fix module autoload
by Javier Martinez Canillas
· 8 years ago
a52ad51
net: deprecate eth_change_mtu, remove usage
by Jarod Wilson
· 8 years ago
776482c
wan/fsl_ucc_hdlc: Fix size used in dma_free_coherent()
by Christophe Jaillet
· 8 years ago
650097c
net: wan: sbni: Spelling s/acknoweledge/acknowledge/, Grammar
by Geert Uytterhoeven
· 8 years ago
24a24d0
wan/fsl_ucc_hdlc: fix spelling mistake "prameter" -> "parameter"
by Colin Ian King
· 8 years ago
8c57a3a
wan/fsl_ucc_hdlc: avoid possible NULL pointer dereference
by xypron.glpk@gmx.de
· 8 years ago
459421c
wan/fsl_ucc_hdlc: use module_platform_driver to simplify the code
by Wei Yongjun
· 8 years ago
9d5658e
wan/fsl_ucc_hdlc: remove .owner field for driver
by Wei Yongjun
· 8 years ago
1efb597
wan/fsl_ucc_hdlc: rewrite error handling to make it clearer
by Zhao Qiang
· 8 years ago
1821051
wan/fsl_ucc_hdlc: remove reduplicative freed memory 'uhdlc_priv'
by Zhao Qiang
· 8 years ago
2f43b9b
wan/fsl_ucc_hdlc: info leak in uhdlc_ioctl()
by Dan Carpenter
· 8 years ago
c37d4a0
Maxim/driver: Add driver for maxim ds26522
by Zhao Qiang
· 8 years ago
c573976
drivers/net/fsl_ucc: Do not prefix header guard with CONFIG_
by Andreas Ziegler
· 9 years ago
c19b6d2
drivers/net: support hdlc function for QE-UCC
by Zhao Qiang
· 9 years ago
860e953
treewide: replace dev->trans_start update with helper
by Florian Westphal
· 9 years ago
e725a66
farsync: fix off-by-one bug in fst_add_one
by Arnd Bergmann
· 9 years ago
7cb43be
wan: lmc: Switch to using managed resources
by Amitoj Kaur Chawla
· 9 years ago
db92ea5
dscc4: Undefined signed int shift
by Michael McConville
· 9 years ago
3b780be
x25_asy: Free x25_asy on x25_asy_open() failure.
by David S. Miller
· 9 years ago
7e074af
wan: wanxl: add pci_disable_device in case of error
by Saurabh Sengar
· 9 years ago
2f8364a
WAN: HDLC: Call notifiers before and after changing device type
by Andrew Lunn
· 9 years ago
ff351644
WAN: HDLC: Detach protocol before unregistering device
by Andrew Lunn
· 9 years ago
ee9159d
wan/x25: Fix use-after-free in x25_asy_open_tty()
by Peter Hurley
· 9 years ago
52d1785
hdlc: fix null-deref on allocation failure
by stephen hemminger
· 9 years ago
bd516bd
net: wan: sbni: fix device usage count
by Sudip Mukherjee
· 9 years ago
4676a15
net: caif: convert to using IFF_NO_QUEUE
by Phil Sutter
· 9 years ago
e6d0069
cosa: missing error code on failure in probe()
by Dan Carpenter
· 9 years ago
145c370
Doc: z8530book: Fix typo in API-z8530-sync-txdma-open.html
by Masanari Iida
· 9 years ago
8f481b50
netfilter: Remove spurios included of netfilter.h
by Eric W Biederman
· 10 years ago
cbab151
wan: dscc4: use msecs_to_jiffies for conversions
by Nicholas Mc Guire
· 10 years ago
fb79c06
cosa: use msecs_to_jiffies for conversions
by Nicholas Mc Guire
· 10 years ago
c5726d2
wan: dscc4: fix build warning Wunused-but-set-variable
by Nicholas Mc Guire
· 10 years ago
a3786a5
cosa: fix error return code
by Julia Lawall
· 10 years ago
27d751b
wan: lmc: fix error return code
by Julia Lawall
· 10 years ago
2c45015
wan: cosa: replace current->state by set_current_state()
by Fabian Frederick
· 10 years ago
303c28d
net: wan: add missing virt_to_bus dependencies
by Arnd Bergmann
· 10 years ago
0287587
net: better IFF_XMIT_DST_RELEASE support
by Eric Dumazet
· 10 years ago
fa2dbdc
net: Pass a "more" indication down into netdev_start_xmit() code paths.
by David S. Miller
· 10 years ago
10b3ad8
net: Do txq_trans_update() in netdev_start_xmit()
by David S. Miller
· 10 years ago
4798248
net: Add ops->ndo_xmit_flush()
by David S. Miller
· 10 years ago
a11c5c9
Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 10 years ago
9baa3c3
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
by Benoit Taine
· 10 years ago
db56958
wan: wanxl: Remove typedefs from struct names
by Himangi Saraogi
· 10 years ago
3fadb06
hdlc: Remove typedefs from struct names
by Himangi Saraogi
· 10 years ago
8fd90bb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
015435e
dlci: remove unnecessary break after return
by Fabian Frederick
· 10 years ago
Next »