aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: set sk_err correctly when connection failsErik Hugne2013-08-301-2/+2
* tipc: avoid possible deadlock while enable and disable bearerdingtianhong2013-08-111-2/+7
* tipc: fix oops when creating server socket failsYing Xue2013-08-011-3/+12
* net/tipc: use %*phC to dump small buffers in hex formAndy Shevchenko2013-07-111-7/+1
* tipc: remove dev_base_lock use from enable_bearerYing Xue2013-06-172-22/+4
* tipc: fix wrong return value for link_send_sections_long routineYing Xue2013-06-171-2/+6
* tipc: make tipc_link_send_sections_fast exit earlierYing Xue2013-06-171-4/+3
* tipc: enhance priority of link protocol packetYing Xue2013-06-171-0/+3
* tipc: cosmetic realignment of function argumentsPaul Gortmaker2013-06-1715-66/+54
* tipc: save sock structure pointer instead of void pointer to tipc_portYing Xue2013-06-173-7/+7
* tipc: convert config_lock from spinlock to mutexYing Xue2013-06-171-14/+3
* tipc: rename tipc_createport_raw to tipc_createportYing Xue2013-06-173-5/+5
* tipc: remove user_port instance from tipc_port structureYing Xue2013-06-175-42/+17
* tipc: delete code orphaned by new server infrastructureYing Xue2013-06-173-385/+3
* tipc: convert configuration server to use new server facilityYing Xue2013-06-173-60/+49
* tipc: convert topology server to use new server facilityYing Xue2013-06-174-247/+104
* tipc: introduce new TIPC server infrastructureYing Xue2013-06-175-10/+789
* tipc: allow implicit connect for stream socketsErik Hugne2013-06-171-4/+2
* tipc: change socket buffer overflow control to respect sk_rcvbufYing Xue2013-06-176-11/+96
* net: pass info struct via netdevice notifierJiri Pirko2013-05-282-4/+4
* tipc: potential divide by zero in tipc_link_recv_fragment()Dan Carpenter2013-05-061-2/+4
* tipc: add a bounds check in link_recv_changeover_msg()Dan Carpenter2013-05-061-1/+4
* tipc: pskb_copy() buffers when sending on more than one bearerGerlando Falauto2013-05-031-1/+12
* tipc: tipc_bcbearer_send(): simplify bearer selectionGerlando Falauto2013-05-031-9/+9
* tipc: cosmetic: clean up comments and break a long lineGerlando Falauto2013-05-031-6/+7
* tipc: add InfiniBand media typePatrick McHardy2013-04-176-3/+416
* tipc: set skb->protocol in eth_media packet transmissionPatrick McHardy2013-04-171-0/+1
* tipc: move bcast_addr from struct tipc_media to struct tipc_bearerPatrick McHardy2013-04-175-16/+18
* tipc: remove unused str2addr media callbackPatrick McHardy2013-04-172-22/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-071-0/+7
|\
| * tipc: fix info leaks via msg_name in recv_msg/recv_streamMathias Krause2013-04-071-0/+7
* | net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-281-3/+3
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-272-7/+4
* 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