summaryrefslogtreecommitdiff
path: root/net/atm/common.c
AgeCommit message (Expand)Author
2024-01-05net: fill in MODULE_DESCRIPTION()s for ATMJakub Kicinski
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-19net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig
2020-05-04atm: fix a UAF in lec_arp_clear_vccs()Cong Wang
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul
2018-07-30net: simplify sock_poll_waitChristoph Hellwig
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-17atm: Preserve value of skb->truesize when accounting to vccDavid Woodhouse
2018-05-26net/atm: convert to ->poll_maskChristoph Hellwig
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-30atm: mpoa: remove 32-bit timekeepingTina Ruchandani
2017-11-27net: annotate ->poll() instancesAl Viro
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-03-13atm: remove an unnecessary loopFrancois Romieu
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2014-12-09put iov_iter into msghdrAl Viro
2014-11-24[atm] switch vcc_sendmsg() to copy_from_iter()Al Viro
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller
2014-09-10atm: Convert pr_warning to pr_warnJoe Perches
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-04-07atm: update msg_namelen in vcc_recvmsg()Mathias Krause
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-12-02atm: add release_cb() callback to vccDavid Woodhouse
2012-11-28atm: add owner of push() callback to atmvccKrzysztof Mazur
2012-08-15atm: fix info leak in getsockopt(SO_ATMPVC)Mathias Krause
2011-11-22atm: Allow MSG_PEEK for atm socketsJorge Boncompte [DTI2]
2011-11-22atm: Introduce vcc_process_recv_queueJorge Boncompte [DTI2]
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-03-30atm/solos-pci: Don't flap VCs when carrier state changesPhilip A. Prindeville
2010-08-16net/atm: Adjust confusing if indentationJulia Lawall
2010-07-09atm: propagate signal changes via notifierKarl Hiramoto
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet
2010-04-20net: sk_sleep() helperEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-26net/atm/common.c: checkpatch cleanupsJoe Perches
2010-01-26net/atm: Convert printk to pr_<level>Joe Perches
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-07-09net: adding memory barrier to the poll and receive callbacksJiri Olsa
2009-06-18atm: sk_wmem_alloc initial value is oneEric Dumazet