summaryrefslogtreecommitdiff
path: root/drivers/atm
Commit message (Expand)AuthorAgeFilesLines
...
| * | net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig2020-07-198-122/+0
| * | atm: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-131-1/+1
| * | docs: networking: move ATM drivers to the hw driver sectionJakub Kicinski2020-06-261-3/+5
* | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\ \ \ | |_|/ |/| |
| * | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
| |/
* | atm: fix atm_dev refcnt leaks in atmtcp_remove_persistentXin Xiong2020-07-301-2/+8
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-9/+9
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* docs: networking: convert iphase.txt to ReSTMauro Carvalho Chehab2020-04-281-1/+1
* docs: networking: convert fore200e.txt to ReSTMauro Carvalho Chehab2020-04-281-1/+1
* .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* .gitignore: remove too obvious commentsMasahiro Yamada2020-03-251-1/+0
* atm: nicstar: fix if-statement empty body warningRandy Dunlap2020-02-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-7/+18
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-0/+3
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-091-2/+2
| |\ \
| * | | fore200e: Fix incorrect checks of NULL pointer dereferenceAditya Pakki2019-12-161-7/+18
* | | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-271-7/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-7/+1
| |/ /
* | | firestream: fix memory leaksWenwen Wang2020-01-251-0/+3
| |/ |/|
* | atm: eni: fix uninitialized variable warningArnd Bergmann2020-01-081-2/+2
|/
* atm: remove unneeded semicolonYueHaibing2019-10-281-1/+1
* atm: he: clean up an indentation issueColin Ian King2019-09-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-271-1/+1
|\
| * Kconfig: Fix the reference to the IDT77105 Phy driver in the description of A...Christophe JAILLET2019-08-191-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-2/+6
|\ \ | |/
| * atm: iphase: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2019-08-021-2/+6
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* | Build fixes for skb_frag_size conversionMatthew Wilcox (Oracle)2019-07-241-4/+3
* | atm: Use dev_get_drvdataChuhong Yuan2019-07-231-6/+3
|/
* atm: idt77252: Remove call to memset after dma_alloc_coherentFuqian Huang2019-07-151-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-10/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-13/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 37Thomas Gleixner2019-05-246-96/+6
* Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-218-0/+8
|\
| * treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-218-0/+8
* | atm: iphase: Avoid copying pointers to user space.Fuqian Huang2019-05-161-6/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-251-1/+1
|\
| * firestream: fix spelling mistake "tramsitted" -> "transmitted"Colin Ian King2019-04-181-1/+1
* | atm: iphase: fix misuse of %xFuqian Huang2019-04-211-2/+2
|/
* atm: he: fix sign-extension overflow on large shiftColin Ian King2019-01-171-1/+1
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-082-28/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-281-2/+2
|\
| * firestream: fix spelling mistake: "Inititing" -> "Initializing"Colin Ian King2018-11-271-2/+2
* | atm: Convert to using %pOFn instead of device_node.nameRob Herring2018-11-171-2/+2
|/
* atm: zatm: Fix empty body Clang warningsNathan Chancellor2018-10-181-21/+21
* atm: eni: Move semicolon to a new line after empty for loopNathan Chancellor2018-10-181-1/+2
* fore200e: fix missing unlock on error in bsq_audit()Wei Yongjun2018-10-151-0/+1