summaryrefslogtreecommitdiff
path: root/net/tipc
Commit message (Expand)AuthorAge
* tipc: remove leaving group member from all listsJon Maloy2017-12-18
* tipc: fix lost member events bugJon Maloy2017-12-18
* tipc: eliminate potential memory leakJon Maloy2017-12-13
* tipc: fix memory leak in tipc_accept_from_sock()Jon Maloy2017-12-05
* tipc: fix a null pointer deref on error pathCong Wang2017-12-05
* tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Tommi Rantala2017-12-01
* tipc: eliminate access after delete in group_filter_msg()Jon Maloy2017-11-27
* tipc: fix access of released memoryJon Maloy2017-11-21
* tipc: enforce valid ratio between skb truesize and contentsJon Maloy2017-11-16
* tipc: improve link resiliency when rps is activatedJon Maloy2017-11-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-04
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | tipc: eliminate unnecessary probingJon Maloy2017-11-03
* | net: tipc: Convert timers to use timer_setup()Kees Cook2017-11-01
* | tipc: fix a dangling pointerCong Wang2017-10-26
* | tipc: eliminate KASAN warningJon Maloy2017-10-26
* | tipc: refactor tipc_sk_timeout() functionJon Maloy2017-10-22
* | tipc: fix broken tipc_poll() functionJon Maloy2017-10-21
* | tipc: checking for NULL instead of IS_ERR()Dan Carpenter2017-10-20
* | tipc: fix rebasing errorJon Maloy2017-10-16
* | tipc: add multipoint-to-point flow controlJon Maloy2017-10-13
* | tipc: guarantee delivery of last broadcast before DOWN eventJon Maloy2017-10-13
* | tipc: guarantee delivery of UP event before first broadcastJon Maloy2017-10-13
* | tipc: guarantee that group broadcast doesn't bypass group unicastJon Maloy2017-10-13
* | tipc: guarantee group unicast doesn't bypass group broadcastJon Maloy2017-10-13
* | tipc: introduce group multicast messagingJon Maloy2017-10-13
* | tipc: introduce group anycast messagingJon Maloy2017-10-13
* | tipc: introduce group unicast messagingJon Maloy2017-10-13
* | tipc: introduce flow control for group broadcast messagesJon Maloy2017-10-13
* | tipc: receive group membership events via member socketJon Maloy2017-10-13
* | tipc: add second source address to recvmsg()/recvfrom()Jon Maloy2017-10-13
* | tipc: introduce communication groupsJon Maloy2017-10-13
* | tipc: improve destination linked listJon Maloy2017-10-13
* | tipc: add new function for sending multiple small messagesJon Maloy2017-10-13
* | tipc: refactor function filter_rcv()Jon Maloy2017-10-13
* | tipc: add ability to obtain node availability status from other filesJon Maloy2017-10-13
* | tipc: improve address sanity check in tipc_connect()Jon Maloy2017-10-13
* | tipc: add ability to order and receive topology events in driverJon Maloy2017-10-13
|/
* tipc: Unclone message at secondary destination lookupJon Maloy2017-10-08
* tipc: correct initialization of skb listJon Maloy2017-10-08
* tipc: use only positive error codes in messagesParthasarathy Bhuvaragan2017-10-01
* tipc: remove unnecessary call to dev_net()Kleber Sacilotto de Souza2017-09-06
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-01
|\
| * tipc: permit bond slave as bearerParthasarathy Bhuvaragan2017-08-29
| * tipc: context imbalance at node read unlockParthasarathy Bhuvaragan2017-08-24
| * tipc: reassign pointers after skb reallocation / linearizationParthasarathy Bhuvaragan2017-08-24
| * tipc: perform skb_linearize() before parsing the inner headerParthasarathy Bhuvaragan2017-08-24
| * tipc: Fix tipc_sk_reinit handling of -EAGAINBob Peterson2017-08-24
| * tipc: fix a race condition of releasing subscriber objectYing Xue2017-08-22
| * tipc: remove subscription references only for pending timersParthasarathy Bhuvaragan2017-08-22