summaryrefslogtreecommitdiff
path: root/net/atm/svc.c
AgeCommit message (Expand)Author
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-03-10Move COMPAT_ATM_ADDPARTY to net/atm/svc.cPalmer Dabbelt
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-05-26net/atm: convert to ->poll_maskChristoph Hellwig
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-05-23net/atm: sk_err_soft must be positiveStefan Hajnoczi
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2014-08-13atm/svc: Fix blocking in wait loopchas williams - CONTRACTOR
2014-05-30atm: remove commented out checkPaul Bolle
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2010-04-20net: sk_sleep() helperEric Dumazet
2010-01-26net/atm/svc.c: checkpatch cleanupsJoe Perches
2010-01-26net/atm: Convert printk to pr_<level>Joe Perches
2009-11-25net: use net_eq to compare netsOctavian Purdila
2009-11-05net: pass kern to net_proto_family create functionEric Paris
2009-10-07net: mark net_proto_ops as constStephen Hemminger
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2008-12-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-12-04ATM: CVE-2008-5079: duplicate listen() on socket corrupts the vcc tableChas Williams
2008-12-03atm: 32-bit ioctl compatibilityDavid Woodhouse
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman
2007-10-10[ATM]: Replace DPRINTK() with pr_debug().Stephen Hemminger
2007-02-10[NET] ATM: Fix whitespace errors.YOSHIFUJI Hideaki
2006-01-03[NET]: move struct proto_ops to constEric Dumazet
2005-09-28[ATM]: track and close listen sockets when sigd exitsChas Williams
2005-07-19[ATM]: allow bind() on point-to-multpoint svcs (from Martin Whitaker <martin_...Chas Williams
2005-04-16Linux-2.6.12-rc2Linus Torvalds