Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/atm
AgeCommit message (Expand)Author
2021-01-30net: atm: pppoatm: use new API for wakeup taskletEmil Renner Berthing
2021-01-30net: atm: pppoatm: use tasklet_init to initialize wakeup taskletEmil Renner Berthing
2020-11-19atm: nicstar: Replace in_interrupt() usageSebastian Andrzej Siewior
2020-10-31net: atm: fix update of position index in lec_seq_nextColin Ian King
2020-09-19net: atm: delete duplicated wordsRandy Dunlap
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-20net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig
2020-07-20net: atm: lec_arpc.h: delete duplicated wordRandy Dunlap
2020-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-14net: atm: Remove the error message according to the atomic contextLiao Pingfang
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-21atm: switch do_atmif_sioc() to direct use of atm_dev_ioctl()Al Viro
2020-05-21atm: lift copyin from atm_dev_ioctl()Al Viro
2020-05-21atm: switch do_atm_iobuf() to direct use of atm_getnames()Al Viro
2020-05-21atm: move copyin from atm_getnames() into the callerAl Viro
2020-05-21atm: separate ATM_GETNAMES handling from the rest of atm_dev_ioctl()Al Viro
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-04atm: fix a memory leak of vcc->user_backCong Wang
2020-05-04atm: fix a UAF in lec_arp_clear_vccs()Cong Wang
2020-04-29docs: networking: convert atm.txt to ReSTMauro Carvalho Chehab
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-25net: atm: use %*ph to print small bufferAndy Shevchenko
2020-01-24vcc_seq_next should increase position indexVasily Averin
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-19net: atm: Reduce the severity of logging in unlink_clip_vccAditya Pakki
2019-11-07net: use helpers to change sk_ack_backlogEric Dumazet
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-09-05pppoatm: use %*ph to print small bufferAndy Shevchenko
2019-09-05net: mpoa: Use kzfree rather than its implementation.zhong jiang
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-05net: atm: clean up a range checkDan Carpenter
2019-04-20net: rework SIOCGSTAMP ioctl handlingArnd Bergmann
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-17net: atm: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva
2019-04-09ipv4: Prepare rtable for IPv6 gatewayDavid Ahern
2019-03-07net: atm: Add another IS_ENABLED(CONFIG_COMPAT) in atm_dev_ioctlNathan Chancellor
2019-03-07net: atm: Use IS_ENABLED in atm_dev_ioctlNathan Chancellor
2019-02-17atm: clean up vcc_seq_next()Dan Carpenter
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul
2018-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-07-30net: simplify sock_poll_waitChristoph Hellwig
2018-07-25atm: remove blank lines at EOFStephen Hemminger