aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
Commit message (Expand)AuthorAge
* tipc: add ioctl to fetch link namesErik Hugne2014-04-26
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-11
* tipc: Let tipc_release() return 0Geert Uytterhoeven2014-04-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-14
|\
| * tipc: avoid to unnecessary process switch under non-block modeYing Xue2014-03-06
* | tipc: eliminate redundant lookups in registryJon Paul Maloy2014-03-12
* | tipc: align usage of variable names and macros in socketJon Paul Maloy2014-03-12
* | tipc: eliminate redundant lockingJon Paul Maloy2014-03-12
* | tipc: eliminate upcall function pointers between port and socketJon Paul Maloy2014-03-12
* | tipc: aggregate port structure into socket structureJon Paul Maloy2014-03-12
* | tipc: remove redundant 'peer_name' field in struct tipc_sockJon Paul Maloy2014-03-12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-05
|\|
| * tipc: remove all enabled flags from all tipc componentsYing Xue2014-02-22
* | tipc: align tipc function names with common naming practice in the networkYing Xue2014-02-18
|/
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-19
* tipc: standardize recvmsg routineYing Xue2014-01-16
* tipc: standardize sendmsg routine of connected socketYing Xue2014-01-16
* tipc: standardize sendmsg routine of connectionless socketYing Xue2014-01-16
* tipc: standardize accept routineYing Xue2014-01-16
* tipc: standardize connect routineYing Xue2014-01-16
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-06
|\
| * tipc: fix deadlock during socket releaseYing Xue2013-12-29
* | tipc: make the code look more readablewangweidong2014-01-02
* | tipc: change lock_sock order in connect()wangweidong2013-12-16
* | tipc: kill unnecessary goto'swangweidong2013-12-16
* | tipc: remove unnecessary variables and conditionswangweidong2013-12-16
|/
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-20
* tipc: silence sparse warningsYing Xue2013-10-18
* tipc: remove iovec length parameter from all sending functionsYing Xue2013-10-18
* tipc: set sk_err correctly when connection failsErik Hugne2013-08-30
* tipc: cosmetic realignment of function argumentsPaul Gortmaker2013-06-17
* tipc: save sock structure pointer instead of void pointer to tipc_portYing Xue2013-06-17
* tipc: rename tipc_createport_raw to tipc_createportYing Xue2013-06-17
* tipc: convert configuration server to use new server facilityYing Xue2013-06-17
* tipc: convert topology server to use new server facilityYing Xue2013-06-17
* tipc: introduce new TIPC server infrastructureYing Xue2013-06-17
* tipc: allow implicit connect for stream socketsErik Hugne2013-06-17
* tipc: change socket buffer overflow control to respect sk_rcvbufYing Xue2013-06-17
* tipc: fix info leaks via msg_name in recv_msg/recv_streamMathias Krause2013-04-07
* tipc: remove redundant checking for the number of iovecs in a send requestYing Xue2013-02-15
* tipc: byte-based overload control on socket receive queueYing Xue2013-02-15
* tipc: eliminate duplicated discard_rx_queue routineYing Xue2013-02-15
* tipc: refactor accept() code for improved readabilityPaul Gortmaker2012-12-07
* tipc: add lock nesting notation to quiet lockdep warningYing Xue2012-12-07
* tipc: eliminate connection setup for implied connect in recv_msg()Ying Xue2012-12-07
* tipc: introduce non-blocking socket connectYing Xue2012-12-07
* tipc: consolidate connection-oriented message reception in one functionYing Xue2012-12-07
* tipc: standardize across connect/disconnect function namingPaul Gortmaker2012-12-07
* tipc: change sk_receive_queue upper limitJon Maloy2012-12-07
* tipc: eliminate aggregate sk_receive_queue limitYing Xue2012-12-07