summaryrefslogtreecommitdiffstats
path: root/net/atm
Commit message (Expand)AuthorAgeFilesLines
* net: fill in MODULE_DESCRIPTION()s for mpoaBreno Leitao2024-02-091-0/+1
* net: fill in MODULE_DESCRIPTION()s for ATMJakub Kicinski2024-01-052-0/+2
* atm: Fix Use-After-Free in do_vcc_ioctlHyunwoo Kim2023-12-121-2/+5
* net: atm: Remove redundant check.Gavrilov Ilia2023-10-231-2/+0
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-242-2/+0
* atm: hide unused procfs functionsArnd Bergmann2023-05-171-0/+2
* Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-261-1/+1
|\
| * net: annotate lockless accesses to sk->sk_err_softEric Dumazet2023-03-171-1/+1
* | Move COMPAT_ATM_ADDPARTY to net/atm/svc.cPalmer Dabbelt2023-03-101-0/+5
|/
* driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman2022-11-241-2/+2
* net/atm: fix proc_mpc_write incorrect return valueXiaobo Liu2022-10-151-1/+2
* net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-281-1/+1
* net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-061-1/+1
* proc: remove PDE_DATA() completelyMuchun Song2022-01-221-2/+2
* net: atm: use address setting helpersJakub Kicinski2021-10-242-4/+5
* ethernet: replace netdev->dev_addr assignment loopsJakub Kicinski2021-10-141-2/+1
* net: use dev_addr_set()Jakub Kicinski2021-10-091-1/+1
* 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
|\