aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/compat.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann1-3/+0
2018-04-02net: remove compat_sys_*() prototypes from net/compat.hDominik Brodowski1-11/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-06-09packet: compat support for sock_fprogWillem de Bruijn1-0/+1
2015-04-09net: switch importing msghdr from userland to {compat_,}import_iovec()Al Viro1-1/+1
2014-11-19fold verify_iovec() into copy_msghdr_from_user()Al Viro1-3/+2
2013-09-20compat.h: Remove extern from function prototypesJoe Perches1-21/+27
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-4/+4
2012-03-11net: get rid of some pointless casts to sockaddrMaciej Żenczykowski1-1/+1
2011-05-05net: Add sendmmsg socket system callAnton Blanchard1-0/+2
2009-12-11net: fix compat_sys_recvmmsg parameter typeHeiko Carstens1-1/+1
2009-10-20net: Avoid compiler warning for mmsghdr when CONFIG_COMPAT is not selectedArnaldo Carvalho de Melo1-1/+5
2009-10-12net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo1-0/+8
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-2/+2
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/+3
2008-04-27ipv4/ipv6 compat: Fix SSM applications on 64bit kernels.David L Stevens1-0/+3
2007-04-25[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet1-0/+1
2006-06-20Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds1-1/+0
2006-05-31[PATCH] net/compat.h build fixAndrew Morton1-1/+2
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-03-21[NET]: socket timestamp 32 bit handler for 64 bit kernelShaun Pereira1-1/+3
2005-09-08[NET]: Need struct sock forward decl in net/compat.hDavid S. Miller1-2/+3
2005-09-08[PATCH] Fix 32bit sendmsg() flawAl Viro1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+39