summaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)Author
2014-08-26tipc: don't use memcpy to copy from user spaceYing Xue
2014-07-29tipc: clear 'next'-pointer of message fragments before reassemblyJon Paul Maloy
2014-06-27tipc: fix memory leak of publicationsYing Xue
2014-06-23net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-04-18tipc: fix spinlock recursion bug for failed subscriptionsErik Hugne
2014-04-18tipc: don't log disabled tasklet handler errorsErik Hugne
2014-04-18tipc: fix memory leak during module removalErik Hugne
2014-04-18tipc: drop subscriber connection id invalidationErik Hugne
2014-04-18tipc: fix connection refcount leakYing Xue
2014-04-18tipc: allow connection shutdown callback to be invoked in advanceYing Xue
2013-12-08net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-08-30tipc: set sk_err correctly when connection failsErik Hugne
2013-08-11tipc: avoid possible deadlock while enable and disable bearerdingtianhong
2013-08-01tipc: fix oops when creating server socket failsYing Xue
2013-07-11net/tipc: use %*phC to dump small buffers in hex formAndy Shevchenko
2013-06-17tipc: remove dev_base_lock use from enable_bearerYing Xue
2013-06-17tipc: fix wrong return value for link_send_sections_long routineYing Xue
2013-06-17tipc: make tipc_link_send_sections_fast exit earlierYing Xue
2013-06-17tipc: enhance priority of link protocol packetYing Xue
2013-06-17tipc: cosmetic realignment of function argumentsPaul Gortmaker
2013-06-17tipc: save sock structure pointer instead of void pointer to tipc_portYing Xue
2013-06-17tipc: convert config_lock from spinlock to mutexYing Xue
2013-06-17tipc: rename tipc_createport_raw to tipc_createportYing Xue
2013-06-17tipc: remove user_port instance from tipc_port structureYing Xue
2013-06-17tipc: delete code orphaned by new server infrastructureYing Xue
2013-06-17tipc: convert configuration server to use new server facilityYing Xue
2013-06-17tipc: convert topology server to use new server facilityYing Xue
2013-06-17tipc: introduce new TIPC server infrastructureYing Xue
2013-06-17tipc: allow implicit connect for stream socketsErik Hugne
2013-06-17tipc: change socket buffer overflow control to respect sk_rcvbufYing Xue
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-05-06tipc: potential divide by zero in tipc_link_recv_fragment()Dan Carpenter
2013-05-06tipc: add a bounds check in link_recv_changeover_msg()Dan Carpenter
2013-05-03tipc: pskb_copy() buffers when sending on more than one bearerGerlando Falauto
2013-05-03tipc: tipc_bcbearer_send(): simplify bearer selectionGerlando Falauto
2013-05-03tipc: cosmetic: clean up comments and break a long lineGerlando Falauto
2013-04-17tipc: add InfiniBand media typePatrick McHardy
2013-04-17tipc: set skb->protocol in eth_media packet transmissionPatrick McHardy
2013-04-17tipc: move bcast_addr from struct tipc_media to struct tipc_bearerPatrick McHardy
2013-04-17tipc: remove unused str2addr media callbackPatrick McHardy
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-07tipc: fix info leaks via msg_name in recv_msg/recv_streamMathias Krause
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller
2013-02-15tipc: remove redundant checking for the number of iovecs in a send requestYing Xue
2013-02-15tipc: byte-based overload control on socket receive queueYing Xue
2013-02-15tipc: eliminate duplicated discard_rx_queue routineYing Xue
2013-02-15tipc: fix missing spinlock init in broadcast codeErik Hugne