Sign in
android-kvm
/
linux
/
1367afaa2ee90d1c956dfc224e199fcb3ff3f8cc
/
drivers
/
net
/
wan
/
fsl_ucc_hdlc.c
ad7eab2a
net: split out ndo_siowandev ioctl
by Arnd Bergmann
· 3 years, 7 months ago
a4e59147
net: wan: remove redundant braces {}
by Peng Li
· 3 years, 9 months ago
62765d3
net: wan: fix error return code of uhdlc_init()
by Jia-Ju Bai
· 4 years ago
d604329
net/wan/fsl_ucc_hdlc: Add MODULE_DESCRIPTION
by YueHaibing
· 4 years, 6 months ago
eab3540
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
by Linus Torvalds
· 5 years ago
b3f7e3f
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
ddf42039
net/wan/fsl_ucc_hdlc: fix out of bounds write on array utdm_info
by Colin Ian King
· 5 years ago
270fe2c
net/wan/fsl_ucc_hdlc: remove set but not used variables 'ut_info' and 'ret'
by Chen Zhou
· 5 years ago
0290bd2
netdev: pass the stuck queue to the timeout handler
by Michael S. Tsirkin
· 5 years ago
148587a
net/wan/fsl_ucc_hdlc: reject muram offsets above 64K
by Rasmus Villemoes
· 5 years ago
49b865b
net/wan/fsl_ucc_hdlc: fix reading of __be16 registers
by Rasmus Villemoes
· 5 years ago
be2e941
net/wan/fsl_ucc_hdlc: avoid use of IS_ERR_VALUE()
by Rasmus Villemoes
· 5 years ago
d9d95bc
soc: fsl: qe: rename qe_(clr/set/clrset)bit* helpers
by Rasmus Villemoes
· 5 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
7c3850a
net: fsl_ucc_hdlc: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
by Yang Wei
· 6 years ago
e874644
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
750afb0
cross-tree: phase out dma_zalloc_coherent()
by Luis Chamberlain
· 6 years ago
8d68100a
soc/fsl/qe: fix err handling of ucc_of_parse_tdm
by Wen Yang
· 6 years ago
40752b3
net/wan/fsl_ucc_hdlc: Avoid double free in ucc_hdlc_probe()
by Wen Yang
· 6 years ago
2e7ad56
net/wan/fsl_ucc_hdlc: add BQL support
by Mathias Thore
· 6 years ago
ba59d57
net/wan/fsl_ucc_hdlc: error counters
by Mathias Thore
· 6 years ago
ccb7bc0
net/wan/fsl_ucc_hdlc: tx timeout handler
by David Gounaris
· 6 years ago
040b7c9
net/wan/fsl_ucc_hdlc: GUMR for non tsa mode
by David Gounaris
· 6 years ago
045f77b
net/wan/fsl_ucc_hdlc: hmask
by David Gounaris
· 6 years ago
8978ca7
net/wan/fsl_ucc_hdlc: Adding ARPHRD_ETHER
by David Gounaris
· 6 years ago
43a78e0
net/wan/fsl_ucc_hdlc: allow PARITY_CRC16_PR0_CCITT parity
by David Gounaris
· 6 years ago
d8d7477
net/wan/fsl_ucc_hdlc: allow ucc index up to 7
by David Gounaris
· 6 years ago
fd800f6
wan/fsl_ucc_hdlc: use IS_ERR_VALUE() to check return value of qe_muram_alloc
by YueHaibing
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
1f55c28
wan/fsl_ucc_hdlc: use dma_zalloc_coherent instead of allocator/memset
by YueHaibing
· 7 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
02bb56d
ucc/hdlc: fix two little issue
by Zhao Qiang
· 8 years ago
74179d4
net/wan: add MODULE_LICENSE for fsl_ucc_hdlc
by Valentin Longchamp
· 8 years ago
6ad2016
drivers: net: generalize napi_complete_done()
by Eric Dumazet
· 8 years ago
8b6b413
net: use core MTU range checking in WAN drivers
by Jarod Wilson
· 8 years ago
776482c
wan/fsl_ucc_hdlc: Fix size used in dma_free_coherent()
by Christophe Jaillet
· 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
· 9 years ago
459421c
wan/fsl_ucc_hdlc: use module_platform_driver to simplify the code
by Wei Yongjun
· 9 years ago
9d5658e
wan/fsl_ucc_hdlc: remove .owner field for driver
by Wei Yongjun
· 9 years ago
1efb597
wan/fsl_ucc_hdlc: rewrite error handling to make it clearer
by Zhao Qiang
· 9 years ago
1821051
wan/fsl_ucc_hdlc: remove reduplicative freed memory 'uhdlc_priv'
by Zhao Qiang
· 9 years ago
2f43b9b
wan/fsl_ucc_hdlc: info leak in uhdlc_ioctl()
by Dan Carpenter
· 9 years ago
c19b6d2
drivers/net: support hdlc function for QE-UCC
by Zhao Qiang
· 9 years ago