index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wan
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-25
net: wan: z85230: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop p...
Yang Wei
1
-1
/
+1
2019-02-25
net: wan: cosa: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pro...
Yang Wei
1
-1
/
+1
2019-02-25
net: wan: sbni: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pro...
Yang Wei
1
-1
/
+1
2019-02-25
net: wan: ixp4xx_hss: replace dev_kfree_skb_irq by dev_consume_skb_irq for dr...
Yang Wei
1
-1
/
+1
2019-02-25
net: wan: wanxl: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pr...
Yang Wei
1
-1
/
+1
2019-02-25
net: lmc: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
1
-2
/
+1
2019-02-08
wan: wanxl: use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-3
/
+2
2019-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+2
2019-02-06
net: fsl_ucc_hdlc: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop ...
Yang Wei
1
-1
/
+1
2019-02-06
net: dscc4: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
1
-1
/
+1
2019-01-26
net: lmc: remove -I. header search path
Masahiro Yamada
1
-1
/
+1
2019-01-17
wan: dscc4: fix various indentation issues
Colin Ian King
1
-25
/
+25
2019-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+61
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-4
/
+3
2019-01-04
soc/fsl/qe: fix err handling of ucc_of_parse_tdm
Wen Yang
1
-1
/
+61
2018-12-30
net/wan: fix a double free in x25_asy_open_tty()
Cong Wang
1
-0
/
+2
2018-12-27
net/wan/fsl_ucc_hdlc: Avoid double free in ucc_hdlc_probe()
Wen Yang
1
-1
/
+0
2018-11-07
net/wan/fsl_ucc_hdlc: add BQL support
Mathias Thore
1
-0
/
+8
2018-10-24
Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-19
/
+0
2018-10-22
net/wan/fsl_ucc_hdlc: error counters
Mathias Thore
1
-7
/
+44
2018-10-13
change semantics of ldisc ->compat_ioctl()
Al Viro
1
-19
/
+0
2018-09-18
net: wan: remove redundant include
zhong jiang
2
-2
/
+0
2018-09-03
net/wan/fsl_ucc_hdlc: tx timeout handler
David Gounaris
1
-0
/
+7
2018-09-03
net/wan/fsl_ucc_hdlc: GUMR for non tsa mode
David Gounaris
1
-0
/
+6
2018-09-03
net/wan/fsl_ucc_hdlc: hmask
David Gounaris
2
-1
/
+5
2018-09-03
net/wan/fsl_ucc_hdlc: Adding ARPHRD_ETHER
David Gounaris
1
-0
/
+5
2018-09-03
net/wan/fsl_ucc_hdlc: allow PARITY_CRC16_PR0_CCITT parity
David Gounaris
1
-0
/
+1
2018-09-03
net/wan/fsl_ucc_hdlc: allow ucc index up to 7
David Gounaris
1
-1
/
+1
2018-08-05
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-08-02
drivers: net: lmc: fix case value for target abort error
Colin Ian King
1
-1
/
+1
2018-07-23
wan/fsl_ucc_hdlc: use IS_ERR_VALUE() to check return value of qe_muram_alloc
YueHaibing
1
-3
/
+3
2018-07-07
drivers: net: lmc: remove redundant variable next_rx
Colin Ian King
1
-2
/
+0
2018-07-07
farsync: remove redundant variable txq_length
Colin Ian King
1
-2
/
+0
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+4
2018-06-04
wan/fsl_ucc_hdlc: use dma_zalloc_coherent instead of allocator/memset
YueHaibing
1
-7
/
+4
2018-02-26
hdlc_ppp: carrier detect ok, don't turn off negotiation
Denis Du
1
-1
/
+4
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2017-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-10
/
+3
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-1
/
+1
2017-11-28
lmc: Use memdup_user() as a cleanup
Vasyl Gomonovych
1
-10
/
+3
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-3
/
+3
2017-11-11
net: wan: x25_asy: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
8
-0
/
+8
2017-11-02
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
8
-0
/
+8
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
8
-0
/
+8
2017-11-02
wan: wanxl: remove redundant assignment to stat
Colin Ian King
1
-1
/
+0
2017-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+0
2017-11-01
net: lapbether: fix double free
Pan Bian
1
-1
/
+0
2017-10-27
drivers/net: wan/sdla: Convert timers to use timer_setup()
Kees Cook
1
-7
/
+5
2017-10-27
drivers/net: wan/lmc: Convert timers to use timer_setup()
Kees Cook
1
-5
/
+5
[next]