summaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)Author
2012-12-07tipc: refactor accept() code for improved readabilityPaul Gortmaker
2012-12-07tipc: add lock nesting notation to quiet lockdep warningYing Xue
2012-12-07tipc: eliminate connection setup for implied connect in recv_msg()Ying Xue
2012-12-07tipc: introduce non-blocking socket connectYing Xue
2012-12-07tipc: consolidate connection-oriented message reception in one functionYing Xue
2012-12-07tipc: standardize across connect/disconnect function namingPaul Gortmaker
2012-12-07tipc: change sk_receive_queue upper limitJon Maloy
2012-12-07tipc: eliminate aggregate sk_receive_queue limitYing Xue
2012-12-06tipc: remove obsolete flush of stale reassembly bufferErik Hugne
2012-11-22tipc: delete TIPC_ADVANCED Kconfig variablePaul Gortmaker
2012-11-22tipc: eliminate an unnecessary cast of node variableYing Xue
2012-11-22tipc: introduce message to synchronize broadcast linkJon Maloy
2012-11-22tipc: rename supported flag to recv_permittedYing Xue
2012-11-22tipc: remove supportable flag from bclink structureYing Xue
2012-11-21tipc: remove the bearer congestion mechanismYing Xue
2012-11-21tipc: wake up all waiting threads at socket shutdownYing Xue
2012-11-21tipc: return POLLOUT for sockets in an unconnected stateErik Hugne
2012-11-21tipc: fix race/inefficiencies in poll/wait behaviourYing Xue
2012-11-03tipc: do not use tasklet_disable before tasklet_killXiaotian Feng
2012-10-04tipc: prevent dropped connections due to rcvbuf overflowErik Hugne
2012-09-18net/tipc/name_table.c: Remove unecessary semicolonPeter Senna Tschudin
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-08-20tipc: eliminate configuration for maximum number of name publicationsYing Xue
2012-08-20tipc: eliminate configuration for maximum number of name subscriptionsYing Xue
2012-08-20tipc: add __read_mostly annotations to several global variablesYing Xue
2012-08-20tipc: convert tipc_nametbl_size type from variable to macroYing Xue
2012-08-20tipc: change tipc_net_start routine return value typeYing Xue
2012-08-20tipc: manually inline single use media_name_valid routineYing Xue
2012-08-20tipc: remove pointless name sanity check and tipc_alphabet arrayYing Xue
2012-08-20tipc: fix lockdep warning during bearer initializationYing Xue
2012-08-20tipc: optimize the initialization of network device notifierYing Xue
2012-07-13tipc: remove print_buf and deprecated log buffer codeErik Hugne
2012-07-13tipc: phase out most of the struct print_buf usageErik Hugne
2012-07-13tipc: simplify print buffer handling in tipc_printfErik Hugne
2012-07-13tipc: simplify link_print by divorcing it from using tipc_printfPaul Gortmaker
2012-07-13tipc: remove TIPC packet debugging functions and macrosErik Hugne
2012-07-13tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne
2012-07-12tipc: limit error messages relating to memory leak to one linePaul Gortmaker
2012-07-12tipc: factor stats struct out of the larger link structPaul Gortmaker
2012-07-10net: Fix non-kernel-doc comments with kernel-doc start markerBen Hutchings
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-06-04net: Remove casts to same typeJoe Perches
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker
2012-04-27tipc: Reject payload messages with invalid message typeAllan Stephens
2012-04-26tipc: Enhance error checking of published namesAllan Stephens
2012-04-26tipc: Create helper routine to delete unused name sequence structureAllan Stephens
2012-04-26tipc: remove redundant memset and stale comment from subscr.cAllan Stephens
2012-04-26tipc: Optimize initialization of network topology serviceAllan Stephens
2012-04-26tipc: Enhance re-initialization of network topology serviceAllan Stephens
2012-04-26tipc: Optimize termination of configuration serviceAllan Stephens