summaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2014-08-26tipc: don't use memcpy to copy from user spaceYing Xue1-13/+9
2014-07-29tipc: clear 'next'-pointer of message fragments before reassemblyJon Paul Maloy1-0/+1
2014-06-27tipc: fix memory leak of publicationsYing Xue1-1/+1
2014-06-23net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-1/+1
2014-04-18tipc: fix spinlock recursion bug for failed subscriptionsErik Hugne1-14/+15
2014-04-18tipc: don't log disabled tasklet handler errorsErik Hugne1-1/+0
2014-04-18tipc: fix memory leak during module removalErik Hugne1-3/+34
2014-04-18tipc: drop subscriber connection id invalidationErik Hugne1-11/+0
2014-04-18tipc: fix connection refcount leakYing Xue1-2/+4
2014-04-18tipc: allow connection shutdown callback to be invoked in advanceYing Xue3-18/+7
2013-12-08net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-6/+0
2013-08-31tipc: set sk_err correctly when connection failsErik Hugne1-2/+2
2013-08-12tipc: avoid possible deadlock while enable and disable bearerdingtianhong1-2/+7
2013-08-02tipc: fix oops when creating server socket failsYing Xue1-3/+12
2013-07-12net/tipc: use %*phC to dump small buffers in hex formAndy Shevchenko1-7/+1
2013-06-18tipc: remove dev_base_lock use from enable_bearerYing Xue2-22/+4
2013-06-18tipc: fix wrong return value for link_send_sections_long routineYing Xue1-2/+6
2013-06-18tipc: make tipc_link_send_sections_fast exit earlierYing Xue1-4/+3
2013-06-18tipc: enhance priority of link protocol packetYing Xue1-0/+3
2013-06-18tipc: cosmetic realignment of function argumentsPaul Gortmaker15-66/+54
2013-06-18tipc: save sock structure pointer instead of void pointer to tipc_portYing Xue3-7/+7
2013-06-18tipc: convert config_lock from spinlock to mutexYing Xue1-14/+3
2013-06-18tipc: rename tipc_createport_raw to tipc_createportYing Xue3-5/+5
2013-06-18tipc: remove user_port instance from tipc_port structureYing Xue5-42/+17
2013-06-18tipc: delete code orphaned by new server infrastructureYing Xue3-385/+3
2013-06-18tipc: convert configuration server to use new server facilityYing Xue3-60/+49
2013-06-18tipc: convert topology server to use new server facilityYing Xue4-247/+104
2013-06-18tipc: introduce new TIPC server infrastructureYing Xue5-10/+789
2013-06-18tipc: allow implicit connect for stream socketsErik Hugne1-4/+2
2013-06-18tipc: change socket buffer overflow control to respect sk_rcvbufYing Xue6-11/+96
2013-05-29net: pass info struct via netdevice notifierJiri Pirko2-4/+4
2013-05-07tipc: potential divide by zero in tipc_link_recv_fragment()Dan Carpenter1-2/+4
2013-05-07tipc: add a bounds check in link_recv_changeover_msg()Dan Carpenter1-1/+4
2013-05-04tipc: pskb_copy() buffers when sending on more than one bearerGerlando Falauto1-1/+12
2013-05-04tipc: tipc_bcbearer_send(): simplify bearer selectionGerlando Falauto1-9/+9
2013-05-04tipc: cosmetic: clean up comments and break a long lineGerlando Falauto1-6/+7
2013-04-17tipc: add InfiniBand media typePatrick McHardy6-3/+416
2013-04-17tipc: set skb->protocol in eth_media packet transmissionPatrick McHardy1-0/+1
2013-04-17tipc: move bcast_addr from struct tipc_media to struct tipc_bearerPatrick McHardy5-16/+18
2013-04-17tipc: remove unused str2addr media callbackPatrick McHardy2-22/+0
2013-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2013-04-08tipc: fix info leaks via msg_name in recv_msg/recv_streamMathias Krause1-0/+7
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo1-3/+3
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin2-7/+4
2013-02-22Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2013-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller1-0/+1
2013-02-16tipc: remove redundant checking for the number of iovecs in a send requestYing Xue1-6/+3
2013-02-16tipc: byte-based overload control on socket receive queueYing Xue1-38/+39
2013-02-16tipc: eliminate duplicated discard_rx_queue routineYing Xue1-15/+2
2013-02-16tipc: fix missing spinlock init in broadcast codeErik Hugne1-0/+1