aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix
AgeCommit message (Expand)AuthorFilesLines
2015-01-28net: remove sock_iocbChristoph Hellwig1-44/+29
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-1/+2
2014-12-09put iov_iter into msghdrAl Viro1-8/+2
2014-11-24switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro1-3/+8
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-3/+3
2014-10-07af_unix: remove 0 assignment on staticFabian Frederick1-1/+1
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+7
2014-05-16net: unix: Align send data_len up to PAGE_SIZEKirill Tkhai1-1/+7
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-3/+3
2014-03-26net: unix: non blocking recvmsg() should not return -EINTREric Dumazet1-5/+12
2014-03-06net: unix socket code abuses csum_partialAnton Blanchard1-2/+1
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-2/+2
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+12
2013-12-17net: unix: allow bind to fail on mutex lockSasha Levin1-2/+6
2013-12-10net: unix: allow set_peek_off to failSasha Levin1-2/+6
2013-12-06unix: convert printks to pr_<level>wangweidong1-4/+5
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-5/+0
2013-10-19net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix raceDaniel Borkmann1-0/+10
2013-10-02unix_diag: fix info leakMathias Krause1-0/+1
2013-08-11af_unix: fix bug on large send()Eric Dumazet1-1/+2
2013-08-10net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet1-2/+4
2013-08-10af_unix: improve STREAM behavior with fragmented memoryEric Dumazet1-35/+30
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2013-05-12af_unix: use freezable blocking calls in readColin Cross1-1/+2
2013-05-01af_unix: fix a fatal race with bit fieldsEric Dumazet1-6/+6
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+12
2013-04-30unix/stream: fix peeking with an offset larger than data in queueBenjamin Poirier1-13/+12
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-04-07scm: Stop passing struct credEric W. Biederman1-8/+8
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2013-04-05af_unix: If we don't care about credentials coallesce all messagesEric W. Biederman1-1/+1
2013-04-05Revert "af_unix: dont send SCM_CREDENTIAL when dest socket is NULL"Eric W. Biederman1-2/+2
2013-04-02net: fix smatch warnings inside datagram_pollJacob Keller1-1/+1
2013-03-31net: add option to enable error queue packets waking selectKeller, Jacob E1-1/+3
2013-03-26af_unix: dont send SCM_CREDENTIAL when dest socket is NULLdingtianhong1-2/+2
2013-03-25unix: fix a race condition in unix_release()Paul Moore1-4/+3
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin2-9/+4
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-1/+1
2013-01-09unix: Use FIELD_SIZEOF() in af_unix_init().YOSHIFUJI Hideaki / 吉藤英明1-2/+1
2012-11-18net: Don't export sysctls to unprivileged usersEric W. Biederman1-0/+4
2012-10-23sock-diag: Report shutdown for inet and unix sockets (v2)Pavel Emelyanov1-0/+3
2012-09-17af_unix: old_cred is surplusAlan Cox1-4/+1
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-7/+7
2012-08-31af_unix: fix shutdown parameter checkingXi Wang1-4/+8
2012-08-21af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet1-2/+2
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-50/+43
2012-07-29clean unix_bind() up a bitAl Viro1-45/+43
2012-07-29pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_crea...Al Viro1-4/+0
2012-07-29new helper: done_path_create()Al Viro1-5/+4
2012-07-16net: make sock diag per-namespaceAndrey Vagin1-2/+7
2012-06-27unix_diag: Do not use RTA_PUT() macrosThomas Graf1-47/+33
2012-06-26unix_diag: Move away from NLMSG_PUT().David S. Miller1-11/+13
2012-06-09af_unix: remove unix_iter_stateEric Dumazet1-5/+1
2012-06-08af_unix: speedup /proc/net/unixEric Dumazet2-48/+68
2012-04-25net: sock_diag_handler structs can be constShan Wei1-1/+1
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman1-7/+1
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman1-1/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-10/+11
2012-04-03af_unix: reduce high order page allocationsEric Dumazet1-3/+12
2012-03-23poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil1-1/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-22/+17
2012-03-20switch touch_atime to struct pathAl Viro1-2/+2
2012-03-20switch unix_sock to struct pathAl Viro2-21/+16
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso1-4/+6
2012-02-22af_unix: MSG_TRUNC support for dgram socketsEric Dumazet1-1/+1
2012-02-21unix: Support peeking offset for stream socketsPavel Emelyanov1-2/+18
2012-02-21unix: Support peeking offset for datagram and seqpacket socketsPavel Emelyanov1-5/+25
2012-01-30af_unix: fix EPOLLET regression for stream socketsEric Dumazet1-15/+4
2012-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2012-01-07net: Default UDP and UNIX diag to 'n'.David S. Miller1-1/+1
2012-01-03switch ->path_mknod() to umode_tAl Viro1-1/+1
2011-12-30unix_diag: Fixup RQLEN extension reportPavel Emelyanov1-1/+12
2011-12-30af_unix: Move CINQ/COUTQ code to helpersPavel Emelyanov1-23/+36
2011-12-30unix_diag: Add the MEMINFO extensionPavel Emelyanov1-8/+12
2011-12-26unix: If we happen to find peer NULL when diag dumping, write zero.David S. Miller1-2/+1
2011-12-26unix_diag: Fix incoming connections nla lengthPavel Emelyanov1-1/+2
2011-12-20net: unix -- Add missing module.h inclusionCyrill Gorcunov1-0/+1
2011-12-16unix_diag: Write it into kbuildPavel Emelyanov2-0/+10
2011-12-16unix_diag: Receive queue lenght NLAPavel Emelyanov1-0/+13
2011-12-16unix_diag: Pending connections IDs NLAPavel Emelyanov1-0/+39
2011-12-16unix_diag: Unix peer inode NLAPavel Emelyanov1-0/+24
2011-12-16unix_diag: Unix inode info NLAPavel Emelyanov1-0/+21
2011-12-16unix_diag: Unix socket name NLAPavel Emelyanov1-0/+20
2011-12-16unix_diag: Dumping exact socket corePavel Emelyanov1-1/+66
2011-12-16unix_diag: Dumping all sockets corePavel Emelyanov1-1/+75
2011-12-16unix_diag: Basic module skeletonPavel Emelyanov1-0/+57
2011-12-16af_unix: Export stuff required for diag modulePavel Emelyanov1-3/+6
2011-11-26AF_UNIX: Fix poll blocking problem when reading from a stream socketAlexey Moiseytsev1-0/+4
2011-09-28af_unix: dont send SCM_CREDENTIALS by defaultEric Dumazet1-1/+23
2011-09-16Revert "Scm: Remove unnecessary pid & credential references in Unix socket's ...David S. Miller1-29/+16
2011-08-24Scm: Remove unnecessary pid & credential references in Unix socket's send and...Tim Chen1-16/+29
2011-07-20new helpers: kern_path_create/user_path_createAl Viro1-21/+17
2011-05-24net: convert %p usage to %pKDan Rosenberg1-1/+1
2011-05-01af_unix: Only allow recv on connected seqpacket sockets.Eric W. Biederman1-1/+15
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-33/+39
2011-03-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+2
2011-03-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2011-03-15Allow passing O_PATH descriptors via SCM_RIGHTS datagramsAl Viro1-1/+1
2011-03-14af_unix: update locking commentDaniel Baluta1-1/+1
2011-03-14kill path_lookup()Al Viro1-1/+1
2011-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+13
2011-03-07af_unix: remove unused struct sockaddr_un cruftHagen Paul Pfeifer1-2/+0
2011-03-07net: fix multithreaded signal handling in unix recv routinesRainer Weikusat1-4/+13
2011-02-22net: add __rcu annotations to sk_wq and wqEric Dumazet1-1/+1
2011-01-19af_unix: coding style: remove one level of indentation in unix_shutdown()Alban Crequy1-29/+31
2011-01-18af_unix: implement socket filterAlban Crequy1-0/+6
2011-01-05af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks.David S. Miller1-1/+1
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-6/+40
2010-11-29af_unix: limit recursion levelEric Dumazet2-6/+33
2010-11-24af_unix: limit unix_tot_inflightEric Dumazet1-0/+7
2010-11-08af_unix: optimize unix_dgram_poll()Eric Dumazet1-0/+4
2010-11-08af_unix: fix unix_dgram_poll() behavior for EPOLLOUT eventEric Dumazet1-15/+9
2010-11-08af_unix: use keyed wakeupsEric Dumazet1-2/+4
2010-10-26fs: allow for more than 2^31 filesEric Dumazet1-7/+7
2010-10-05AF_UNIX: Implement SO_TIMESTAMP and SO_TIMETAMPNS on Unix socketsAlban Crequy1-0/+5
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+12
2010-09-07UNIX: Do not loop forever at unix_autobind().Tetsuo Handa1-3/+12
2010-09-06net: poll() optimizationsEric Dumazet1-3/+2
2010-07-20drop_monitor: convert some kfree_skb call sites to consume_skbNeil Horman1-1/+1
2010-06-16af_unix: Allow connecting to sockets in other network namespaces.Eric W. Biederman1-5/+2
2010-06-16af_unix: Allow credentials to work across user and pid namespaces.Eric W. Biederman1-22/+31
2010-06-16af_unix: Allow SO_PEERCRED to work across namespaces.Eric W. Biederman1-9/+28
2010-05-03unix/garbage: kill copy of the skb queue walkerIlpo Järvinen1-11/+2
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet1-9/+8
2010-04-20net: sk_sleep() helperEric Dumazet1-5/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2-1/+1
2010-02-18AF_UNIX: update locking commentStephen Hemminger1-1/+1
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan2-3/+3
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-7/+8
2009-11-29net: Move && and || to end of previous lineJoe Perches1-4/+4
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-4/+3
2009-11-10net: netlink_getname, packet_getname -- use DECLARE_SOCKADDR guardCyrill Gorcunov1-1/+1
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+2
2009-10-18AF_UNIX: Fix deadlock on connecting to shutdown socketTomoki Sekiyama1-0/+2
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-09-11net: unix: fix sending fds in multiple buffersMiklos Szeredi1-1/+4
2009-07-09net: adding memory barrier to the poll and receive callbacksJiri Olsa1-4/+4
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet1-1/+1
2009-03-31New helper - current_umask()Al Viro1-1/+1
2009-02-26unix: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2008-12-31introduce new LSM hooks where vfsmount is available.Kentaro Takeda1-0/+4
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds3-108/+107
2008-12-04Merge branch 'master' into nextJames Morris2-3/+12
2008-12-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-3/+12
2008-11-26net: Fix soft lockups/OOM issues w/ unix garbage collectordann frazier2-3/+12
2008-11-25net: Use a percpu_counter for sockets_allocatedEric Dumazet1-1/+0
2008-11-24net: Make sure BHs are disabled in sock_prot_inuse_add()Eric Dumazet1-2/+4
2008-11-23net: Make sure BHs are disabled in sock_prot_inuse_add()David S. Miller1-0/+2
2008-11-19net: af_unix should use KERN_INFO instead of KERN_DEBUGEric Dumazet1-1/+1
2008-11-19include/net net/ - csum_partial - remove unnecessary castsJoe Perches1-2/+2
2008-11-17net: af_unix should update its inuse counterEric Dumazet1-0/+4
2008-11-17net: af_unix can make unix_nr_socks visbile in /procEric Dumazet1-3/+4
2008-11-16net: Cleanup of af_unixEric Dumazet1-62/+55
2008-11-14Merge branch 'master' into nextJames Morris2-19/+61
2008-11-14CRED: Wrap task credential accesses in the UNIX socket protocolDavid Howells1-6/+5
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-19/+61
2008-11-09net: unix: fix inflight counting bug in garbage collectorMiklos Szeredi2-19/+61
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2008-11-03net: '&' reduxAlexey Dobriyan1-1/+1
2008-11-01af_unix: clean up net/unix/af_unix.c garbage.c sysctl_net_unix.cJianjun Kong3-44/+42
2008-11-01af_unix: netns: fix problem of return valueJianjun Kong1-1/+1
2008-10-23[PATCH] assorted path_lookup() -> kern_path() conversionsAl Viro1-8/+10
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox1-1/+1
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-10/+10
2008-07-26[PATCH] f_count may wrap aroundAl Viro2-10/+10
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-4/+4
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-28/+24
2008-06-27af_unix: fix 'poll for write'/connected DGRAM socketsRainer Weikusat1-28/+24
2008-06-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-9/+70
2008-06-17af_unix: fix 'poll for write'/ connected DGRAM socketsRainer Weikusat1-9/+70
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+5
2008-04-24[AF_UNIX] Initialise UNIX sockets before general device initcallsDavid Woodhouse1-1/+5
2008-04-19[PATCH] r/o bind mounts: get callers of vfs_mknod/create/mkdir()Dave Hansen1-0/+4
2008-04-12[AF_UNIX]: Use SEQ_START_TOKENJoe Perches1-3/+3
2008-03-26[NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.YOSHIFUJI Hideaki1-2/+2
2008-03-26[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-5/+5
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-10/+10
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-02-14Introduce path_put()Jan Blunck1-3/+3
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-10/+10
2008-01-28[NET]: Add some acquires/releases sparse annotations.Eric Dumazet1-0/+2
2008-01-28[NETNS]: struct net content re-work (v3)Denis V. Lunev2-8/+8
2008-01-28[UNIX]: Make the unix sysctl tables per-namespacePavel Emelyanov2-8/+28
2008-01-28[UNIX]: Use ctl paths to register unix ctl tablesPavel Emelyanov1-19/+5
2008-01-28[UNIX]: Move the sysctl_unix_max_dgram_qlenPavel Emelyanov2-4/+4
2008-01-28[UNIX]: Extend unix_sysctl_(un)register prototypesPavel Emelyanov2-4/+5
2008-01-28[NET]: Name magic constants in sock_wake_async()Pavel Emelyanov1-4/+4
2008-01-28[UNIX] Move the unix sock iterators in to proper placePavel Emelyanov1-26/+23
2008-01-28[NET]: Consolidate net namespace related proc files creation.Denis V. Lunev1-25/+6
2008-01-28[NET]: Make AF_UNIX per network namespace safe [v2]Denis V. Lunev1-26/+92
2007-11-29[UNIX]: EOF on non-blocking SOCK_SEQPACKETFlorian Zumbiehl1-1/+8