Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)Author
2013-08-31tipc: set sk_err correctly when connection failsErik Hugne
2013-08-12tipc: avoid possible deadlock while enable and disable bearerdingtianhong
2013-08-02tipc: fix oops when creating server socket failsYing Xue
2013-07-12net/tipc: use %*phC to dump small buffers in hex formAndy Shevchenko
2013-06-18tipc: remove dev_base_lock use from enable_bearerYing Xue
2013-06-18tipc: fix wrong return value for link_send_sections_long routineYing Xue
2013-06-18tipc: make tipc_link_send_sections_fast exit earlierYing Xue
2013-06-18tipc: enhance priority of link protocol packetYing Xue
2013-06-18tipc: cosmetic realignment of function argumentsPaul Gortmaker
2013-06-18tipc: save sock structure pointer instead of void pointer to tipc_portYing Xue
2013-06-18tipc: convert config_lock from spinlock to mutexYing Xue
2013-06-18tipc: rename tipc_createport_raw to tipc_createportYing Xue
2013-06-18tipc: remove user_port instance from tipc_port structureYing Xue
2013-06-18tipc: delete code orphaned by new server infrastructureYing Xue
2013-06-18tipc: convert configuration server to use new server facilityYing Xue
2013-06-18tipc: convert topology server to use new server facilityYing Xue
2013-06-18tipc: introduce new TIPC server infrastructureYing Xue
2013-06-18tipc: allow implicit connect for stream socketsErik Hugne
2013-06-18tipc: change socket buffer overflow control to respect sk_rcvbufYing Xue
2013-05-29net: pass info struct via netdevice notifierJiri Pirko
2013-05-07tipc: potential divide by zero in tipc_link_recv_fragment()Dan Carpenter
2013-05-07tipc: add a bounds check in link_recv_changeover_msg()Dan Carpenter
2013-05-04tipc: pskb_copy() buffers when sending on more than one bearerGerlando Falauto
2013-05-04tipc: tipc_bcbearer_send(): simplify bearer selectionGerlando Falauto
2013-05-04tipc: 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-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-08tipc: 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-28hlist: drop the node parameter from iteratorsSasha Levin
2013-02-22Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller
2013-02-16tipc: remove redundant checking for the number of iovecs in a send requestYing Xue
2013-02-16tipc: byte-based overload control on socket receive queueYing Xue
2013-02-16tipc: eliminate duplicated discard_rx_queue routineYing Xue
2013-02-16tipc: fix missing spinlock init in broadcast codeErik Hugne
2013-01-11net/tipc: remove depends on CONFIG_EXPERIMENTALKees Cook
2012-12-08tipc: refactor accept() code for improved readabilityPaul Gortmaker
2012-12-08tipc: add lock nesting notation to quiet lockdep warningYing Xue
2012-12-08tipc: eliminate connection setup for implied connect in recv_msg()Ying Xue
2012-12-08tipc: introduce non-blocking socket connectYing Xue
2012-12-08tipc: consolidate connection-oriented message reception in one functionYing Xue
2012-12-08tipc: standardize across connect/disconnect function namingPaul Gortmaker
2012-12-08tipc: change sk_receive_queue upper limitJon Maloy
2012-12-07tipc: eliminate aggregate sk_receive_queue limitYing Xue
2012-12-07tipc: remove obsolete flush of stale reassembly bufferErik Hugne
2012-11-22tipc: delete TIPC_ADVANCED Kconfig variablePaul Gortmaker