aboutsummaryrefslogtreecommitdiffstats
path: root/net/phonet/socket.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-3/+6
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+3
2018-05-26net/phonet: convert to ->poll_maskChristoph Hellwig1-5/+2
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig1-1/+1
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-28/+2
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-3/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-5/+5
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+0
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-2/+0
2017-11-27net: annotate ->poll() instancesAl Viro1-2/+2
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-2/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+2
2016-02-11sock: struct proto hash function may errorCraig Gallek1-2/+4
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-3/+3
2013-11-15seq_file: remove "%n" usage from seq_file usersTetsuo Handa1-13/+11
2013-08-15net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-6/+3
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman1-2/+4
2012-06-17net: remove my future former mail addressRémi Denis-Courmont1-2/+2
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-6/+6
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-1/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-3/+3
2011-05-24net: convert %p usage to %pKDan Rosenberg1-1/+1
2011-04-14Phonet: convert bound sockets hash list to RCURémi Denis-Courmont1-24/+21
2011-03-09Phonet: support active connection without pipe controller on modemRémi Denis-Courmont1-62/+40
2011-03-09Phonet: allocate sock from accept syscall rather than soft IRQRémi Denis-Courmont1-6/+4
2011-02-25Phonet: implement per-socket destination/peer addressRémi Denis-Courmont1-2/+2
2011-02-25Phonet: allow multiple listen() and fix small race conditionRémi Denis-Courmont1-5/+5
2010-10-13Phonet: 'connect' socket implementation for Pipe controllerKumar Sanghvi1-0/+99
2010-09-15phonet: Fix build warning.David S. Miller1-1/+2
2010-09-15Phonet: list subscribed resources via proc_fsRémi Denis-Courmont1-0/+96
2010-09-15Phonet: hook resource routing to userspace via ioctl()'sRémi Denis-Courmont1-0/+1
2010-09-15Phonet: resource routing backendRémi Denis-Courmont1-0/+88
2010-08-31Phonet: do not set POLLOUT in case of send buffer overflowRémi Denis-Courmont1-1/+3
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-29net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-11-10Phonet: put sockets in a hash tableRémi Denis-Courmont1-25/+54
2009-10-15Phonet: hold socket before giving it to sk_deliver_skb()Rémi Denis-Courmont1-1/+3
2009-10-14Phonet: deliver broadcast packets to broadcast socketsRémi Denis-Courmont1-0/+21
2009-09-30Phonet: fix mutex imbalanceRémi Denis-Courmont1-1/+0
2009-09-24Phonet: fix race for port number in concurrent bind()Rémi Denis-Courmont1-8/+8
2009-08-17phonet: fix build when PROC_FS is disabledRandy Dunlap1-0/+2
2009-08-12Phonet: fix /proc/net/phonet with network namespacesRémi Denis-Courmont1-2/+3
2009-07-23Phonet: sockets list through proc_fsRémi Denis-Courmont1-0/+96
2008-12-17Phonet: use atomic for packet TX windowRémi Denis-Courmont1-1/+1
2008-12-03Phonet: basic net namespace supportRémi Denis-Courmont1-4/+7