index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
compat.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-24
compat: always include linux/compat.h from net/compat.h
Jakub Kicinski
1
-10
/
+0
2020-07-20
net: simplify cBPF setsockopt compat handling
Christoph Hellwig
1
-1
/
+0
2020-05-21
get rid of compat_mc_setsockopt()
Al Viro
1
-4
/
+0
2020-05-21
get rid of compat_mc_getsockopt()
Al Viro
1
-3
/
+0
2020-05-21
lift compat definitions of mcast [sg]etsockopt requests into net/compat.h
Al Viro
1
-0
/
+24
2020-05-19
ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl
Christoph Hellwig
1
-0
/
+18
2020-03-10
net: abstract out normal and compat msghdr import
Jens Axboe
1
-0
/
+3
2019-04-20
net: rework SIOCGSTAMP ioctl handling
Arnd Bergmann
1
-3
/
+0
2018-04-02
net: remove compat_sys_*() prototypes from net/compat.h
Dominik Brodowski
1
-11
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2016-06-10
packet: compat support for sock_fprog
Willem de Bruijn
1
-0
/
+1
2015-04-09
net: switch importing msghdr from userland to {compat_,}import_iovec()
Al Viro
1
-1
/
+1
2014-11-20
fold verify_iovec() into copy_msghdr_from_user()
Al Viro
1
-3
/
+2
2013-09-20
compat.h: Remove extern from function prototypes
Joe Perches
1
-21
/
+27
2012-04-15
net: cleanup unsigned to unsigned int
Eric Dumazet
1
-4
/
+4
2012-03-12
net: get rid of some pointless casts to sockaddr
Maciej Żenczykowski
1
-1
/
+1
2011-05-05
net: Add sendmmsg socket system call
Anton Blanchard
1
-0
/
+2
2009-12-12
net: fix compat_sys_recvmmsg parameter type
Heiko Carstens
1
-1
/
+1
2009-10-20
net: Avoid compiler warning for mmsghdr when CONFIG_COMPAT is not selected
Arnaldo Carvalho de Melo
1
-1
/
+5
2009-10-13
net: Introduce recvmmsg socket syscall
Arnaldo Carvalho de Melo
1
-0
/
+8
2009-10-01
net: Make setsockopt() optlen be unsigned.
David S. Miller
1
-2
/
+2
2008-07-20
net: Use standard structures for generic socket address structures.
YOSHIFUJI Hideaki
1
-1
/
+1
2008-04-29
net: Add compat support for getsockopt (MCAST_MSFILTER)
David L Stevens
1
-0
/
+3
2008-04-28
ipv4/ipv6 compat: Fix SSM applications on 64bit kernels.
David L Stevens
1
-0
/
+3
2007-04-26
[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution
Eric Dumazet
1
-0
/
+1
2006-06-21
Merge git://git.infradead.org/hdrcleanup-2.6
Linus Torvalds
1
-1
/
+0
2006-06-01
[PATCH] net/compat.h build fix
Andrew Morton
1
-1
/
+2
2006-04-26
Don't include linux/config.h from anywhere else in include/
David Woodhouse
1
-1
/
+0
2006-03-22
[NET]: socket timestamp 32 bit handler for 64 bit kernel
Shaun Pereira
1
-1
/
+3
2005-09-08
[NET]: Need struct sock forward decl in net/compat.h
David S. Miller
1
-2
/
+3
2005-09-08
[PATCH] Fix 32bit sendmsg() flaw
Al Viro
1
-1
/
+1
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+39