aboutsummaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2013-08-30tipc: set sk_err correctly when connection failsGravatar Erik Hugne 1-2/+2
2013-08-11tipc: avoid possible deadlock while enable and disable bearerGravatar dingtianhong 1-2/+7
2013-08-01tipc: fix oops when creating server socket failsGravatar Ying Xue 1-3/+12
2013-07-11net/tipc: use %*phC to dump small buffers in hex formGravatar Andy Shevchenko 1-7/+1
2013-06-17tipc: remove dev_base_lock use from enable_bearerGravatar Ying Xue 2-22/+4
2013-06-17tipc: fix wrong return value for link_send_sections_long routineGravatar Ying Xue 1-2/+6
2013-06-17tipc: make tipc_link_send_sections_fast exit earlierGravatar Ying Xue 1-4/+3
2013-06-17tipc: enhance priority of link protocol packetGravatar Ying Xue 1-0/+3
2013-06-17tipc: cosmetic realignment of function argumentsGravatar Paul Gortmaker 15-66/+54
2013-06-17tipc: save sock structure pointer instead of void pointer to tipc_portGravatar Ying Xue 3-7/+7
2013-06-17tipc: convert config_lock from spinlock to mutexGravatar Ying Xue 1-14/+3
2013-06-17tipc: rename tipc_createport_raw to tipc_createportGravatar Ying Xue 3-5/+5
2013-06-17tipc: remove user_port instance from tipc_port structureGravatar Ying Xue 5-42/+17
2013-06-17tipc: delete code orphaned by new server infrastructureGravatar Ying Xue 3-385/+3
2013-06-17tipc: convert configuration server to use new server facilityGravatar Ying Xue 3-60/+49
2013-06-17tipc: convert topology server to use new server facilityGravatar Ying Xue 4-247/+104
2013-06-17tipc: introduce new TIPC server infrastructureGravatar Ying Xue 5-10/+789
2013-06-17tipc: allow implicit connect for stream socketsGravatar Erik Hugne 1-4/+2
2013-06-17tipc: change socket buffer overflow control to respect sk_rcvbufGravatar Ying Xue 6-11/+96
2013-05-28net: pass info struct via netdevice notifierGravatar Jiri Pirko 2-4/+4
2013-05-06tipc: potential divide by zero in tipc_link_recv_fragment()Gravatar Dan Carpenter 1-2/+4
2013-05-06tipc: add a bounds check in link_recv_changeover_msg()Gravatar Dan Carpenter 1-1/+4
2013-05-03tipc: pskb_copy() buffers when sending on more than one bearerGravatar Gerlando Falauto 1-1/+12
2013-05-03tipc: tipc_bcbearer_send(): simplify bearer selectionGravatar Gerlando Falauto 1-9/+9
2013-05-03tipc: cosmetic: clean up comments and break a long lineGravatar Gerlando Falauto 1-6/+7
2013-04-17tipc: add InfiniBand media typeGravatar Patrick McHardy 6-3/+416
2013-04-17tipc: set skb->protocol in eth_media packet transmissionGravatar Patrick McHardy 1-0/+1
2013-04-17tipc: move bcast_addr from struct tipc_media to struct tipc_bearerGravatar Patrick McHardy 5-16/+18
2013-04-17tipc: remove unused str2addr media callbackGravatar Patrick McHardy 2-22/+0
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+7
2013-04-07tipc: fix info leaks via msg_name in recv_msg/recv_streamGravatar Mathias Krause 1-0/+7
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Gravatar Hong zhi guo 1-3/+3
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 2-7/+4
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2013-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netGravatar David S. Miller 1-0/+1
2013-02-15tipc: remove redundant checking for the number of iovecs in a send requestGravatar Ying Xue 1-6/+3
2013-02-15tipc: byte-based overload control on socket receive queueGravatar Ying Xue 1-38/+39
2013-02-15tipc: eliminate duplicated discard_rx_queue routineGravatar Ying Xue 1-15/+2
2013-02-15tipc: fix missing spinlock init in broadcast codeGravatar Erik Hugne 1-0/+1
2013-01-11net/tipc: remove depends on CONFIG_EXPERIMENTALGravatar Kees Cook 1-2/+2
2012-12-07tipc: refactor accept() code for improved readabilityGravatar Paul Gortmaker 1-41/+48
2012-12-07tipc: add lock nesting notation to quiet lockdep warningGravatar Ying Xue 1-1/+2
2012-12-07tipc: eliminate connection setup for implied connect in recv_msg()Gravatar Ying Xue 1-7/+0
2012-12-07tipc: introduce non-blocking socket connectGravatar Ying Xue 1-65/+93
2012-12-07tipc: consolidate connection-oriented message reception in one functionGravatar Ying Xue 1-24/+51
2012-12-07tipc: standardize across connect/disconnect function namingGravatar Paul Gortmaker 4-15/+31
2012-12-07tipc: change sk_receive_queue upper limitGravatar Jon Maloy 1-2/+2
2012-12-07tipc: eliminate aggregate sk_receive_queue limitGravatar Ying Xue 1-19/+4
2012-12-06tipc: remove obsolete flush of stale reassembly bufferGravatar Erik Hugne 1-44/+0
2012-11-22tipc: delete TIPC_ADVANCED Kconfig variableGravatar Paul Gortmaker 2-17/+1