summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix wrong connect() return codeTuong Lien2020-01-081-2/+2
* tipc: fix link overflow issue at socket shutdownTuong Lien2020-01-081-21/+32
* tipc: remove meaningless assignment in MakefileMasahiro Yamada2020-01-081-2/+0
* tipc: do not add socket.o to tipc-y twiceMasahiro Yamada2020-01-081-1/+1
* tipc: eliminate KMSAN: uninit-value in __tipc_nl_compat_dumpit errorYing Xue2020-01-061-2/+2
* tipc: fix use-after-free in tipc_disc_rcv()Tuong Lien2019-12-101-3/+3
* tipc: fix retrans failure due to wrong destinationTuong Lien2019-12-101-14/+18
* tipc: fix potential hanging after b/rcast changingTuong Lien2019-12-101-9/+15
* tipc: fix name table rbtree issuesTuong Lien2019-12-101-100/+179
* tipc: fix ordering of tipc module init and exit routineTaehee Yoo2019-12-061-14/+15
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2019-12-041-3/+6
* tipc: fix duplicate SYN messages under link congestionTung Nguyen2019-11-281-7/+10
* tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen2019-11-281-1/+1
* tipc: fix wrong socket reference counter after tipc_sk_timeout() returnsTung Nguyen2019-11-281-0/+1
* tipc: fix potential memory leak in __tipc_sendmsg()Tung Nguyen2019-11-281-1/+3
* tipc: fix link name length checkJohn Rutherford2019-11-261-2/+2
* net: use rhashtable_lookup() instead of rhashtable_lookup_fast()Taehee Yoo2019-11-231-1/+1
* tipc: support in-order name publication eventsTuong Lien2019-11-222-8/+47
* tipc: update replicast capability for broadcast send linkHoang Le2019-11-224-5/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-162-2/+6
|\
| * tipc: add back tipc prefix to log messagesMatt Bennett2019-11-142-2/+6
* | tipc: update mon's self addr when node addr generatedHoang Le2019-11-123-0/+18
* | tipc: fix update of the uninitialized variable errColin Ian King2019-11-111-1/+1
* | tipc: add support for AEAD key setting via netlinkTuong Lien2019-11-083-1/+156
* | tipc: introduce TIPC encryption & authenticationTuong Lien2019-11-0817-46/+2385
* | tipc: enable creating a "preliminary" nodeTuong Lien2019-11-082-27/+73
* | tipc: add reference counter to bearerTuong Lien2019-11-082-1/+16
* | tipc: eliminate checking netns if node establishedHoang Le2019-11-071-9/+5
* | tipc: eliminate the dummy packet in link synchingTuong Lien2019-11-061-15/+14
* | tipc: reduce sensitive to retransmit failuresHoang Le2019-11-061-1/+1
* | tipc: update cluster capabilities if node deletedHoang Le2019-11-061-1/+11
* | tipc: improve message bundling algorithmTuong Lien2019-11-033-104/+113
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-2/+2
|\|
| * net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-281-2/+2
* | tipc: add smart nagle featureJon Maloy2019-10-304-20/+169
* | tipc: improve throughput between nodes in netnsHoang Le2019-10-298-11/+197
* | tipc: Spelling s/enpoint/endpoint/Geert Uytterhoeven2019-10-281-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-201-4/+4
|\|
| * net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet2019-10-091-1/+1
| * net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet2019-10-091-3/+3
* | net: tipc: prepare attrs in __tipc_nl_compat_dumpit()Jiri Pirko2019-10-081-0/+9
* | net: tipc: allocate attrs locally instead of using genl_family_attrbuf in com...Jiri Pirko2019-10-063-17/+15
* | net: tipc: have genetlink code to parse the attrs during dumpitJiri Pirko2019-10-064-18/+9
|/
* tipc: fix unlimited bundling of small messagesTuong Lien2019-10-022-15/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-1/+2
|\
| * tipc: add NULL pointer check before calling kfree_rcuXin Long2019-09-051-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-193-43/+58
|\|
| * tipc: fix false detection of retransmit failuresTuong Lien2019-08-162-43/+57
| * tipc: initialise addr_trail_end when setting node addressesChris Packham2019-08-111-0/+1
* | tipc: clean up skb list lock handling on send pathJon Maloy2019-08-186-25/+26