summaryrefslogtreecommitdiffstats
path: root/net/tipc
AgeCommit message (Expand)AuthorLines
2014-01-07tipc: correctly unlink packets from deferred packet queueErik Hugne-0/+1
2013-12-29tipc: fix deadlock during socket releaseYing Xue-48/+49
2013-12-10tipc: protect handler_enabled variable with qitem_lock spin lockYing Xue-3/+8
2013-12-10tipc: correct the order of stopping services at rmmodJon Paul Maloy-3/+4
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa-6/+0
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg-5/+6
2013-11-15tipc: fix dereference before check warningErik Hugne-1/+2
2013-11-07tipc: reassembly failures should cause link resetErik Hugne-1/+1
2013-11-07tipc: message reassembly using fragment chainErik Hugne-142/+74
2013-11-07tipc: don't reroute message fragmentsErik Hugne-3/+6
2013-10-30tipc: remove two indentation levels in tipc_recv_msg routineYing Xue-89/+84
2013-10-19net: misc: Remove extern from function prototypesJoe Perches-14/+14
2013-10-18tipc: simplify the link lookup routineErik Hugne-97/+13
2013-10-18tipc: correct return value of link_cmd_set_value routineYing Xue-9/+19
2013-10-18tipc: correct return value of recv_msg routineYing Xue-6/+6
2013-10-18tipc: avoid unnecessary lookup for tipc bearer instanceYing Xue-18/+10
2013-10-18tipc: make bearer and media naming consistentYing Xue-57/+57
2013-10-18tipc: silence sparse warningsYing Xue-5/+5
2013-10-18tipc: remove iovec length parameter from all sending functionsYing Xue-78/+49
2013-10-18tipc: don't use memcpy to copy from user spaceYing Xue-13/+9
2013-08-30tipc: set sk_err correctly when connection failsErik Hugne-2/+2
2013-08-11tipc: avoid possible deadlock while enable and disable bearerdingtianhong-2/+7
2013-08-01tipc: fix oops when creating server socket failsYing Xue-3/+12
2013-07-11net/tipc: use %*phC to dump small buffers in hex formAndy Shevchenko-7/+1
2013-06-17tipc: remove dev_base_lock use from enable_bearerYing Xue-22/+4
2013-06-17tipc: fix wrong return value for link_send_sections_long routineYing Xue-2/+6
2013-06-17tipc: make tipc_link_send_sections_fast exit earlierYing Xue-4/+3
2013-06-17tipc: enhance priority of link protocol packetYing Xue-0/+3
2013-06-17tipc: cosmetic realignment of function argumentsPaul Gortmaker-66/+54
2013-06-17tipc: save sock structure pointer instead of void pointer to tipc_portYing Xue-7/+7
2013-06-17tipc: convert config_lock from spinlock to mutexYing Xue-14/+3
2013-06-17tipc: rename tipc_createport_raw to tipc_createportYing Xue-5/+5
2013-06-17tipc: remove user_port instance from tipc_port structureYing Xue-42/+17
2013-06-17tipc: delete code orphaned by new server infrastructureYing Xue-385/+3
2013-06-17tipc: convert configuration server to use new server facilityYing Xue-60/+49
2013-06-17tipc: convert topology server to use new server facilityYing Xue-247/+104
2013-06-17tipc: introduce new TIPC server infrastructureYing Xue-10/+789
2013-06-17tipc: allow implicit connect for stream socketsErik Hugne-4/+2
2013-06-17tipc: change socket buffer overflow control to respect sk_rcvbufYing Xue-11/+96
2013-05-28net: pass info struct via netdevice notifierJiri Pirko-4/+4
2013-05-06tipc: potential divide by zero in tipc_link_recv_fragment()Dan Carpenter-2/+4
2013-05-06tipc: add a bounds check in link_recv_changeover_msg()Dan Carpenter-1/+4
2013-05-03tipc: pskb_copy() buffers when sending on more than one bearerGerlando Falauto-1/+12
2013-05-03tipc: tipc_bcbearer_send(): simplify bearer selectionGerlando Falauto-9/+9
2013-05-03tipc: cosmetic: clean up comments and break a long lineGerlando Falauto-6/+7
2013-04-17tipc: add InfiniBand media typePatrick McHardy-3/+416
2013-04-17tipc: set skb->protocol in eth_media packet transmissionPatrick McHardy-0/+1
2013-04-17tipc: move bcast_addr from struct tipc_media to struct tipc_bearerPatrick McHardy-16/+18
2013-04-17tipc: remove unused str2addr media callbackPatrick McHardy-22/+0
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+7