summaryrefslogtreecommitdiff
path: root/net/compat.c
AgeCommit message (Expand)Author
2007-04-25[NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS supportEric Dumazet
2007-04-25[NET] core: whitespace cleanupStephen Hemminger
2007-04-25[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet
2007-04-25[NET]: convert network timestamps to ktime_tEric Dumazet
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-02-10[NET]: Fix whitespace errors.YOSHIFUJI Hideaki
2006-10-11[NET]: File descriptor loss while receiving SCM_RIGHTSMiklos Szeredi
2006-04-01[NETFILTER]: iptables 32bit compat layerDmitry Mishin
2006-03-21[NET]: socket timestamp 32 bit handler for 64 bit kernelShaun Pereira
2006-03-20[NET]: {get|set}sockopt compatibility layerDmitry Mishin
2005-09-08[PATCH] Fix 32bit sendmsg() flawAl Viro
2005-08-09[NET]: Fix memory leak in sys_{send,recv}msg() w/compatAndrew Morton
2005-01-13[NET]: Check for SOL_SOCKET in compat_sys_getsockoptOlaf Kirch
2005-01-09[NET]: Fix CMSG_COMPAT_OK length check.Olaf Kirch
2004-12-07[NET]: CMSG compat code needs signedness fixes too.David S. Miller
2004-11-29[NET]: Missing security_*() check in net/compat.cMitchell Blank Jr.
2004-09-06[NET]: Fix compat layer setsockopt overzealous conversions.David Woodhouse
2004-05-30[PATCH] sparse: trivial part of net/* annotationAlexander Viro
2004-02-24[PATCH] add syscalls.hAndrew Morton
2004-01-06[COMPAT]: Handle SO_TIMESTAMP cmsgs.Andi Kleen
2003-10-28[NET/COMPAT]: Fix copying of ipt_entry objects in do_netfilter_replace().David S. Miller
2003-10-21[NET COMPAT]: Fix hangs caused by bugs in do_netfilter_replace().David S. Miller
2003-07-10[NET,COMPAT]: Delete bogus icmpv6 filter translation code.David S. Miller
2003-05-19[NET]: Fix sock_fprog setsockopt compat handling. Based upon patch from Andi...David S. Miller
2003-05-08[NET]: Clean up socket filter compat handling.Andi Kleen
2003-03-30[COMPAT]: Fix MSG_CMSG_COMPAT flag passing, kill cmsg_compat_recvmsg_fixup.Randolph Chung
2003-03-30[COMPAT]: Fix sock_fprog handling.Randolph Chung
2003-03-23[COMPAT]: Fix net/compat.c build.David S. Miller
2003-03-23[COMPAT] cleanups in net/compat.c and related filesStephen Rothwell
2003-03-23[PATCH] compat_uptr_t and compat_ptrStephen Rothwell
2003-03-22[PATCH] More syscalls-returning-longAndrew Morton
2003-03-05[NET]: Simplify scm handling and sendmsg/recvmsg invocation, consolidate net ...Benjamin LaHaise