Commit Graph

156 Commits (c3b92c8787367a8bb53d57d9789b558f1295cc96)

Author SHA1 Message Date
Al Viro dae6ad8f37 new helpers: kern_path_create/user_path_create 14 years ago
Dan Rosenberg 71338aa7d0 net: convert %p usage to %pK 14 years ago
Eric W. Biederman a05d2ad1c1 af_unix: Only allow recv on connected seqpacket sockets. 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Al Viro 326be7b484 Allow passing O_PATH descriptors via SCM_RIGHTS datagrams 14 years ago
Daniel Baluta e5537bfc98 af_unix: update locking comment 14 years ago
Al Viro c9c6cac0c2 kill path_lookup() 14 years ago
Hagen Paul Pfeifer 6118e35a71 af_unix: remove unused struct sockaddr_un cruft 14 years ago
Rainer Weikusat b3ca9b02b0 net: fix multithreaded signal handling in unix recv routines 14 years ago
Eric Dumazet eaefd1105b net: add __rcu annotations to sk_wq and wq 14 years ago
Alban Crequy 7180a03118 af_unix: coding style: remove one level of indentation in unix_shutdown() 14 years ago
Alban Crequy d6ae3bae3d af_unix: implement socket filter 14 years ago
David S. Miller 3610cda53f af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks. 14 years ago
Eric Dumazet 25888e3031 af_unix: limit recursion level 14 years ago
Eric Dumazet 9915672d41 af_unix: limit unix_tot_inflight 14 years ago
Eric Dumazet 973a34aa85 af_unix: optimize unix_dgram_poll() 14 years ago
Eric Dumazet 5456f09aaf af_unix: fix unix_dgram_poll() behavior for EPOLLOUT event 14 years ago
Eric Dumazet 67426b756c af_unix: use keyed wakeups 14 years ago
Eric Dumazet 518de9b39e fs: allow for more than 2^31 files 15 years ago
Eric Dumazet 7e360c38ab fs: allow for more than 2^31 files 15 years ago
Alban Crequy 3f66116e89 AF_UNIX: Implement SO_TIMESTAMP and SO_TIMETAMPNS on Unix sockets 15 years ago
Tetsuo Handa 8df73ff90f UNIX: Do not loop forever at unix_autobind(). 15 years ago
Eric Dumazet db40980fcd net: poll() optimizations 15 years ago
Neil Horman 70d4bf6d46 drop_monitor: convert some kfree_skb call sites to consume_skb 15 years ago
Eric W. Biederman 6616f7888c af_unix: Allow connecting to sockets in other network namespaces. 15 years ago
Eric W. Biederman 7361c36c52 af_unix: Allow credentials to work across user and pid namespaces. 15 years ago
Eric W. Biederman 109f6e39fa af_unix: Allow SO_PEERCRED to work across namespaces. 15 years ago
Ilpo Järvinen a2f3be17c0 unix/garbage: kill copy of the skb queue walker 15 years ago
Eric Dumazet 4381548237 net: sock_def_readable() and friends RCU conversion 15 years ago
Eric Dumazet aa39514516 net: sk_sleep() helper 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Stephen Hemminger 663717f65c AF_UNIX: update locking comment 15 years ago
Alexey Dobriyan 2c8c1e7297 net: spread __net_init, __net_exit 15 years ago
Joe Perches f64f9e7192 net: Move && and || to end of previous line 15 years ago
Eric W. Biederman f8572d8f2a sysctl net: Remove unused binary sysctl code 15 years ago
Cyrill Gorcunov 13cfa97bef net: netlink_getname, packet_getname -- use DECLARE_SOCKADDR guard 15 years ago
Eric Paris 3f378b6844 net: pass kern to net_proto_family create function 15 years ago
Tomoki Sekiyama 77238f2b94 AF_UNIX: Fix deadlock on connecting to shutdown socket 16 years ago
Stephen Hemminger ec1b4cf74c net: mark net_proto_ops as const 16 years ago
Miklos Szeredi 8ba69ba6a3 net: unix: fix sending fds in multiple buffers 16 years ago
Jiri Olsa a57de0b433 net: adding memory barrier to the poll and receive callbacks 16 years ago
Eric Dumazet 31e6d363ab net: correct off-by-one write allocations reports 16 years ago
Al Viro ce3b0f8d5c New helper - current_umask() 16 years ago
Wei Yongjun 40d44446cf unix: remove some pointless conditionals before kfree_skb() 16 years ago
Kentaro Takeda be6d3e56a6 introduce new LSM hooks where vfsmount is available. 16 years ago
dann frazier 5f23b73496 net: Fix soft lockups/OOM issues w/ unix garbage collector 16 years ago
Eric Dumazet 1748376b66 net: Use a percpu_counter for sockets_allocated 16 years ago
Eric Dumazet 920de804bc net: Make sure BHs are disabled in sock_prot_inuse_add() 16 years ago
David S. Miller 6f756a8c36 net: Make sure BHs are disabled in sock_prot_inuse_add() 16 years ago
Eric Dumazet 6b41e7dd90 net: af_unix should use KERN_INFO instead of KERN_DEBUG 16 years ago