aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-23tipc: fix random link reset problemErik Hugne1-1/+2
2015-03-24rhashtable: Disable automatic shrinking by defaultThomas Graf1-0/+1
2015-03-24tipc: validate length of sockaddr in connect() for dgram/rdmSasha Levin1-0/+2
2015-03-23tipc: Use default rhashtable hashfnHerbert Xu1-2/+0
2015-03-20tipc: Use inlined rhashtable interfaceHerbert Xu1-14/+18
2015-03-19tipc: add support for connect() on dgram/rdm socketsErik Hugne1-14/+24
2015-03-19tipc: remove redundant call to tipc_node_remove_connErik Hugne1-1/+0
2015-03-18tipc: Use rhashtable max/min_size instead of max/min_shiftHerbert Xu1-2/+2
2015-03-17tipc: fix netns refcnt leakYing Xue1-82/+1
2015-03-09tipc: fix inconsistent signal handling regressionErik Hugne1-6/+6
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-15/+8
2015-03-02tipc: Don't use iocb argument in socket layerYing Xue1-38/+44
2015-02-27rhashtable: remove indirection for grow/shrink decision functionsDaniel Borkmann1-2/+0
2015-02-09tipc: nl compat add noop and remove legacy nl frameworkRichard Alpe1-1/+0
2015-02-09tipc: convert legacy nl socket dump to nl compatRichard Alpe1-85/+0
2015-02-09tipc: move and rename the legacy nl api to "nl compat"Richard Alpe1-2/+2
2015-02-08tipc: fix bug in socket reception functionJon Paul Maloy1-3/+2
2015-02-05tipc: eliminate race condition at multicast receptionJon Paul Maloy1-28/+44
2015-02-05tipc: simplify socket multicast receptionJon Paul Maloy1-27/+21
2015-02-05tipc: resolve race problem at unicast message receptionJon Paul Maloy1-47/+85
2015-02-05tipc: use existing sk_write_queue for outgoing packet chainJon Paul Maloy1-18/+13
2015-02-05tipc: split up function tipc_msg_eval()Jon Paul Maloy1-18/+22
2015-02-05tipc: enqueue arrived buffers in socket in separate functionJon Paul Maloy1-15/+31
2015-02-05tipc: simplify message forwarding and rejection in socket layerJon Paul Maloy1-62/+58
2015-02-05tipc: reduce usage of context info in socket and linkJon Paul Maloy1-31/+36
2015-02-04tipc: tipc ->sendmsg() conversionAl Viro1-2/+12
2015-01-18tipc: fix socket list regression in new nl apiRichard Alpe1-12/+18
2015-01-13tipc: correctly handle releasing a not fully initialized sockSasha Levin1-2/+5
2015-01-13tipc: remove redundant timer defined in tipc_sock structYing Xue1-9/+7
2015-01-12tipc: make subscriber server support net namespaceYing Xue1-2/+2
2015-01-12tipc: make tipc node address support net namespaceYing Xue1-35/+51
2015-01-12tipc: name tipc name table support net namespaceYing Xue1-7/+4
2015-01-12tipc: make tipc socket support net namespaceYing Xue1-19/+29
2015-01-12tipc: make tipc node table aware of net namespaceYing Xue1-29/+43
2015-01-12tipc: feed tipc sock pointer to tipc_sk_timeout routineYing Xue1-17/+16
2015-01-12tipc: remove unnecessary wrapper functions of kernel timer APIsYing Xue1-9/+8
2015-01-08tipc: convert tipc reference table to use generic rhashtableYing Xue1-309/+171
2014-12-09tipc: drop tx side permission checksErik Hugne1-37/+1
2014-11-26tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue1-61/+66
2014-11-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller1-7/+6
2014-11-24tipc: fix sparse warnings in new nl apiRichard Alpe1-7/+9
2014-11-24tipc_msg_build(): pass msghdr instead of its ->msg_iovAl Viro1-4/+3
2014-11-24tipc_sendmsg(): pass msghdr instead of its ->msg_iovAl Viro1-4/+4
2014-11-21tipc: add publication dump to new netlink apiRichard Alpe1-0/+135
2014-11-21tipc: add sock dump to new netlink apiRichard Alpe1-0/+101
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-4/+3
2014-10-30tipc: spelling errorsstephen hemminger1-1/+1
2014-10-21tipc: fix lockdep warning when intra-node messages are deliveredYing Xue1-2/+2
2014-10-21tipc: fix a potential deadlockYing Xue1-1/+1