aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-01net: tipc: Convert timers to use timer_setup()Kees Cook5-18/+18
2017-10-26tipc: fix a dangling pointerCong Wang1-1/+3
2017-10-26tipc: eliminate KASAN warningJon Maloy1-1/+1
2017-10-22tipc: refactor tipc_sk_timeout() functionJon Maloy1-26/+23
2017-10-21tipc: fix broken tipc_poll() functionJon Maloy1-3/+2
2017-10-20tipc: checking for NULL instead of IS_ERR()Dan Carpenter1-1/+1
2017-10-16tipc: fix rebasing errorJon Maloy1-0/+1
2017-10-13tipc: add multipoint-to-point flow controlJon Maloy2-5/+136
2017-10-13tipc: guarantee delivery of last broadcast before DOWN eventJon Maloy1-13/+32
2017-10-13tipc: guarantee delivery of UP event before first broadcastJon Maloy2-2/+9
2017-10-13tipc: guarantee that group broadcast doesn't bypass group unicastJon Maloy5-17/+94
2017-10-13tipc: guarantee group unicast doesn't bypass group broadcastJon Maloy2-15/+74
2017-10-13tipc: introduce group multicast messagingJon Maloy3-7/+74
2017-10-13tipc: introduce group anycast messagingJon Maloy5-0/+138
2017-10-13tipc: introduce group unicast messagingJon Maloy4-13/+150
2017-10-13tipc: introduce flow control for group broadcast messagesJon Maloy4-22/+190
2017-10-13tipc: receive group membership events via member socketJon Maloy4-33/+100
2017-10-13tipc: add second source address to recvmsg()/recvfrom()Jon Maloy3-18/+39
2017-10-13tipc: introduce communication groupsJon Maloy9-48/+734
2017-10-13tipc: improve destination linked listJon Maloy4-67/+74
2017-10-13tipc: add new function for sending multiple small messagesJon Maloy3-12/+19
2017-10-13tipc: refactor function filter_rcv()Jon Maloy3-81/+89
2017-10-13tipc: add ability to obtain node availability status from other filesJon Maloy2-5/+22
2017-10-13tipc: improve address sanity check in tipc_connect()Jon Maloy1-16/+15
2017-10-13tipc: add ability to order and receive topology events in driverJon Maloy5-40/+124
2017-10-08tipc: Unclone message at secondary destination lookupJon Maloy1-0/+8
2017-10-08tipc: correct initialization of skb listJon Maloy1-2/+2
2017-10-01tipc: use only positive error codes in messagesParthasarathy Bhuvaragan1-1/+1
2017-09-06tipc: remove unnecessary call to dev_net()Kleber Sacilotto de Souza1-1/+1
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-33/+33
2017-08-29tipc: permit bond slave as bearerParthasarathy Bhuvaragan2-15/+13
2017-08-24tipc: context imbalance at node read unlockParthasarathy Bhuvaragan1-1/+1
2017-08-24tipc: reassign pointers after skb reallocation / linearizationParthasarathy Bhuvaragan1-2/+5
2017-08-24tipc: perform skb_linearize() before parsing the inner headerParthasarathy Bhuvaragan1-0/+2
2017-08-24tipc: Fix tipc_sk_reinit handling of -EAGAINBob Peterson1-3/+3
2017-08-23net: tipc: constify genl_opsArvind Yadav1-1/+1
2017-08-22tipc: fix a race condition of releasing subscriber objectYing Xue1-0/+2
2017-08-22tipc: remove subscription references only for pending timersParthasarathy Bhuvaragan1-12/+7
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2017-08-21tipc: don't reset stale broadcast send linkJon Paul Maloy4-45/+17
2017-08-18tipc: fix use-after-freeEric Dumazet1-2/+4
2017-08-14tipc: avoid inheriting msg_non_seq flag when message is returnedJon Paul Maloy1-0/+1
2017-08-14tipc: accept PACKET_MULTICAST packetsJon Paul Maloy1-1/+1
2017-08-09tipc: remove premature ESTABLISH FSM event at link synchronizationJon Paul Maloy1-3/+1
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-06-10net: tipc: Fix a sleep-in-atomic bug in tipc_msg_reverseJia-Ju Bai1-1/+1
2017-05-11tipc: make macro tipc_wait_for_cond() smp safeJon Paul Maloy1-19/+19
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds11-197/+197
2017-05-02tipc: refactor function tipc_sk_recv_stream()Jon Paul Maloy1-84/+71
2017-05-02tipc: refactor function tipc_sk_recvmsg()Jon Paul Maloy1-59/+50