summaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2018-04-29tipc: add policy for TIPC_NLA_NET_ADDREric Dumazet1-1/+2
2017-12-16tipc: fix memory leak in tipc_accept_from_sock()Jon Maloy1-0/+1
2017-12-09tipc: fix cleanup at module unloadParthasarathy Bhuvaragan1-3/+1
2017-11-18tipc: fix link attribute propagation bugRichard Alpe2-23/+6
2017-10-21tipc: use only positive error codes in messagesParthasarathy Bhuvaragan1-1/+1
2017-08-30tipc: fix use-after-freeEric Dumazet1-2/+4
2017-06-17tipc: ignore requests when the connection state is not CONNECTEDParthasarathy Bhuvaragan1-6/+7
2017-04-30tipc: check minimum bearer MTUMichal Kubeček3-2/+29
2017-04-30tipc: fix socket timer deadlockJon Paul Maloy1-12/+42
2017-04-30tipc: fix random link resets while adding a second bearerParthasarathy Bhuvaragan1-3/+5
2017-04-30tipc: correct error in node fsmJon Paul Maloy1-2/+2
2017-04-30tipc: re-enable compensation for socket receive buffer double countingJon Paul Maloy1-1/+1
2017-04-30tipc: make dist queue pernetErik Hugne3-9/+11
2017-04-30tipc: make sure IPv6 header fits in skb headroomRichard Alpe1-1/+1
2017-04-27tipc: fix crash during node removalJon Paul Maloy1-13/+11
2016-09-30tipc: fix NULL pointer dereference in shutdown()Vegard Nossum1-1/+2
2016-09-24tipc: move linearization of buffers to generic codeJon Paul Maloy3-5/+3
2016-09-15tipc: fix nl compat regression for link statisticsRichard Alpe1-1/+1
2016-09-15tipc: fix an infoleak in tipc_nl_compat_link_dumpKangjie Lu1-1/+2
2016-09-15tipc: fix nullptr crash during subscription cancelParthasarathy Bhuvaragan1-1/+2
2016-06-24tipc: fix nametable publication field in nl compatRichard Alpe1-1/+1
2016-06-24tipc: check nl sock before parsing nested attributesRichard Alpe1-0/+3
2016-04-20tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"Parthasarathy Bhuvaragan1-14/+19
2016-03-04tipc: unlock in error pathInsu Yun1-1/+3
2016-03-04tipc: fix premature addition of node to lookup tableJon Paul Maloy1-6/+6
2016-03-04tipc: fix connection abort during subscription cancelParthasarathy Bhuvaragan1-6/+5
2015-11-24tipc: fix error handling of expanding buffer headroomYing Xue1-2/+5
2015-11-24tipc: avoid packets leaking on socket receive queueYing Xue1-3/+7
2015-11-20tipc: correct settings of broadcast link stateJon Paul Maloy1-0/+2
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2015-11-01tipc: linearize arriving NAME_DISTR and LINK_PROTO buffersJon Paul Maloy1-0/+5
2015-10-25tipc: link_is_bc_sndlink() can be staticWu Fengguang2-5/+5
2015-10-24tipc: clean up unused code and structuresJon Paul Maloy9-1104/+30
2015-10-24tipc: ensure binding table initial distribution is sent via first linkJon Paul Maloy2-3/+3
2015-10-24tipc: eliminate link's reference to owner nodeJon Paul Maloy4-22/+29
2015-10-24tipc: eliminate redundant buffer cloning at transmissionJon Paul Maloy2-28/+15
2015-10-24tipc: let neighbor discoverer tranmsit consumable buffersJon Paul Maloy4-12/+38
2015-10-24tipc: introduce jumbo frame support for broadcastJon Paul Maloy7-6/+39
2015-10-24tipc: simplify bearer level broadcastJon Paul Maloy5-45/+151
2015-10-24tipc: let broadcast packet reception use new link receive functionJon Paul Maloy9-220/+615
2015-10-24tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy6-7/+23
2015-10-24tipc: let broadcast transmission use new link transmit functionJon Paul Maloy5-57/+85
2015-10-24tipc: make struct tipc_link generic to support broadcastJon Paul Maloy3-12/+34
2015-10-24tipc: use explicit allocation of broadcast send linkJon Paul Maloy4-45/+79
2015-10-24tipc: make link implementation independent from struct tipc_bearerJon Paul Maloy3-23/+36
2015-10-24tipc: create broadcast transmission link at namespace initJon Paul Maloy4-7/+24
2015-10-24tipc: move broadcast link lock to struct tipc_netJon Paul Maloy3-9/+14
2015-10-24tipc: move bcast definitions to bcast.cJon Paul Maloy5-107/+110
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+19
2015-10-22tipc: conditionally expand buffer headroom over udp tunnelJon Paul Maloy1-0/+5