index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
compat.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
compat: always include linux/compat.h from net/compat.h
Jakub Kicinski
2020-11-23
1
-10
/
+0
*
net: simplify cBPF setsockopt compat handling
Christoph Hellwig
2020-07-19
1
-1
/
+0
*
get rid of compat_mc_setsockopt()
Al Viro
2020-05-20
1
-4
/
+0
*
get rid of compat_mc_getsockopt()
Al Viro
2020-05-20
1
-3
/
+0
*
lift compat definitions of mcast [sg]etsockopt requests into net/compat.h
Al Viro
2020-05-20
1
-0
/
+24
*
ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl
Christoph Hellwig
2020-05-18
1
-0
/
+18
*
net: abstract out normal and compat msghdr import
Jens Axboe
2020-03-10
1
-0
/
+3
*
net: rework SIOCGSTAMP ioctl handling
Arnd Bergmann
2019-04-19
1
-3
/
+0
*
net: remove compat_sys_*() prototypes from net/compat.h
Dominik Brodowski
2018-04-02
1
-11
/
+0
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
packet: compat support for sock_fprog
Willem de Bruijn
2016-06-09
1
-0
/
+1
*
net: switch importing msghdr from userland to {compat_,}import_iovec()
Al Viro
2015-04-09
1
-1
/
+1
*
fold verify_iovec() into copy_msghdr_from_user()
Al Viro
2014-11-19
1
-3
/
+2
*
compat.h: Remove extern from function prototypes
Joe Perches
2013-09-20
1
-21
/
+27
*
net: cleanup unsigned to unsigned int
Eric Dumazet
2012-04-15
1
-4
/
+4
*
net: get rid of some pointless casts to sockaddr
Maciej Żenczykowski
2012-03-11
1
-1
/
+1
*
net: Add sendmmsg socket system call
Anton Blanchard
2011-05-05
1
-0
/
+2
*
net: fix compat_sys_recvmmsg parameter type
Heiko Carstens
2009-12-11
1
-1
/
+1
*
net: Avoid compiler warning for mmsghdr when CONFIG_COMPAT is not selected
Arnaldo Carvalho de Melo
2009-10-20
1
-1
/
+5
*
net: Introduce recvmmsg socket syscall
Arnaldo Carvalho de Melo
2009-10-12
1
-0
/
+8
*
net: Make setsockopt() optlen be unsigned.
David S. Miller
2009-09-30
1
-2
/
+2
*
net: Use standard structures for generic socket address structures.
YOSHIFUJI Hideaki
2008-07-19
1
-1
/
+1
*
net: Add compat support for getsockopt (MCAST_MSFILTER)
David L Stevens
2008-04-29
1
-0
/
+3
*
ipv4/ipv6 compat: Fix SSM applications on 64bit kernels.
David L Stevens
2008-04-27
1
-0
/
+3
*
[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution
Eric Dumazet
2007-04-25
1
-0
/
+1
*
Merge git://git.infradead.org/hdrcleanup-2.6
Linus Torvalds
2006-06-20
1
-1
/
+0
|
\
|
*
Don't include linux/config.h from anywhere else in include/
David Woodhouse
2006-04-26
1
-1
/
+0
*
|
[PATCH] net/compat.h build fix
Andrew Morton
2006-05-31
1
-1
/
+2
|
/
*
[NET]: socket timestamp 32 bit handler for 64 bit kernel
Shaun Pereira
2006-03-21
1
-1
/
+3
*
[NET]: Need struct sock forward decl in net/compat.h
David S. Miller
2005-09-08
1
-2
/
+3
*
[PATCH] Fix 32bit sendmsg() flaw
Al Viro
2005-09-08
1
-1
/
+1
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+39