summaryrefslogtreecommitdiffstats
path: root/net/atm
Commit message (Expand)AuthorAgeFilesLines
* atm: Use list_for_each_entry() to simplify code in resources.cWang Hai2021-06-101-5/+2
* atm: [br2864] fix spelling mistakesgushengxian2021-06-071-2/+2
* net: atm: use DEVICE_ATTR_RO macroYueHaibing2021-05-201-12/+12
* net: atm: pppoatm: use new API for wakeup taskletEmil Renner Berthing2021-01-291-4/+5
* net: atm: pppoatm: use tasklet_init to initialize wakeup taskletEmil Renner Berthing2021-01-291-7/+3
* atm: nicstar: Replace in_interrupt() usageSebastian Andrzej Siewior2020-11-181-2/+10
* net: atm: fix update of position index in lec_seq_nextColin Ian King2020-10-311-3/+2
* net: atm: delete duplicated wordsRandy Dunlap2020-09-182-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-233-7/+7
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-055-21/+11
|\
| * net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-244-8/+8
| * net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig2020-07-191-12/+2
| * net: atm: lec_arpc.h: delete duplicated wordRandy Dunlap2020-07-191-1/+1
* | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2020-07-301-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-131-3/+1
|\
| * net: atm: Remove the error message according to the atomic contextLiao Pingfang2020-06-131-3/+1
* | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
|/
* atm: switch do_atmif_sioc() to direct use of atm_dev_ioctl()Al Viro2020-05-201-21/+4
* atm: lift copyin from atm_dev_ioctl()Al Viro2020-05-203-33/+31
* atm: switch do_atm_iobuf() to direct use of atm_getnames()Al Viro2020-05-201-22/+3
* atm: move copyin from atm_getnames() into the callerAl Viro2020-05-203-20/+20
* atm: separate ATM_GETNAMES handling from the rest of atm_dev_ioctl()Al Viro2020-05-203-44/+51
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-062-11/+17
|\
| * atm: fix a memory leak of vcc->user_backCong Wang2020-05-041-0/+6
| * atm: fix a UAF in lec_arp_clear_vccs()Cong Wang2020-05-041-11/+11
* | docs: networking: convert atm.txt to ReSTMauro Carvalho Chehab2020-04-281-1/+1
|/
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-042-14/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-2/+1
|\
| * vcc_seq_next should increase position indexVasily Averin2020-01-241-2/+1
* | net: atm: use %*ph to print small bufferAndy Shevchenko2020-01-252-70/+28
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-221-3/+3
|\
| * net: atm: Reduce the severity of logging in unlink_clip_vccAditya Pakki2019-11-181-3/+3
* | net: use helpers to change sk_ack_backlogEric Dumazet2019-11-062-2/+2
|/
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-281-1/+1
* pppoatm: use %*ph to print small bufferAndy Shevchenko2019-09-051-3/+1
* net: mpoa: Use kzfree rather than its implementation.zhong jiang2019-09-051-4/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-4/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-215-0/+5
* net: atm: clean up a range checkDan Carpenter2019-05-051-3/+1
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-193-16/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-1/+5
|\
| * net: atm: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva2019-04-161-1/+5
* | ipv4: Prepare rtable for IPv6 gatewayDavid Ahern2019-04-081-2/+2
|/
* net: atm: Add another IS_ENABLED(CONFIG_COMPAT) in atm_dev_ioctlNathan Chancellor2019-03-071-1/+1
* net: atm: Use IS_ENABLED in atm_dev_ioctlNathan Chancellor2019-03-071-6/+2
* atm: clean up vcc_seq_next()Dan Carpenter2019-02-161-1/+2
* Revert "net: simplify sock_poll_wait"Karsten Graul2018-10-231-1/+1