index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
atm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-09-03
1
-0
/
+1
|
\
|
*
firestream: Fix memleak in fs_open
Dinghao Liu
2020-08-24
1
-0
/
+1
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
6
-14
/
+14
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-08-05
10
-131
/
+14
|
\
|
*
atm: idt77252: avoid accessing the data mapped to streaming DMA
Jia-Ju Bai
2020-08-03
1
-4
/
+5
|
*
atm: eni: avoid accessing the data mapped to streaming DMA
Jia-Ju Bai
2020-08-03
1
-1
/
+3
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-08-02
1
-2
/
+8
|
|
\
|
*
|
net/atm: remove the atmdev_ops {get, set}sockopt methods
Christoph Hellwig
2020-07-19
8
-122
/
+0
|
*
|
atm: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-07-13
1
-1
/
+1
|
*
|
docs: networking: move ATM drivers to the hw driver section
Jakub Kicinski
2020-06-26
1
-3
/
+5
*
|
|
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-04
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
1
-1
/
+1
|
|
/
*
/
atm: fix atm_dev refcnt leaks in atmtcp_remove_persistent
Xin Xiong
2020-07-30
1
-2
/
+8
|
/
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-14
1
-9
/
+9
*
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
1
-1
/
+1
*
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-09
1
-1
/
+1
*
docs: networking: convert iphase.txt to ReST
Mauro Carvalho Chehab
2020-04-28
1
-1
/
+1
*
docs: networking: convert fore200e.txt to ReST
Mauro Carvalho Chehab
2020-04-28
1
-1
/
+1
*
.gitignore: add SPDX License Identifier
Masahiro Yamada
2020-03-25
1
-0
/
+1
*
.gitignore: remove too obvious comments
Masahiro Yamada
2020-03-25
1
-1
/
+0
*
atm: nicstar: fix if-statement empty body warning
Randy Dunlap
2020-02-29
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-01-28
1
-7
/
+18
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-01-26
1
-0
/
+3
|
|
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-01-09
1
-2
/
+2
|
|
\
\
|
*
|
|
fore200e: Fix incorrect checks of NULL pointer dereference
Aditya Pakki
2019-12-16
1
-7
/
+18
*
|
|
|
Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap
Linus Torvalds
2020-01-27
1
-7
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2020-01-06
1
-7
/
+1
|
|
/
/
*
|
/
firestream: fix memory leaks
Wenwen Wang
2020-01-25
1
-0
/
+3
|
|
/
|
/
|
*
|
atm: eni: fix uninitialized variable warning
Arnd Bergmann
2020-01-08
1
-2
/
+2
|
/
*
atm: remove unneeded semicolon
YueHaibing
2019-10-28
1
-1
/
+1
*
atm: he: clean up an indentation issue
Colin Ian King
2019-09-25
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-27
1
-1
/
+1
|
\
|
*
Kconfig: Fix the reference to the IDT77105 Phy driver in the description of A...
Christophe JAILLET
2019-08-19
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-06
1
-2
/
+6
|
\
|
|
*
atm: iphase: Fix Spectre v1 vulnerability
Gustavo A. R. Silva
2019-08-02
1
-2
/
+6
*
|
net: Use skb_frag_off accessors
Jonathan Lemon
2019-07-30
1
-1
/
+1
*
|
Build fixes for skb_frag_size conversion
Matthew Wilcox (Oracle)
2019-07-24
1
-4
/
+3
*
|
atm: Use dev_get_drvdata
Chuhong Yuan
2019-07-23
1
-6
/
+3
|
/
*
atm: idt77252: Remove call to memset after dma_alloc_coherent
Fuqian Huang
2019-07-15
1
-1
/
+0
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-05-30
1
-10
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-13
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 37
Thomas Gleixner
2019-05-24
6
-96
/
+6
*
Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-05-21
8
-0
/
+8
|
\
|
*
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-21
8
-0
/
+8
*
|
atm: iphase: Avoid copying pointers to user space.
Fuqian Huang
2019-05-16
1
-6
/
+0
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-25
1
-1
/
+1
|
\
|
*
firestream: fix spelling mistake "tramsitted" -> "transmitted"
Colin Ian King
2019-04-18
1
-1
/
+1
*
|
atm: iphase: fix misuse of %x
Fuqian Huang
2019-04-21
1
-2
/
+2
|
/
*
atm: he: fix sign-extension overflow on large shift
Colin Ian King
2019-01-17
1
-1
/
+1
[next]