summaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2013-05-06tipc: potential divide by zero in tipc_link_recv_fragment()Dan Carpenter1-2/+4
2013-05-06tipc: add a bounds check in link_recv_changeover_msg()Dan Carpenter1-1/+4
2013-05-03tipc: pskb_copy() buffers when sending on more than one bearerGerlando Falauto1-1/+12
2013-05-03tipc: tipc_bcbearer_send(): simplify bearer selectionGerlando Falauto1-9/+9
2013-05-03tipc: 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-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2013-04-07tipc: 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-27hlist: drop the node parameter from iteratorsSasha Levin2-7/+4
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2013-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller1-0/+1
2013-02-15tipc: remove redundant checking for the number of iovecs in a send requestYing Xue1-6/+3
2013-02-15tipc: byte-based overload control on socket receive queueYing Xue1-38/+39
2013-02-15tipc: eliminate duplicated discard_rx_queue routineYing Xue1-15/+2
2013-02-15tipc: fix missing spinlock init in broadcast codeErik Hugne1-0/+1
2013-01-11net/tipc: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2012-12-07tipc: refactor accept() code for improved readabilityPaul Gortmaker1-41/+48
2012-12-07tipc: add lock nesting notation to quiet lockdep warningYing Xue1-1/+2
2012-12-07tipc: eliminate connection setup for implied connect in recv_msg()Ying Xue1-7/+0
2012-12-07tipc: introduce non-blocking socket connectYing Xue1-65/+93
2012-12-07tipc: consolidate connection-oriented message reception in one functionYing Xue1-24/+51
2012-12-07tipc: standardize across connect/disconnect function namingPaul Gortmaker4-15/+31
2012-12-07tipc: change sk_receive_queue upper limitJon Maloy1-2/+2
2012-12-07tipc: eliminate aggregate sk_receive_queue limitYing Xue1-19/+4
2012-12-06tipc: remove obsolete flush of stale reassembly bufferErik Hugne1-44/+0
2012-11-22tipc: delete TIPC_ADVANCED Kconfig variablePaul Gortmaker2-17/+1
2012-11-22tipc: eliminate an unnecessary cast of node variableYing Xue1-1/+1
2012-11-22tipc: introduce message to synchronize broadcast linkJon Maloy2-6/+60
2012-11-22tipc: rename supported flag to recv_permittedYing Xue4-12/+12
2012-11-22tipc: remove supportable flag from bclink structureYing Xue3-10/+4
2012-11-21tipc: remove the bearer congestion mechanismYing Xue6-217/+61
2012-11-21tipc: wake up all waiting threads at socket shutdownYing Xue1-3/+4
2012-11-21tipc: return POLLOUT for sockets in an unconnected stateErik Hugne1-1/+5
2012-11-21tipc: fix race/inefficiencies in poll/wait behaviourYing Xue1-5/+40
2012-11-03tipc: do not use tasklet_disable before tasklet_killXiaotian Feng1-1/+0
2012-10-04tipc: prevent dropped connections due to rcvbuf overflowErik Hugne1-0/+1
2012-09-18net/tipc/name_table.c: Remove unecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-1/+1
2012-08-20tipc: eliminate configuration for maximum number of name publicationsYing Xue4-26/+5
2012-08-20tipc: eliminate configuration for maximum number of name subscriptionsYing Xue4-28/+7
2012-08-20tipc: add __read_mostly annotations to several global variablesYing Xue3-11/+11
2012-08-20tipc: convert tipc_nametbl_size type from variable to macroYing Xue1-5/+5
2012-08-20tipc: change tipc_net_start routine return value typeYing Xue3-6/+4
2012-08-20tipc: manually inline single use media_name_valid routineYing Xue1-16/+1
2012-08-20tipc: remove pointless name sanity check and tipc_alphabet arrayYing Xue4-12/+3
2012-08-20tipc: fix lockdep warning during bearer initializationYing Xue1-1/+15