summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-11/+11
* tipc: fix skb truesize/datasize ratio controlHoang Le2018-02-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-3114-333/+423
|\
| * tipc: fix race between poll() and setsockopt()Jon Maloy2018-01-193-17/+13
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-171-12/+14
| |\
| * | tipc: fix race condition at topology server receiveJon Maloy2018-01-163-46/+51
| * | tipc: fix bug during lookup of multicast destination nodesJon Maloy2018-01-153-8/+4
| * | tipc: fix a potental access after delete in tipc_sk_join()Jon Maloy2018-01-151-0/+1
| * | tipc: improve poll() for group member socketJon Maloy2018-01-093-33/+41
| * | tipc: improve groupcast scope handlingJon Maloy2018-01-098-71/+96
| * | tipc: add option to suppress PUBLISH events for pre-existing publicationsJon Maloy2018-01-096-15/+21
| * | tipc: send out join messages as soon as new member is discoveredJon Maloy2018-01-094-42/+68
| * | tipc: simplify group LEAVE sequenceJon Maloy2018-01-091-31/+9
| * | tipc: create group member event messages when they are neededJon Maloy2018-01-093-44/+56
| * | tipc: adjustment to group member FSMJon Maloy2018-01-091-3/+2
| * | tipc: let group member stay in JOINED mode if unable to reclaimJon Maloy2018-01-091-12/+22
| * | tipc: a couple of cleanupsJon Maloy2018-01-091-14/+8
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-091-4/+18
| |\ \
| * | | net: tipc: remove unused hardirq.hYang Shi2018-01-081-1/+0
| * | | tipc: simplify small window members' sorting algorithmJon Maloy2018-01-051-9/+4
| * | | tipc: some clarifying name changesJon Maloy2018-01-051-23/+23
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-294-13/+31
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-221-8/+8
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-161-1/+1
| |\ \ \ \ \
| * | | | | | rhashtable: Change rhashtable_walk_start to return voidTom Herbert2017-12-111-4/+2
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-091-1/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-051-4/+0
| |\ \ \ \ \ \ \
| * | | | | | | | tipc: fall back to smaller MTU if allocation of local send skb failsJon Maloy2017-12-014-13/+55
* | | | | | | | | Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-301-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tipc: switch to sock_recvmsg()Al Viro2017-12-021-2/+2
* | | | | | | | | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | net: annotate ->poll() instancesAl Viro2017-11-271-2/+2
| |/ / / / / / / /
* | | | | | | | | tipc: fix a memory leak in tipc_nl_node_get_link()Cong Wang2018-01-151-12/+14
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | tipc: fix problems with multipoint-to-point flow controlJon Maloy2018-01-021-4/+18
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | tipc: fix hanging poll() for stream socketsParthasarathy Bhuvaragan2017-12-281-1/+1
* | | | | | | tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error pathTommi Rantala2017-12-271-1/+5
* | | | | | | tipc: error path leak fixes in tipc_enable_bearer()Tommi Rantala2017-12-271-1/+4
* | | | | | | tipc: fix memory leak of group member when peer node is lostJon Maloy2017-12-261-9/+18
* | | | | | | tipc: base group replicast ack counter on number of actual receiversJon Maloy2017-12-261-1/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | tipc: remove joining group member from congested listJon Maloy2017-12-201-4/+2
* | | | | | tipc: fix list sorting bug in function tipc_group_update_member()Jon Maloy2017-12-191-2/+1
* | | | | | tipc: remove leaving group member from all listsJon Maloy2017-12-181-2/+4
* | | | | | tipc: fix lost member events bugJon Maloy2017-12-181-0/+1
| |_|_|_|/ |/| | | |
* | | | | tipc: eliminate potential memory leakJon Maloy2017-12-131-1/+1
| |_|_|/ |/| | |
* | | | tipc: fix memory leak in tipc_accept_from_sock()Jon Maloy2017-12-051-0/+1
* | | | tipc: fix a null pointer deref on error pathCong Wang2017-12-051-1/+1
| |_|/ |/| |
* | | tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Tommi Rantala2017-12-011-4/+0
| |/ |/|
* | tipc: eliminate access after delete in group_filter_msg()Jon Maloy2017-11-271-1/+1
|/
* tipc: fix access of released memoryJon Maloy2017-11-211-1/+1
* tipc: enforce valid ratio between skb truesize and contentsJon Maloy2017-11-163-9/+24
OpenPOWER on IntegriCloud