summaryrefslogtreecommitdiff
path: root/net/atm/common.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-3/+3
2020-07-20net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig1-12/+2
2020-05-04atm: fix a UAF in lec_arp_clear_vccs()Cong Wang1-11/+11
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-07-30net: simplify sock_poll_waitChristoph Hellwig1-1/+1
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-3/+8
2018-06-17atm: Preserve value of skb->truesize when accounting to vccDavid Woodhouse1-2/+1
2018-05-26net/atm: convert to ->poll_maskChristoph Hellwig1-8/+3
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-4/+4
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2017-11-30atm: mpoa: remove 32-bit timekeepingTina Ruchandani1-1/+1
2017-11-28net: annotate ->poll() instancesAl Viro1-2/+2
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-5/+5
2017-03-14atm: remove an unnecessary loopFrancois Romieu1-9/+13
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-1/+1
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro1-1/+1
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu1-2/+2
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-2/+2
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-4/+3
2014-12-10put iov_iter into msghdrAl Viro1-4/+1
2014-11-24[atm] switch vcc_sendmsg() to copy_from_iter()Al Viro1-11/+6
2014-11-06net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-09-10atm: Convert pr_warning to pr_warnJoe Perches1-1/+1
2013-11-21net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-2/+0
2013-04-08atm: update msg_namelen in vcc_recvmsg()Mathias Krause1-0/+2
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin1-4/+3
2012-12-02atm: add release_cb() callback to vccDavid Woodhouse1-0/+10
2012-11-28atm: add owner of push() callback to atmvccKrzysztof Mazur1-0/+2
2012-08-16atm: fix info leak in getsockopt(SO_ATMPVC)Mathias Krause1-0/+1
2011-11-23atm: Allow MSG_PEEK for atm socketsJorge Boncompte [DTI2]1-3/+11
2011-11-23atm: Introduce vcc_process_recv_queueJorge Boncompte [DTI2]1-0/+20
2011-07-27atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-03-31atm/solos-pci: Don't flap VCs when carrier state changesPhilip A. Prindeville1-0/+1
2010-08-17net/atm: Adjust confusing if indentationJulia Lawall1-1/+1
2010-07-09atm: propagate signal changes via notifierKarl Hiramoto1-0/+30
2010-05-02net: sock_def_readable() and friends RCU conversionEric Dumazet1-8/+14
2010-04-21net: sk_sleep() helperEric Dumazet1-6/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-01-27net/atm/common.c: checkpatch cleanupsJoe Perches1-165/+173
2010-01-27net/atm: Convert printk to pr_<level>Joe Perches1-23/+29
2009-10-13net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman1-1/+1
2009-10-01net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-07-10net: adding memory barrier to the poll and receive callbacksJiri Olsa1-3/+3
2009-06-18atm: sk_wmem_alloc initial value is oneEric Dumazet1-6/+6
2008-06-18atm: use const where reasonableMitchell Blank Jr1-4/+4
2008-01-29[NET]: Name magic constants in sock_wake_async()Pavel Emelyanov1-1/+1
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov1-1/+1