aboutsummaryrefslogtreecommitdiff
path: root/include/net/compat.h
AgeCommit message (Expand)Author
2020-11-23compat: always include linux/compat.h from net/compat.hJakub Kicinski
2020-07-19net: simplify cBPF setsockopt compat handlingChristoph Hellwig
2020-05-20get rid of compat_mc_setsockopt()Al Viro
2020-05-20get rid of compat_mc_getsockopt()Al Viro
2020-05-20lift compat definitions of mcast [sg]etsockopt requests into net/compat.hAl Viro
2020-05-18ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig
2020-03-10net: abstract out normal and compat msghdr importJens Axboe
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann
2018-04-02net: remove compat_sys_*() prototypes from net/compat.hDominik Brodowski
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-06-09packet: compat support for sock_fprogWillem de Bruijn
2015-04-09net: switch importing msghdr from userland to {compat_,}import_iovec()Al Viro
2014-11-19fold verify_iovec() into copy_msghdr_from_user()Al Viro
2013-09-20compat.h: Remove extern from function prototypesJoe Perches
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-03-11net: get rid of some pointless casts to sockaddrMaciej Żenczykowski
2011-05-05net: Add sendmmsg socket system callAnton Blanchard
2009-12-11net: fix compat_sys_recvmmsg parameter typeHeiko Carstens
2009-10-20net: Avoid compiler warning for mmsghdr when CONFIG_COMPAT is not selectedArnaldo Carvalho de Melo
2009-10-12net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2008-07-19net: Use standard structures for generic socket address structures.YOSHIFUJI Hideaki
2008-04-29net: Add compat support for getsockopt (MCAST_MSFILTER)David L Stevens
2008-04-27ipv4/ipv6 compat: Fix SSM applications on 64bit kernels.David L Stevens
2007-04-25[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet
2006-06-20Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds
2006-05-31[PATCH] net/compat.h build fixAndrew Morton
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse
2006-03-21[NET]: socket timestamp 32 bit handler for 64 bit kernelShaun Pereira
2005-09-08[NET]: Need struct sock forward decl in net/compat.hDavid S. Miller
2005-09-08[PATCH] Fix 32bit sendmsg() flawAl Viro
2005-04-16Linux-2.6.12-rc2Linus Torvalds