summaryrefslogtreecommitdiffstats
path: root/net/atm/svc.c
Commit message (Expand)AuthorAgeFilesLines
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-0/+1
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+1
* net/atm: convert to ->poll_maskChristoph Hellwig2018-05-261-1/+1
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-3/+2Star
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-101-2/+3
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* net/atm: sk_err_soft must be positiveStefan Hajnoczi2016-05-231-2/+2
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* atm/svc: Fix blocking in wait loopchas williams - CONTRACTOR2014-08-141-28/+32
* atm: remove commented out checkPaul Bolle2014-05-311-8/+2Star
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-11-011-0/+1
* net: sk_sleep() helperEric Dumazet2010-04-211-31/+31
* net/atm/svc.c: checkpatch cleanupsJoe Perches2010-01-271-124/+125
* net/atm: Convert printk to pr_<level>Joe Perches2010-01-271-6/+7
* net: use net_eq to compare netsOctavian Purdila2009-11-261-1/+1
* net: pass kern to net_proto_family create functionEric Paris2009-11-061-3/+4
* net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-10-011-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-061-1/+5
|\
| * ATM: CVE-2008-5079: duplicate listen() on socket corrupts the vcc tableChas Williams2008-12-041-1/+5
* | atm: 32-bit ioctl compatibilityDavid Woodhouse2008-12-041-0/+19
|/
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-1/+1
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-111-4/+7
* [ATM]: Replace DPRINTK() with pr_debug().Stephen Hemminger2007-10-111-17/+8Star
* [NET] ATM: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-24/+24
* [NET]: move struct proto_ops to constEric Dumazet2006-01-031-1/+1
* [ATM]: track and close listen sockets when sigd exitsChas Williams2005-09-291-0/+1
* [ATM]: allow bind() on point-to-multpoint svcs (from Martin Whitaker <martin_...Chas Williams2005-07-191-4/+0Star
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+674