summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* 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
* tipc: make macro tipc_wait_for_cond() smp safeJon Paul Maloy2017-05-111-19/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-0211-197/+197
|\
| * tipc: refactor function tipc_sk_recv_stream()Jon Paul Maloy2017-05-021-84/+71
| * tipc: refactor function tipc_sk_recvmsg()Jon Paul Maloy2017-05-021-59/+50
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-261-2/+2
| |\
| * | tipc: check return value of nlmsg_newPan Bian2017-04-241-0/+2
| * | netlink: pass extended ACK struct where availableJohannes Berg2017-04-133-12/+12
| * | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-138-37/+39
| * | tipc: allow rdm/dgram socketpairsErik Hugne2017-03-291-4/+16
| * | tipc: add support for stream/seqpacket socketpairsErik Hugne2017-03-291-2/+12
| * | tipc: adjust the policy of holding subscription krefYing Xue2017-03-283-6/+7
| * | tipc: advance the time of deleting subscription from subscriber->subscrp_listYing Xue2017-03-281-7/+2
* | | tipc: close the connection if protocol messages contain errorsParthasarathy Bhuvaragan2017-04-281-0/+8
* | | tipc: improve error validations for sockets in CONNECTING stateParthasarathy Bhuvaragan2017-04-281-3/+22
* | | tipc: Fix missing connection request handlingParthasarathy Bhuvaragan2017-04-281-2/+1
| |/ |/|
* | tipc: fix socket flow control accounting error at tipc_recv_streamParthasarathy Bhuvaragan2017-04-251-1/+1
* | tipc: fix socket flow control accounting error at tipc_send_streamParthasarathy Bhuvaragan2017-04-251-1/+1
|/
* tipc: fix nametbl deadlock at tipc_nametbl_unsubscribeYing Xue2017-03-221-1/+6
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-3/+5
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+2
* tipc: move premature initilalization of stack variablesJon Paul Maloy2017-02-241-5/+7
* tipc: Fix tipc_sk_reinit race conditionsHerbert Xu2017-02-172-11/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-284-83/+99
|\
| * tipc: fix cleanup at module unloadParthasarathy Bhuvaragan2017-01-241-3/+1
| * tipc: ignore requests when the connection state is not CONNECTEDParthasarathy Bhuvaragan2017-01-241-6/+7
| * tipc: fix nametbl_lock soft lockup at module exitParthasarathy Bhuvaragan2017-01-241-11/+5
| * tipc: fix connection refcount errorParthasarathy Bhuvaragan2017-01-241-9/+10
| * tipc: add subscription refcount to avoid invalid deleteParthasarathy Bhuvaragan2017-01-242-54/+71
| * tipc: fix nametbl_lock soft lockup at node/link eventsParthasarathy Bhuvaragan2017-01-241-2/+7
* | tipc: uninitialized return code in tipc_setsockopt()Dan Carpenter2017-01-251-2/+1
* | tipc: make replicast a user selectable optionJon Paul Maloy2017-01-205-15/+108
* | tipc: introduce replicast as transport option for multicastJon Paul Maloy2017-01-207-47/+149
OpenPOWER on IntegriCloud