aboutsummaryrefslogtreecommitdiffstats
path: root/net/atm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-20atm: switch do_atmif_sioc() to direct use of atm_dev_ioctl()Al Viro1-21/+4
2020-05-20atm: lift copyin from atm_dev_ioctl()Al Viro3-33/+31
2020-05-20atm: switch do_atm_iobuf() to direct use of atm_getnames()Al Viro1-22/+3
2020-05-20atm: move copyin from atm_getnames() into the callerAl Viro3-20/+20
2020-05-20atm: separate ATM_GETNAMES handling from the rest of atm_dev_ioctl()Al Viro3-44/+51
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-11/+17
2020-05-04atm: fix a memory leak of vcc->user_backCong Wang1-0/+6
2020-05-04atm: fix a UAF in lec_arp_clear_vccs()Cong Wang1-11/+11
2020-04-28docs: networking: convert atm.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan2-14/+11
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+1
2020-01-25net: atm: use %*ph to print small bufferAndy Shevchenko2-70/+28
2020-01-24vcc_seq_next should increase position indexVasily Averin1-2/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2019-11-18net: atm: Reduce the severity of logging in unlink_clip_vccAditya Pakki1-3/+3
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet2-2/+2
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-1/+1
2019-09-05pppoatm: use %*ph to print small bufferAndy Shevchenko1-3/+1
2019-09-05net: mpoa: Use kzfree rather than its implementation.zhong jiang1-4/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-4/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner5-0/+5
2019-05-05net: atm: clean up a range checkDan Carpenter1-3/+1
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann3-16/+2
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2019-04-16net: atm: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-1/+5
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern1-2/+2
2019-03-07net: atm: Add another IS_ENABLED(CONFIG_COMPAT) in atm_dev_ioctlNathan Chancellor1-1/+1
2019-03-07net: atm: Use IS_ENABLED in atm_dev_ioctlNathan Chancellor1-6/+2
2019-02-16atm: clean up vcc_seq_next()Dan Carpenter1-1/+2
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-7/+1
2018-07-30net: simplify sock_poll_waitChristoph Hellwig1-1/+1
2018-07-24atm: remove blank lines at EOFStephen Hemminger1-6/+0
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar4-6/+11
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds4-6/+11
2018-06-21atomics/treewide: Remove atomic_inc_not_zero_hint()Mark Rutland1-1/+1
2018-06-17atm: Preserve value of skb->truesize when accounting to vccDavid Woodhouse7-14/+8
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-11/+6
2018-05-26net/atm: convert to ->poll_maskChristoph Hellwig4-11/+6
2018-05-16atm: switch to proc_create_seq_privateChristoph Hellwig1-59/+13
2018-05-16atm: simplify procfs codeChristoph Hellwig1-58/+7
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-15/+2
2018-05-16proc: introduce proc_create_seq_privateChristoph Hellwig1-13/+2
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-13/+1
2018-05-04net: atm: Fix potential Spectre v1Gustavo A. R. Silva1-2/+7
2018-03-26net: Use octal not symbolic permissionsJoe Perches4-9/+9
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko2-6/+4