summaryrefslogtreecommitdiff
path: root/net/atm/svc.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-3/+3
2019-11-07net: use helpers to change sk_ack_backlogEric Dumazet1-1/+1
2019-04-20net: rework SIOCGSTAMP ioctl handlingArnd Bergmann1-0/+1
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-1/+1
2018-05-26net/atm: convert to ->poll_maskChristoph Hellwig1-1/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-3/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-10net: Work around lockdep limitation in sockets that use socketsDavid Howells1-2/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-1/+1
2016-05-23net/atm: sk_err_soft must be positiveStefan Hajnoczi1-2/+2
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-1/+1
2014-08-14atm/svc: Fix blocking in wait loopchas williams - CONTRACTOR1-28/+32
2014-05-31atm: remove commented out checkPaul Bolle1-8/+2
2011-11-01net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2010-04-21net: sk_sleep() helperEric Dumazet1-31/+31
2010-01-27net/atm/svc.c: checkpatch cleanupsJoe Perches1-124/+125
2010-01-27net/atm: Convert printk to pr_<level>Joe Perches1-6/+7
2009-11-26net: use net_eq to compare netsOctavian Purdila1-1/+1
2009-11-06net: pass kern to net_proto_family create functionEric Paris1-3/+4
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-10-01net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2008-12-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+5
2008-12-05ATM: CVE-2008-5079: duplicate listen() on socket corrupts the vcc tableChas Williams1-1/+5
2008-12-04atm: 32-bit ioctl compatibilityDavid Woodhouse1-0/+19
2008-03-25[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2007-10-11[NET]: Make socket creation namespace safe.Eric W. Biederman1-4/+7
2007-10-11[ATM]: Replace DPRINTK() with pr_debug().Stephen Hemminger1-17/+8
2007-02-11[NET] ATM: Fix whitespace errors.YOSHIFUJI Hideaki1-24/+24
2006-01-04[NET]: move struct proto_ops to constEric Dumazet1-1/+1
2005-09-29[ATM]: track and close listen sockets when sigd exitsChas Williams1-0/+1
2005-07-20[ATM]: allow bind() on point-to-multpoint svcs (from Martin Whitaker <martin_...Chas Williams1-4/+0
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+674