aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAge
...
* | tipc: refactor node xmit and fix memory leaksRichard Alpe2016-02-16
* | tipc: use alloc_ordered_workqueue() instead of WQ_UNBOUND w/ max_active = 1Parthasarathy Bhuvaragan2016-02-06
* | tipc: donot create timers if subscription timeout = TIPC_WAIT_FOREVERParthasarathy Bhuvaragan2016-02-06
* | tipc: protect tipc_subscrb_get() with subscriber spin lockParthasarathy Bhuvaragan2016-02-06
* | tipc: hold subscriber->lock for tipc_nametbl_subscribe()Parthasarathy Bhuvaragan2016-02-06
* | tipc: fix connection abort when receiving invalid cancel requestParthasarathy Bhuvaragan2016-02-06
* | tipc: fix connection abort during subscription cancellationParthasarathy Bhuvaragan2016-02-06
* | tipc: introduce tipc_subscrb_subscribe() routineParthasarathy Bhuvaragan2016-02-06
* | tipc: remove struct tipc_name_seq from struct tipc_subscriptionParthasarathy Bhuvaragan2016-02-06
* | tipc: remove filter and timeout elements from struct tipc_subscriptionParthasarathy Bhuvaragan2016-02-06
* | tipc: remove incorrect check for subscription timeout valueParthasarathy Bhuvaragan2016-02-06
* | tipc: fix link priority propagationRichard Alpe2016-02-06
* | tipc: fix link attribute propagation bugRichard Alpe2016-02-06
|/
* tipc: fix connection abort during subscription cancelParthasarathy Bhuvaragan2016-01-29
* ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar2015-12-25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-03
|\
| * tipc: fix error handling of expanding buffer headroomYing Xue2015-11-24
| * tipc: avoid packets leaking on socket receive queueYing Xue2015-11-23
| * tipc: correct settings of broadcast link stateJon Paul Maloy2015-11-20
* | tipc: fix node reference count bugJon Paul Maloy2015-12-03
* | net: Generalise wq_has_sleeper helperHerbert Xu2015-11-30
* | tipc: eliminate remnants of hungarian notationJon Paul Maloy2015-11-20
* | tipc: narrow down interface towards struct tipc_linkJon Paul Maloy2015-11-20
* | tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy2015-11-20
* | tipc: convert node lock to rwlockJon Paul Maloy2015-11-20
* | tipc: introduce per-link spinlockJon Paul Maloy2015-11-20
* | tipc: reduce code dependency between binding table and node layerJon Paul Maloy2015-11-20
* | tipc: small cleanup of function tipc_node_check_state()Jon Paul Maloy2015-11-20
* | tipc: move linearization of buffers to generic codeJon Paul Maloy2015-11-20
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-03
|\
| * tipc: linearize arriving NAME_DISTR and LINK_PROTO buffersJon Paul Maloy2015-11-01
* | tipc: link_is_bc_sndlink() can be staticWu Fengguang2015-10-25
* | tipc: clean up unused code and structuresJon Paul Maloy2015-10-24
* | tipc: ensure binding table initial distribution is sent via first linkJon Paul Maloy2015-10-24
* | tipc: eliminate link's reference to owner nodeJon Paul Maloy2015-10-24
* | tipc: eliminate redundant buffer cloning at transmissionJon Paul Maloy2015-10-24
* | tipc: let neighbor discoverer tranmsit consumable buffersJon Paul Maloy2015-10-24
* | tipc: introduce jumbo frame support for broadcastJon Paul Maloy2015-10-24
* | tipc: simplify bearer level broadcastJon Paul Maloy2015-10-24
* | tipc: let broadcast packet reception use new link receive functionJon Paul Maloy2015-10-24
* | tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy2015-10-24
* | tipc: let broadcast transmission use new link transmit functionJon Paul Maloy2015-10-24
* | tipc: make struct tipc_link generic to support broadcastJon Paul Maloy2015-10-24
* | tipc: use explicit allocation of broadcast send linkJon Paul Maloy2015-10-24
* | tipc: make link implementation independent from struct tipc_bearerJon Paul Maloy2015-10-24
* | tipc: create broadcast transmission link at namespace initJon Paul Maloy2015-10-24
* | tipc: move broadcast link lock to struct tipc_netJon Paul Maloy2015-10-24
* | tipc: move bcast definitions to bcast.cJon Paul Maloy2015-10-24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-24
|\|
| * tipc: conditionally expand buffer headroom over udp tunnelJon Paul Maloy2015-10-21