summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* 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-293-6/+7
* tipc: advance the time of deleting subscription from subscriber->subscrp_listYing Xue2017-03-291-7/+2Star
* 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-101-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/+1Star
| * 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/+5Star
| * 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/+1Star
* | 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
* | tipc: add functionality to lookup multicast destination nodesJon Paul Maloy2017-01-204-8/+87
* | tipc: add function for checking broadcast support in bearerJon Paul Maloy2017-01-204-9/+34
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-175-13/+13
|\|
| * tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan2017-01-165-13/+13
* | tipc: reduce risk of user starvation during link congestionJon Paul Maloy2017-01-035-251/+194Star
* | tipc: modify struct tipc_plist to be more versatileJon Paul Maloy2017-01-033-46/+83
* | tipc: unify tipc_wait_for_sndpkt() and tipc_wait_for_sndmsg() functionsJon Paul Maloy2017-01-031-59/+49Star
|/
* tipc: don't send FIN message from connectionless socketJon Paul Maloy2016-12-231-11/+13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-161-2/+2
|\
| * [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-051-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-034-18/+46
|\ \
| * | tipc: check minimum bearer MTUMichal Kubeček2016-12-023-2/+27
| * | tipc: fix link statistics counter errorsJon Paul Maloy2016-11-281-16/+19
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-273-8/+9
|\|
| * tipc: resolve connection flow control compatibility problemJon Paul Maloy2016-11-261-1/+1
| * tipc: improve sanity check for received domain recordsJon Paul Maloy2016-11-261-5/+5
| * tipc: fix compatibility bug in link monitoringJon Paul Maloy2016-11-261-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-47/+1Star
|\|
| * tipc: eliminate obsolete socket locking policy descriptionJon Paul Maloy2016-11-201-47/+1Star
* | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-182-2/+2
* | net: fix sleeping for sk_wait_event()WANG Cong2016-11-141-12/+12
* | tipc: remove SS_CONNECTED sock stateParthasarathy Bhuvaragan2016-11-011-48/+38Star
* | tipc: create TIPC_CONNECTING as a new sk_stateParthasarathy Bhuvaragan2016-11-011-32/+28Star
* | tipc: remove SS_DISCONNECTING stateParthasarathy Bhuvaragan2016-11-011-80/+52Star
* | tipc: create TIPC_DISCONNECTING as a new sk_stateParthasarathy Bhuvaragan2016-11-011-15/+24
* | tipc: create TIPC_OPEN as a new sk_stateParthasarathy Bhuvaragan2016-11-011-54/+43Star
* | tipc: create TIPC_ESTABLISHED as a new sk_stateParthasarathy Bhuvaragan2016-11-011-7/+11
* | tipc: create TIPC_LISTEN as a new sk_stateParthasarathy Bhuvaragan2016-11-011-19/+43
* | tipc: remove socket state SS_READYParthasarathy Bhuvaragan2016-11-011-18/+31