summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: block BH before using dst_cacheEric Dumazet2020-06-031-1/+5
* tipc: fix partial topology connection closureTuong Lien2020-05-141-2/+3
* tipc: add missing attribute validation for MTU propertyJakub Kicinski2020-03-181-0/+1
* tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen2020-01-261-1/+1
* tipc: fix wrong socket reference counter after tipc_sk_timeout() returnsTung Nguyen2020-01-261-0/+1
* tipc: fix potential memory leak in __tipc_sendmsg()Tung Nguyen2020-01-261-1/+3
* tipc: update mon's self addr when node addr generatedHoang Le2020-01-263-0/+18
* tipc: reduce sensitive to retransmit failuresHoang Le2020-01-261-1/+1
* tipc: fix retrans failure due to wrong destinationTuong Lien2020-01-231-14/+18
* tipc: fix potential hanging after b/rcast changingTuong Lien2020-01-231-9/+15
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2019-12-181-3/+6
* tipc: fix ordering of tipc module init and exit routineTaehee Yoo2019-12-181-14/+15
* tipc: fix link name length checkJohn Rutherford2019-12-041-2/+2
* tipc: add back tipc prefix to log messagesMatt Bennett2019-11-142-2/+6
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-281-2/+2
* 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
* 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
* | tipc: add loopback device trackingJohn Rutherford2019-08-087-1/+88
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-062-6/+8
|\|
| * tipc: compat: allow tipc commands without argumentsTaras Kondratiuk2019-08-011-4/+7
| * tipc: fix unitilized skb list crashJon Maloy2019-07-301-2/+1
* | tipc: reduce risk of wakeup queue starvationJon Maloy2019-08-011-8/+21
* | tipc: fix changeover issues due to large packetTuong Lien2019-07-253-15/+155
* | tipc: optimize link synching mechanismTuong Lien2019-07-254-4/+44
|/
* tipc: Fix a typoChristophe JAILLET2019-07-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-191-0/+1
|\
| * tipc: initialize 'validated' field of received packetsJon Maloy2019-07-171-0/+1
* | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-4/+2
|/
* tipc: ensure head->lock is initialisedChris Packham2019-07-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-118-107/+146
|\
| * tipc: use rcu dereference functions properlyXin Long2019-07-072-11/+11
| * tipc: remove ub->ubsock checksXin Long2019-07-021-9/+8
| * tipc: embed jiffies in macro TIPC_BC_RETR_LIMJon Maloy2019-07-011-5/+4
| * tipc: add dst_cache support for udp mediaXin Long2019-06-271-25/+47
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-272-9/+21
| |\
| * | tipc: rename function msg_get_wrapped() to msg_inner_hdr()Jon Maloy2019-06-254-6/+6
| * | tipc: eliminate unnecessary skb expansion during retransmissionJon Maloy2019-06-251-1/+1
| * | tipc: simplify stale link failure criteriaJon Maloy2019-06-251-7/+2
| * | tipc: remove the unnecessary msg->req check from tipc_nl_compat_bearer_setXin Long2019-06-241-10/+0
| * | tipc: fix missing indentation in source codejohn.rutherford@dektech.com.au2019-06-241-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-223-9/+10
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-0/+1
| |\ \ \
| * | | | tipc: include retrans failure detection for unicastTuong Lien2019-06-171-36/+70