summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-2/+2
|\
| * net/tipc: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller2013-02-181-0/+1
|\ \
| * | tipc: fix missing spinlock init in broadcast codeErik Hugne2013-02-151-0/+1
| |/
* | tipc: remove redundant checking for the number of iovecs in a send requestYing Xue2013-02-151-6/+3
* | tipc: byte-based overload control on socket receive queueYing Xue2013-02-151-38/+39
* | tipc: eliminate duplicated discard_rx_queue routineYing Xue2013-02-151-15/+2
|/
* tipc: refactor accept() code for improved readabilityPaul Gortmaker2012-12-071-41/+48
* tipc: add lock nesting notation to quiet lockdep warningYing Xue2012-12-071-1/+2
* tipc: eliminate connection setup for implied connect in recv_msg()Ying Xue2012-12-071-7/+0
* tipc: introduce non-blocking socket connectYing Xue2012-12-071-65/+93
* tipc: consolidate connection-oriented message reception in one functionYing Xue2012-12-071-24/+51
* tipc: standardize across connect/disconnect function namingPaul Gortmaker2012-12-074-15/+31
* tipc: change sk_receive_queue upper limitJon Maloy2012-12-071-2/+2
* tipc: eliminate aggregate sk_receive_queue limitYing Xue2012-12-071-19/+4
* tipc: remove obsolete flush of stale reassembly bufferErik Hugne2012-12-061-44/+0
* tipc: delete TIPC_ADVANCED Kconfig variablePaul Gortmaker2012-11-222-17/+1
* tipc: eliminate an unnecessary cast of node variableYing Xue2012-11-221-1/+1
* tipc: introduce message to synchronize broadcast linkJon Maloy2012-11-222-6/+60
* tipc: rename supported flag to recv_permittedYing Xue2012-11-224-12/+12
* tipc: remove supportable flag from bclink structureYing Xue2012-11-223-10/+4
* tipc: remove the bearer congestion mechanismYing Xue2012-11-216-217/+61
* tipc: wake up all waiting threads at socket shutdownYing Xue2012-11-211-3/+4
* tipc: return POLLOUT for sockets in an unconnected stateErik Hugne2012-11-211-1/+5
* tipc: fix race/inefficiencies in poll/wait behaviourYing Xue2012-11-211-5/+40
* tipc: do not use tasklet_disable before tasklet_killXiaotian Feng2012-11-031-1/+0
* tipc: prevent dropped connections due to rcvbuf overflowErik Hugne2012-10-041-0/+1
* net/tipc/name_table.c: Remove unecessary semicolonPeter Senna Tschudin2012-09-181-1/+1
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-1/+1
* tipc: eliminate configuration for maximum number of name publicationsYing Xue2012-08-204-26/+5
* tipc: eliminate configuration for maximum number of name subscriptionsYing Xue2012-08-204-28/+7
* tipc: add __read_mostly annotations to several global variablesYing Xue2012-08-203-11/+11
* tipc: convert tipc_nametbl_size type from variable to macroYing Xue2012-08-201-5/+5
* tipc: change tipc_net_start routine return value typeYing Xue2012-08-203-6/+4
* tipc: manually inline single use media_name_valid routineYing Xue2012-08-201-16/+1
* tipc: remove pointless name sanity check and tipc_alphabet arrayYing Xue2012-08-204-12/+3
* tipc: fix lockdep warning during bearer initializationYing Xue2012-08-201-1/+15
* tipc: optimize the initialization of network device notifierYing Xue2012-08-201-3/+10
* tipc: remove print_buf and deprecated log buffer codeErik Hugne2012-07-137-333/+2
* tipc: phase out most of the struct print_buf usageErik Hugne2012-07-1310-222/+213
* tipc: simplify print buffer handling in tipc_printfErik Hugne2012-07-131-42/+10
* tipc: simplify link_print by divorcing it from using tipc_printfPaul Gortmaker2012-07-131-17/+7
* tipc: remove TIPC packet debugging functions and macrosErik Hugne2012-07-134-312/+0
* tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne2012-07-1318-174/+177
* tipc: limit error messages relating to memory leak to one linePaul Gortmaker2012-07-121-2/+4
* tipc: factor stats struct out of the larger link structPaul Gortmaker2012-07-121-30/+32
* net: Fix non-kernel-doc comments with kernel-doc start markerBen Hutchings2012-07-101-3/+2
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-107-27/+27
* net: Remove casts to same typeJoe Perches2012-06-042-6/+5
* tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-3032-530/+16