summaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)Author
2017-12-16tipc: fix memory leak in tipc_accept_from_sock()Jon Maloy
2017-12-09tipc: fix cleanup at module unloadParthasarathy Bhuvaragan
2017-11-18tipc: fix link attribute propagation bugRichard Alpe
2017-10-21tipc: use only positive error codes in messagesParthasarathy Bhuvaragan
2017-08-30tipc: fix use-after-freeEric Dumazet
2017-06-17tipc: ignore requests when the connection state is not CONNECTEDParthasarathy Bhuvaragan
2017-04-30tipc: check minimum bearer MTUMichal Kubeček
2017-04-30tipc: fix socket timer deadlockJon Paul Maloy
2017-04-30tipc: fix random link resets while adding a second bearerParthasarathy Bhuvaragan
2017-04-30tipc: correct error in node fsmJon Paul Maloy
2017-04-30tipc: re-enable compensation for socket receive buffer double countingJon Paul Maloy
2017-04-30tipc: make dist queue pernetErik Hugne
2017-04-30tipc: make sure IPv6 header fits in skb headroomRichard Alpe
2017-04-27tipc: fix crash during node removalJon Paul Maloy
2016-09-30tipc: fix NULL pointer dereference in shutdown()Vegard Nossum
2016-09-24tipc: move linearization of buffers to generic codeJon Paul Maloy
2016-09-15tipc: fix nl compat regression for link statisticsRichard Alpe
2016-09-15tipc: fix an infoleak in tipc_nl_compat_link_dumpKangjie Lu
2016-09-15tipc: fix nullptr crash during subscription cancelParthasarathy Bhuvaragan
2016-06-24tipc: fix nametable publication field in nl compatRichard Alpe
2016-06-24tipc: check nl sock before parsing nested attributesRichard Alpe
2016-04-20tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"Parthasarathy Bhuvaragan
2016-03-03tipc: unlock in error pathInsu Yun
2016-03-03tipc: fix premature addition of node to lookup tableJon Paul Maloy
2016-03-03tipc: fix connection abort during subscription cancelParthasarathy Bhuvaragan
2015-11-24tipc: fix error handling of expanding buffer headroomYing Xue
2015-11-23tipc: avoid packets leaking on socket receive queueYing Xue
2015-11-20tipc: correct settings of broadcast link stateJon Paul Maloy
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-11-01tipc: linearize arriving NAME_DISTR and LINK_PROTO buffersJon Paul Maloy
2015-10-25tipc: link_is_bc_sndlink() can be staticWu Fengguang
2015-10-24tipc: clean up unused code and structuresJon Paul Maloy
2015-10-24tipc: ensure binding table initial distribution is sent via first linkJon Paul Maloy
2015-10-24tipc: eliminate link's reference to owner nodeJon Paul Maloy
2015-10-24tipc: eliminate redundant buffer cloning at transmissionJon Paul Maloy
2015-10-24tipc: let neighbor discoverer tranmsit consumable buffersJon Paul Maloy
2015-10-24tipc: introduce jumbo frame support for broadcastJon Paul Maloy
2015-10-24tipc: simplify bearer level broadcastJon Paul Maloy
2015-10-24tipc: let broadcast packet reception use new link receive functionJon Paul Maloy
2015-10-24tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy
2015-10-24tipc: let broadcast transmission use new link transmit functionJon Paul Maloy
2015-10-24tipc: make struct tipc_link generic to support broadcastJon Paul Maloy
2015-10-24tipc: use explicit allocation of broadcast send linkJon Paul Maloy
2015-10-24tipc: make link implementation independent from struct tipc_bearerJon Paul Maloy
2015-10-24tipc: create broadcast transmission link at namespace initJon Paul Maloy
2015-10-24tipc: move broadcast link lock to struct tipc_netJon Paul Maloy
2015-10-24tipc: move bcast definitions to bcast.cJon Paul Maloy
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-21tipc: conditionally expand buffer headroom over udp tunnelJon Paul Maloy
2015-10-21tipc: allow non-linear first fragment bufferJon Paul Maloy