aboutsummaryrefslogtreecommitdiffstats
path: root/net/compat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-28net: Limit socket I/O iovec total length to INT_MAX.David S. Miller1-4/+6
2010-06-03From abbffa2aa9bd6f8df16d0d0a102af677510d8b9a Mon Sep 17 00:00:00 2001Eric Dumazet1-25/+22
2010-06-03net: use __packed annotationEric Dumazet1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-11net: use compat helper functions in compat_sys_recvmmsgHeiko Carstens1-5/+2
2009-12-11net: fix compat_sys_recvmmsg parameter typeHeiko Carstens1-7/+5
2009-12-02net: compat_sys_recvmmsg user timespec arg can be NULLJean-Mickael Guerin1-2/+6
2009-10-29net: Cleanup redundant tests on unsignedroel kluin1-3/+0
2009-10-12net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo1-3/+30
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-6/+6
2009-07-15net/compat/wext: send different messages to compat tasksJohannes Berg1-2/+15
2009-02-15net: socket infrastructure for SO_TIMESTAMPINGPatrick Ohly1-7/+12
2008-11-19reintroduce accept4Ulrich Drepper1-45/+5
2008-11-12net: put_cmsg_compat + SO_TIMESTAMP[NS]: use same name for value as callerPatrick Ohly1-2/+2
2008-07-24flag parameters: pacceptUlrich Drepper1-4/+48
2008-07-19net: Use standard structures for generic socket address structures.YOSHIFUJI Hideaki1-1/+1
2008-04-29net: Add compat support for getsockopt (MCAST_MSFILTER)David L Stevens1-0/+79
2008-04-29net: Several cleanups for the setsockopt compat support.David L Stevens1-4/+7
2008-04-27ipv4/ipv6 compat: Fix SSM applications on 64bit kernels.David L Stevens1-0/+117
2008-01-28[NETFILTER]: ip6_tables: add compat supportPatrick McHardy1-106/+0
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-3/+3
2007-12-20[NET]: Fix function put_cmsg() which may cause usr application memory overflowWei Yongjun1-0/+2
2007-07-16O_CLOEXEC for SCM_RIGHTSUlrich Drepper1-1/+2
2007-04-25[NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS supportEric Dumazet1-1/+9
2007-04-25[NET] core: whitespace cleanupStephen Hemminger1-15/+15
2007-04-25[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet1-0/+24
2007-04-25[NET]: convert network timestamps to ktime_tEric Dumazet1-5/+10
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-10[NET]: Fix whitespace errors.YOSHIFUJI Hideaki1-8/+8
2006-10-11[NET]: File descriptor loss while receiving SCM_RIGHTSMiklos Szeredi1-2/+1
2006-04-01[NETFILTER]: iptables 32bit compat layerDmitry Mishin1-2/+1
2006-03-21[NET]: socket timestamp 32 bit handler for 64 bit kernelShaun Pereira1-0/+19
2006-03-20[NET]: {get|set}sockopt compatibility layerDmitry Mishin1-18/+77
2005-09-08[PATCH] Fix 32bit sendmsg() flawAl Viro1-18/+26
2005-08-09[NET]: Fix memory leak in sys_{send,recv}msg() w/compatAndrew Morton1-9/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+605