summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-01-09sock: Make sock->sk_stamp thread-safeDeepa Dinamani4-9/+47
2018-05-19net: support compat 64-bit time in {s,g}etsockoptLance Richardson1-2/+4
2017-10-08audit: log 32-bit socketcallsRichard Guy Briggs2-3/+34
2016-06-10packet: compat support for sock_fprogWillem de Bruijn3-2/+41
2016-06-06soreuseport: add compat case for setsockopt SO_ATTACH_REUSEPORT_CBPFHelge Deller1-1/+2
2015-04-09net: switch importing msghdr from userland to {compat_,}import_iovec()Al Viro3-31/+20
2015-03-23net: socket: add support for async operationstadeusz.struk@intel.com3-2/+9
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller348-1868/+3792
2015-03-20net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() beha...Catalin Marinas1-0/+7
2015-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1279-20221/+49533
2015-02-23net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msgCatalin Marinas1-9/+0
2015-02-22net: __aligned(size) is preferred over __attribute__((aligned(size)))Ameen Ali1-5/+5
2014-12-09put iov_iter into msghdrAl Viro33-112/+90
2014-11-19fold verify_iovec() into copy_msghdr_from_user()Al Viro5-112/+77
2014-11-19{compat_,}verify_iovec(): switch to generic copying of iovecsAl Viro3-89/+37
2014-11-19separate kernel- and userland-side msghdrAl Viro5-23/+36
2014-07-29net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin2-7/+8
2014-03-06net/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens2-6/+6
2014-03-06net/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens1-12/+12
2014-01-31x86, x32: Correct invalid use of user timespec in the kernelPaX Team1-7/+2
2013-11-29net: clamp ->msg_namelen instead of returning an errorDan Carpenter2-2/+2
2013-11-21net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa35-115/+67
2013-10-03net: heap overflow in __audit_sockaddr()Dan Carpenter2-4/+22
2013-06-06net: Unbreak compat_sys_{send,recv}msgAndy Lutomirski3-41/+47
2012-09-27make get_file() return its argumentAl Viro16-38/+23
2012-07-23net: Fix references to out-of-scope variables in put_cmsg_compat()Jesper Juhl1-2/+2
2012-05-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds102-1230/+3678
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet167-455/+461
2012-04-14net/compat.c,linux/filter.h: share compat_sock_fprogWill Drewry2-8/+11
2012-03-30Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds91-2180/+1561
2012-03-12net: get rid of some pointless casts to sockaddrMaciej Żenczykowski5-27/+19
2012-02-20compat: Use COMPAT_USE_64BIT_TIME in net/compat.cH. J. Lu1-25/+40
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker129-0/+130
2011-05-05net: Add sendmmsg socket system callAnton Blanchard16-52/+192
2010-10-28net: Limit socket I/O iovec total length to INT_MAX.David S. Miller3-16/+16
2010-06-04From abbffa2aa9bd6f8df16d0d0a102af677510d8b9a Mon Sep 17 00:00:00 2001Eric Dumazet2-110/+101
2010-06-03net: use __packed annotationEric Dumazet30-133/+133
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4208-717/+3717
2009-12-11net: use compat helper functions in compat_sys_recvmmsgHeiko Carstens1-5/+2
2009-12-11net: fix compat_sys_recvmmsg parameter typeHeiko Carstens2-8/+6
2009-12-02net: compat_sys_recvmmsg user timespec arg can be NULLJean-Mickael Guerin1-2/+6
2009-10-29net: Cleanup redundant tests on unsignedroel kluin3-6/+1
2009-10-13net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo25-50/+261
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller67-153/+149
2009-07-15net/compat/wext: send different messages to compat tasksJohannes Berg8-7/+160
2009-02-16net: socket infrastructure for SO_TIMESTAMPINGPatrick Ohly4-42/+186
2008-11-20reintroduce accept4Ulrich Drepper6-124/+21
2008-11-12net: put_cmsg_compat + SO_TIMESTAMP[NS]: use same name for value as callerPatrick Ohly1-2/+2
2008-07-24flag parameters: pacceptUlrich Drepper8-12/+139
2008-07-20net: Use standard structures for generic socket address structures.YOSHIFUJI Hideaki5-42/+52
[next]