summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: improve link resiliency when rps is activatedJon Maloy2017-11-112-11/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | tipc: eliminate unnecessary probingJon Maloy2017-11-031-1/+10
* | net: tipc: Convert timers to use timer_setup()Kees Cook2017-11-015-18/+18
* | tipc: fix a dangling pointerCong Wang2017-10-261-1/+3
* | tipc: eliminate KASAN warningJon Maloy2017-10-261-1/+1
* | tipc: refactor tipc_sk_timeout() functionJon Maloy2017-10-221-26/+23
* | tipc: fix broken tipc_poll() functionJon Maloy2017-10-211-3/+2
* | tipc: checking for NULL instead of IS_ERR()Dan Carpenter2017-10-201-1/+1
* | tipc: fix rebasing errorJon Maloy2017-10-161-0/+1
* | tipc: add multipoint-to-point flow controlJon Maloy2017-10-132-5/+136
* | tipc: guarantee delivery of last broadcast before DOWN eventJon Maloy2017-10-131-13/+32
* | tipc: guarantee delivery of UP event before first broadcastJon Maloy2017-10-132-2/+9
* | tipc: guarantee that group broadcast doesn't bypass group unicastJon Maloy2017-10-135-17/+94
* | tipc: guarantee group unicast doesn't bypass group broadcastJon Maloy2017-10-132-15/+74
* | tipc: introduce group multicast messagingJon Maloy2017-10-133-7/+74
* | tipc: introduce group anycast messagingJon Maloy2017-10-135-0/+138
* | tipc: introduce group unicast messagingJon Maloy2017-10-134-13/+150
* | tipc: introduce flow control for group broadcast messagesJon Maloy2017-10-134-22/+190
* | tipc: receive group membership events via member socketJon Maloy2017-10-134-33/+100
* | tipc: add second source address to recvmsg()/recvfrom()Jon Maloy2017-10-133-18/+39
* | tipc: introduce communication groupsJon Maloy2017-10-139-48/+734
* | tipc: improve destination linked listJon Maloy2017-10-134-67/+74
* | tipc: add new function for sending multiple small messagesJon Maloy2017-10-133-12/+19
* | tipc: refactor function filter_rcv()Jon Maloy2017-10-133-81/+89
* | tipc: add ability to obtain node availability status from other filesJon Maloy2017-10-132-5/+22
* | tipc: improve address sanity check in tipc_connect()Jon Maloy2017-10-131-16/+15
* | tipc: add ability to order and receive topology events in driverJon Maloy2017-10-135-40/+124
|/
* tipc: Unclone message at secondary destination lookupJon Maloy2017-10-081-0/+8
* tipc: correct initialization of skb listJon Maloy2017-10-081-2/+2
* tipc: use only positive error codes in messagesParthasarathy Bhuvaragan2017-10-011-1/+1
* tipc: remove unnecessary call to dev_net()Kleber Sacilotto de Souza2017-09-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-016-33/+33
|\
| * tipc: permit bond slave as bearerParthasarathy Bhuvaragan2017-08-292-15/+13
| * tipc: context imbalance at node read unlockParthasarathy Bhuvaragan2017-08-241-1/+1
| * tipc: reassign pointers after skb reallocation / linearizationParthasarathy Bhuvaragan2017-08-241-2/+5
| * tipc: perform skb_linearize() before parsing the inner headerParthasarathy Bhuvaragan2017-08-241-0/+2
| * tipc: Fix tipc_sk_reinit handling of -EAGAINBob Peterson2017-08-241-3/+3
| * tipc: fix a race condition of releasing subscriber objectYing Xue2017-08-221-0/+2
| * tipc: remove subscription references only for pending timersParthasarathy Bhuvaragan2017-08-221-12/+7
* | net: tipc: constify genl_opsArvind Yadav2017-08-231-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-2/+4
|\ \ | |/
| * tipc: fix use-after-freeEric Dumazet2017-08-181-2/+4
* | tipc: don't reset stale broadcast send linkJon Paul Maloy2017-08-214-45/+17
|/
* tipc: avoid inheriting msg_non_seq flag when message is returnedJon Paul Maloy2017-08-141-0/+1
* tipc: accept PACKET_MULTICAST packetsJon Paul Maloy2017-08-141-1/+1
* tipc: remove premature ESTABLISH FSM event at link synchronizationJon Paul Maloy2017-08-091-3/+1
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* net: tipc: Fix a sleep-in-atomic bug in tipc_msg_reverseJia-Ju Bai2017-06-101-1/+1
OpenPOWER on IntegriCloud