summaryrefslogtreecommitdiffstats
path: root/net/atm
AgeCommit message (Expand)AuthorLines
2024-06-14atm: clean up a put_user() callsDan Carpenter-2/+2
2024-05-13net: change proto and proto_ops accept typeJens Axboe-4/+4
2024-04-30inet: introduce dst_rtable() helperEric Dumazet-1/+1
2024-04-08ipv4: Set scope explicitly in ip_route_output().Guillaume Nault-1/+1
2024-03-29net: add sk_wake_async_rcu() helperEric Dumazet-1/+1
2024-02-09net: fill in MODULE_DESCRIPTION()s for mpoaBreno Leitao-0/+1
2024-01-05net: fill in MODULE_DESCRIPTION()s for ATMJakub Kicinski-0/+2
2023-12-12atm: Fix Use-After-Free in do_vcc_ioctlHyunwoo Kim-2/+5
2023-10-23net: atm: Remove redundant check.Gavrilov Ilia-2/+0
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells-2/+0
2023-05-17atm: hide unused procfs functionsArnd Bergmann-0/+2
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-1/+1
2023-03-17net: annotate lockless accesses to sk->sk_err_softEric Dumazet-1/+1
2023-03-10Move COMPAT_ATM_ADDPARTY to net/atm/svc.cPalmer Dabbelt-0/+5
2022-11-24driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman-2/+2
2022-10-15net/atm: fix proc_mpc_write incorrect return valueXiaobo Liu-1/+2
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil-1/+1
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp-1/+1
2022-01-22proc: remove PDE_DATA() completelyMuchun Song-2/+2
2021-10-24net: atm: use address setting helpersJakub Kicinski-4/+5
2021-10-14ethernet: replace netdev->dev_addr assignment loopsJakub Kicinski-2/+1
2021-10-09net: use dev_addr_set()Jakub Kicinski-1/+1
2021-06-10atm: Use list_for_each_entry() to simplify code in resources.cWang Hai-5/+2
2021-06-07atm: [br2864] fix spelling mistakesgushengxian-2/+2
2021-05-20net: atm: use DEVICE_ATTR_RO macroYueHaibing-12/+12
2021-01-29net: atm: pppoatm: use new API for wakeup taskletEmil Renner Berthing-4/+5
2021-01-29net: atm: pppoatm: use tasklet_init to initialize wakeup taskletEmil Renner Berthing-7/+3
2020-11-18atm: nicstar: Replace in_interrupt() usageSebastian Andrzej Siewior-2/+10
2020-10-31net: atm: fix update of position index in lec_seq_nextColin Ian King-3/+2
2020-09-18net: atm: delete duplicated wordsRandy Dunlap-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-7/+7
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-2/+2
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-21/+11
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook-1/+1
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig-8/+8
2020-07-19net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig-12/+2
2020-07-19net: atm: lec_arpc.h: delete duplicated wordRandy Dunlap-1/+1
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-3/+1
2020-06-13net: atm: Remove the error message according to the atomic contextLiao Pingfang-3/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2020-05-20atm: switch do_atmif_sioc() to direct use of atm_dev_ioctl()Al Viro-21/+4
2020-05-20atm: lift copyin from atm_dev_ioctl()Al Viro-33/+31
2020-05-20atm: switch do_atm_iobuf() to direct use of atm_getnames()Al Viro-22/+3
2020-05-20atm: move copyin from atm_getnames() into the callerAl Viro-20/+20
2020-05-20atm: separate ATM_GETNAMES handling from the rest of atm_dev_ioctl()Al Viro-44/+51
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-11/+17
2020-05-04atm: fix a memory leak of vcc->user_backCong Wang-0/+6
2020-05-04atm: fix a UAF in lec_arp_clear_vccs()Cong Wang-11/+11
2020-04-28docs: networking: convert atm.txt to ReSTMauro Carvalho Chehab-1/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan-14/+11