summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix use-after-freeEric Dumazet2017-08-301-2/+4
* tipc: ignore requests when the connection state is not CONNECTEDParthasarathy Bhuvaragan2017-06-171-6/+7
* tipc: check minimum bearer MTUMichal Kubeček2017-04-303-2/+29
* tipc: fix socket timer deadlockJon Paul Maloy2017-04-301-12/+42
* tipc: fix random link resets while adding a second bearerParthasarathy Bhuvaragan2017-04-301-3/+5
* tipc: correct error in node fsmJon Paul Maloy2017-04-301-2/+2
* tipc: re-enable compensation for socket receive buffer double countingJon Paul Maloy2017-04-301-1/+1
* tipc: make dist queue pernetErik Hugne2017-04-303-9/+11
* tipc: make sure IPv6 header fits in skb headroomRichard Alpe2017-04-301-1/+1
* tipc: fix crash during node removalJon Paul Maloy2017-04-271-13/+11
* tipc: fix NULL pointer dereference in shutdown()Vegard Nossum2016-09-301-1/+2
* tipc: move linearization of buffers to generic codeJon Paul Maloy2016-09-243-5/+3
* tipc: fix nl compat regression for link statisticsRichard Alpe2016-09-151-1/+1
* tipc: fix an infoleak in tipc_nl_compat_link_dumpKangjie Lu2016-09-151-1/+2
* tipc: fix nullptr crash during subscription cancelParthasarathy Bhuvaragan2016-09-151-1/+2
* tipc: fix nametable publication field in nl compatRichard Alpe2016-06-241-1/+1
* tipc: check nl sock before parsing nested attributesRichard Alpe2016-06-241-0/+3
* tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"Parthasarathy Bhuvaragan2016-04-201-14/+19
* tipc: unlock in error pathInsu Yun2016-03-031-1/+3
* tipc: fix premature addition of node to lookup tableJon Paul Maloy2016-03-031-6/+6
* tipc: fix connection abort during subscription cancelParthasarathy Bhuvaragan2016-03-031-6/+5
* tipc: fix error handling of expanding buffer headroomYing Xue2015-11-241-2/+5
* tipc: avoid packets leaking on socket receive queueYing Xue2015-11-231-3/+7
* tipc: correct settings of broadcast link stateJon Paul Maloy2015-11-201-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-031-0/+5
|\
| * tipc: linearize arriving NAME_DISTR and LINK_PROTO buffersJon Paul Maloy2015-11-011-0/+5
* | tipc: link_is_bc_sndlink() can be staticWu Fengguang2015-10-252-5/+5
* | tipc: clean up unused code and structuresJon Paul Maloy2015-10-249-1104/+30
* | tipc: ensure binding table initial distribution is sent via first linkJon Paul Maloy2015-10-242-3/+3
* | tipc: eliminate link's reference to owner nodeJon Paul Maloy2015-10-244-22/+29
* | tipc: eliminate redundant buffer cloning at transmissionJon Paul Maloy2015-10-242-28/+15
* | tipc: let neighbor discoverer tranmsit consumable buffersJon Paul Maloy2015-10-244-12/+38
* | tipc: introduce jumbo frame support for broadcastJon Paul Maloy2015-10-247-6/+39
* | tipc: simplify bearer level broadcastJon Paul Maloy2015-10-245-45/+151
* | tipc: let broadcast packet reception use new link receive functionJon Paul Maloy2015-10-249-220/+615
* | tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy2015-10-246-7/+23
* | tipc: let broadcast transmission use new link transmit functionJon Paul Maloy2015-10-245-57/+85
* | tipc: make struct tipc_link generic to support broadcastJon Paul Maloy2015-10-243-12/+34
* | tipc: use explicit allocation of broadcast send linkJon Paul Maloy2015-10-244-45/+79
* | tipc: make link implementation independent from struct tipc_bearerJon Paul Maloy2015-10-243-23/+36
* | tipc: create broadcast transmission link at namespace initJon Paul Maloy2015-10-244-7/+24
* | tipc: move broadcast link lock to struct tipc_netJon Paul Maloy2015-10-243-9/+14
* | tipc: move bcast definitions to bcast.cJon Paul Maloy2015-10-245-107/+110
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-243-6/+19
|\|
| * tipc: conditionally expand buffer headroom over udp tunnelJon Paul Maloy2015-10-211-0/+5
| * tipc: allow non-linear first fragment bufferJon Paul Maloy2015-10-211-3/+9
| * tipc: extend broadcast link window sizeJon Paul Maloy2015-10-211-3/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-202-5/+5
|\|
| * tipc: move fragment importance field to new header positionJon Paul Maloy2015-10-141-2/+2
| * tipc: eliminate risk of stalled link synchronizationJon Paul Maloy2015-10-141-3/+3