aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
Commit message (Expand)AuthorAge
* 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
* tipc: wake up all waiting threads at socket shutdownYing Xue2012-11-21
* tipc: return POLLOUT for sockets in an unconnected stateErik Hugne2012-11-21
* tipc: fix race/inefficiencies in poll/wait behaviourYing Xue2012-11-21
* tipc: prevent dropped connections due to rcvbuf overflowErik Hugne2012-10-04
* tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne2012-07-13
* net: Fix non-kernel-doc comments with kernel-doc start markerBen Hutchings2012-07-11
* net: Remove casts to same typeJoe Perches2012-06-04
* tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-30
* tipc: Reject payload messages with invalid message typeAllan Stephens2012-04-27
* net: add a limit parameter to sk_add_backlog()Eric Dumazet2012-04-23
* tipc: Ensure network address change doesn't impact local connectionsAllan Stephens2012-04-19
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-15
* tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens2012-02-24
* tipc: Simplify enforcement of reserved name type prohibitionAllan Stephens2012-02-24