summaryrefslogtreecommitdiff
path: root/net/atm/common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-3/+3
* net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig2020-07-191-12/+2
* atm: fix a UAF in lec_arp_clear_vccs()Cong Wang2020-05-041-11/+11
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-281-1/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* Revert "net: simplify sock_poll_wait"Karsten Graul2018-10-231-1/+1
* net: simplify sock_poll_waitChristoph Hellwig2018-07-301-1/+1
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-3/+8
* atm: Preserve value of skb->truesize when accounting to vccDavid Woodhouse2018-06-171-2/+1
* net/atm: convert to ->poll_maskChristoph Hellwig2018-05-261-8/+3
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-1/+1
|\
| * atm: mpoa: remove 32-bit timekeepingTina Ruchandani2017-11-301-1/+1
* | net: annotate ->poll() instancesAl Viro2017-11-271-2/+2
|/
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-5/+5
* atm: remove an unnecessary loopFrancois Romieu2017-03-131-9/+13
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-051-1/+1
* net: Generalise wq_has_sleeper helperHerbert Xu2015-11-301-2/+2
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-2/+2
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+3
* put iov_iter into msghdrAl Viro2014-12-091-4/+1
* [atm] switch vcc_sendmsg() to copy_from_iter()Al Viro2014-11-241-11/+6
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-1/+1
* atm: Convert pr_warning to pr_warnJoe Perches2014-09-101-1/+1
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-2/+0
* atm: update msg_namelen in vcc_recvmsg()Mathias Krause2013-04-071-0/+2
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-4/+3
* atm: add release_cb() callback to vccDavid Woodhouse2012-12-021-0/+10
* atm: add owner of push() callback to atmvccKrzysztof Mazur2012-11-281-0/+2
* atm: fix info leak in getsockopt(SO_ATMPVC)Mathias Krause2012-08-151-0/+1
* atm: Allow MSG_PEEK for atm socketsJorge Boncompte [DTI2]2011-11-221-3/+11
* atm: Introduce vcc_process_recv_queueJorge Boncompte [DTI2]2011-11-221-0/+20
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* atm/solos-pci: Don't flap VCs when carrier state changesPhilip A. Prindeville2011-03-301-0/+1
* net/atm: Adjust confusing if indentationJulia Lawall2010-08-161-1/+1
* atm: propagate signal changes via notifierKarl Hiramoto2010-07-091-0/+30
* net: sock_def_readable() and friends RCU conversionEric Dumazet2010-05-011-8/+14
* net: sk_sleep() helperEric Dumazet2010-04-201-6/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net/atm/common.c: checkpatch cleanupsJoe Perches2010-01-261-165/+173
* net/atm: Convert printk to pr_<level>Joe Perches2010-01-261-23/+29
* net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2009-10-121-1/+1
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-1/+1
* net: adding memory barrier to the poll and receive callbacksJiri Olsa2009-07-091-3/+3
* atm: sk_wmem_alloc initial value is oneEric Dumazet2009-06-181-6/+6
* atm: use const where reasonableMitchell Blank Jr2008-06-171-4/+4