Age | Commit message (Expand) | Author |
2021-03-17 | module: remove never implemented MODULE_SUPPORTED_DEVICE | Leon Romanovsky |
2021-03-08 | atm: idt77252: fix null-ptr-dereference | Tong Zhang |
2021-03-08 | atm: uPD98402: fix incorrect allocation | Tong Zhang |
2021-03-01 | atm: lanai: dont run lanai_dev_close if not open | Tong Zhang |
2021-03-01 | atm: eni: dont release is never initialized | Tong Zhang |
2021-02-15 | atm: idt77252: fix build broken on amd64 | Tong Zhang |
2020-12-21 | atm: idt77252: call pci_disable_device() on error path | Dan Carpenter |
2020-11-19 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-11-18 | atm: lanai: Remove in_interrupt() usage | Sebastian Andrzej Siewior |
2020-11-18 | atm: nicstar: Replace in_interrupt() usage | Sebastian Andrzej Siewior |
2020-11-18 | atm: nicstar: Unmap DMA on send error | Sebastian Andrzej Siewior |
2020-09-28 | atm: atmtcp: Constify atmtcp_v_dev_ops | Rikard Falkeborn |
2020-09-04 | atm: eni: fix the missed pci_disable_device() for eni_init_one() | Jing Xiangfeng |
2020-09-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2020-08-24 | firestream: Fix memleak in fs_open | Dinghao Liu |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-08-04 | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-08-03 | atm: idt77252: avoid accessing the data mapped to streaming DMA | Jia-Ju Bai |
2020-08-03 | atm: eni: avoid accessing the data mapped to streaming DMA | Jia-Ju Bai |
2020-08-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-07-30 | atm: fix atm_dev refcnt leaks in atmtcp_remove_persistent | Xin Xiong |
2020-07-19 | net/atm: remove the atmdev_ops {get, set}sockopt methods | Christoph Hellwig |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook |
2020-07-13 | atm: Replace HTTP links with HTTPS ones | Alexander A. Klimov |
2020-06-26 | docs: networking: move ATM drivers to the hw driver section | Jakub Kicinski |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport |
2020-04-28 | docs: networking: convert iphase.txt to ReST | Mauro Carvalho Chehab |
2020-04-28 | docs: networking: convert fore200e.txt to ReST | Mauro Carvalho Chehab |
2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada |
2020-03-25 | .gitignore: remove too obvious comments | Masahiro Yamada |
2020-02-29 | atm: nicstar: fix if-statement empty body warning | Randy Dunlap |
2020-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-01-27 | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap | Linus Torvalds |
2020-01-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-01-25 | firestream: fix memory leaks | Wenwen Wang |
2020-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-01-08 | atm: eni: fix uninitialized variable warning | Arnd Bergmann |
2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig |
2019-12-16 | fore200e: Fix incorrect checks of NULL pointer dereference | Aditya Pakki |
2019-10-28 | atm: remove unneeded semicolon | YueHaibing |
2019-09-25 | atm: he: clean up an indentation issue | Colin Ian King |
2019-08-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-08-19 | Kconfig: Fix the reference to the IDT77105 Phy driver in the description of A... | Christophe JAILLET |
2019-08-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-08-02 | atm: iphase: Fix Spectre v1 vulnerability | Gustavo A. R. Silva |
2019-07-30 | net: Use skb_frag_off accessors | Jonathan Lemon |
2019-07-24 | Build fixes for skb_frag_size conversion | Matthew Wilcox (Oracle) |