| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-03-05 | tipc: fix RDM/DGRAM connect() regression | Erik Hugne | 1 | -1/+1 |
| 2019-03-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+5 |
| 2019-02-26 | tipc: fix race condition causing hung sendto | Tung Nguyen | 1 | -1/+5 |
| 2019-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+6 |
| 2019-02-21 | tipc: improve function tipc_wait_for_rcvmsg() | Tung Nguyen | 1 | -4/+5 |
| 2019-02-21 | tipc: improve function tipc_wait_for_cond() | Tung Nguyen | 1 | -1/+1 |
| 2019-02-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -6/+44 |
| 2019-02-11 | tipc: fix link session and re-establish issues | Tuong Lien | 3 | -5/+43 |
| 2019-02-11 | tipc: fix skb may be leaky in tipc_link_input | Hoang Le | 1 | -1/+1 |
| 2019-01-24 | tipc: remove dead code in struct tipc_topsrv | Zhaolong Zhang | 1 | -3/+0 |
| 2019-01-23 | tipc: mark expected switch fall-throughs | Gustavo A. R. Silva | 2 | -3/+3 |
| 2019-01-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -2/+50 |
| 2019-01-17 | tipc: remove unneeded semicolon in trace.c | YueHaibing | 1 | -2/+2 |
| 2019-01-15 | tipc: fix uninit-value in tipc_nl_compat_doit | Ying Xue | 1 | -1/+1 |
| 2019-01-15 | tipc: fix uninit-value in tipc_nl_compat_name_table_dump | Ying Xue | 1 | -0/+2 |
| 2019-01-15 | tipc: fix uninit-value in tipc_nl_compat_link_set | Ying Xue | 1 | -0/+5 |
| 2019-01-15 | tipc: fix uninit-value in tipc_nl_compat_bearer_enable | Ying Xue | 1 | -0/+26 |
| 2019-01-15 | tipc: fix uninit-value in tipc_nl_compat_link_reset_stats | Ying Xue | 1 | -0/+15 |
| 2019-01-15 | tipc: fix uninit-value in in tipc_conn_rcv_sub | Ying Xue | 1 | -1/+1 |
| 2019-01-07 | tipc: fix memory leak in tipc_nl_compat_publ_dump | Gustavo A. R. Silva | 1 | -1/+3 |
| 2018-12-27 | tipc: fix a missing check of genlmsg_put | Kangjie Lu | 1 | -0/+2 |
| 2018-12-27 | tipc: fix a double free in tipc_enable_bearer() | Cong Wang | 1 | -1/+0 |
| 2018-12-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+5 |
| 2018-12-24 | net/netlink_compat: Fix a missing check of nla_parse_nested | Aditya Pakki | 1 | -2/+5 |
| 2018-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -19/+30 |
| 2018-12-19 | tipc: fix uninitialized value for broadcast retransmission | Hoang Le | 1 | -0/+8 |
| 2018-12-19 | tipc: add trace_events for tipc bearer | Tuong Lien | 2 | -0/+45 |
| 2018-12-19 | tipc: add trace_events for tipc node | Tuong Lien | 2 | -0/+24 |
| 2018-12-19 | tipc: add trace_events for tipc socket | Tuong Lien | 5 | -9/+176 |
| 2018-12-19 | tipc: add trace_events for tipc link | Tuong Lien | 4 | -2/+164 |
| 2018-12-19 | tipc: enable tracepoints in tipc | Tuong Lien | 11 | -5/+716 |
| 2018-12-18 | tipc: handle broadcast NAME_DISTRIBUTOR packet when receiving it | Zhenbo Gao | 1 | -0/+4 |
| 2018-12-18 | tipc: check group dests after tipc_wait_for_cond() | Cong Wang | 1 | -4/+5 |
| 2018-12-14 | tipc: check tsk->group in tipc_wait_for_cond() | Cong Wang | 1 | -11/+14 |
| 2018-12-14 | tipc: compare remote and local protocols in tipc_udp_enable() | Cong Wang | 1 | -0/+5 |
| 2018-12-14 | tipc: fix a double kfree_skb() | Cong Wang | 1 | -3/+1 |
| 2018-12-14 | tipc: use lock_sock() in tipc_sk_reinit() | Cong Wang | 1 | -2/+6 |
| 2018-12-05 | tipc: fix node keep alive interval calculation | Hoang Le | 1 | -0/+6 |
| 2018-11-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+5 |
| 2018-11-27 | tipc: fix lockdep warning during node delete | Jon Maloy | 1 | -2/+5 |
| 2018-11-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -22/+59 |
| 2018-11-17 | tipc: don't assume linear buffer when reading ancillary data | Jon Maloy | 1 | -4/+11 |
| 2018-11-17 | tipc: fix lockdep warning when reinitilaizing sockets | Jon Maloy | 3 | -18/+48 |
| 2018-11-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+7 |
| 2018-11-11 | tipc: fix link re-establish failure | Jon Maloy | 1 | -4/+7 |
| 2018-11-11 | tipc: improve broadcast retransmission algorithm | LUU Duc Canh | 2 | -46/+14 |
| 2018-11-01 | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -1/+1 |
| 2018-10-24 | iov_iter: Separate type from direction and use accessor functions | David Howells | 1 | -1/+1 |
| 2018-10-23 | Revert "net: simplify sock_poll_wait" | Karsten Graul | 1 | -1/+1 |
| 2018-10-22 | tipc: eliminate message disordering during binding table update | Jon Maloy | 3 | -8/+12 |
| 2018-10-22 | tipc: use destination length for copy string | Guoqing Jiang | 1 | -1/+1 |
| 2018-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -2/+4 |
| 2018-10-18 | tipc: fix info leak from kernel tipc_event | Jon Maloy | 1 | -0/+1 |
| 2018-10-15 | tipc: fix unsafe rcu locking when accessing publication list | Tung Nguyen | 1 | -2/+2 |
| 2018-10-15 | tipc: initialize broadcast link stale counter correctly | Jon Maloy | 1 | -0/+1 |
| 2018-10-15 | tipc: support binding to specific ip address when activating UDP bearer | Hoang Le | 1 | -3/+15 |
| 2018-10-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -9/+32 |
| 2018-10-11 | tipc: eliminate possible recursive locking detected by LOCKDEP | Ying Xue | 1 | -2/+9 |
| 2018-10-10 | tipc: queue socket protocol error messages into socket receive buffer | Parthasarathy Bhuvaragan | 1 | -2/+12 |
| 2018-10-10 | tipc: set link tolerance correctly in broadcast link | Jon Maloy | 1 | -5/+11 |
| 2018-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 5 | -8/+70 |
| 2018-10-01 | tipc: ignore STATE_MSG on wrong link session | LUU Duc Canh | 2 | -2/+6 |
| 2018-09-29 | tipc: fix failover problem | LUU Duc Canh | 3 | -0/+49 |
| 2018-09-29 | tipc: buffer overflow handling in listener socket | Tung Nguyen | 3 | -6/+64 |
| 2018-09-29 | tipc: add SYN bit to connection setup messages | Jon Maloy | 3 | -5/+22 |
| 2018-09-29 | tipc: refactor function tipc_sk_filter_connect() | Jon Maloy | 1 | -58/+43 |
| 2018-09-29 | tipc: refactor function tipc_sk_timeout() | Jon Maloy | 1 | -24/+38 |
| 2018-09-29 | tipc: refactor function tipc_msg_reverse() | Jon Maloy | 1 | -30/+28 |
| 2018-09-25 | tipc: lock wakeup & inputq at tipc_link_reset() | Parthasarathy Bhuvaragan | 1 | -1/+6 |
| 2018-09-25 | tipc: reset bearer if device carrier not ok | Parthasarathy Bhuvaragan | 1 | -5/+7 |
| 2018-09-25 | tipc: fix flow control accounting for implicit connect | Parthasarathy Bhuvaragan | 1 | -1/+3 |
| 2018-09-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -6/+18 |
| 2018-09-12 | tipc: check return value of __tipc_dump_start() | Cong Wang | 1 | -1/+4 |
| 2018-09-10 | net: Add and use skb_mark_not_on_list(). | David S. Miller | 1 | -1/+1 |
| 2018-09-06 | tipc: call start and done ops directly in __tipc_nl_compat_dumpit() | Cong Wang | 3 | -6/+14 |
| 2018-09-05 | tipc: orphan sock in tipc_release() | Cong Wang | 1 | -0/+1 |
| 2018-09-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 8 | -43/+68 |
| 2018-09-03 | tipc: correct spelling errors for tipc_topsrv_queue_evt() comments | Zhenbo Gao | 1 | -2/+2 |
| 2018-09-03 | tipc: correct spelling errors for struct tipc_bc_base's comment | Zhenbo Gao | 1 | -2/+2 |
| 2018-09-03 | tipc: correct structure parameter comments for topsrv | Zhenbo Gao | 1 | -8/+2 |
| 2018-08-29 | tipc: switch to rhashtable iterator | Cong Wang | 4 | -26/+56 |
| 2018-08-29 | tipc: fix a missing rhashtable_walk_exit() | Cong Wang | 1 | -0/+2 |
| 2018-08-27 | tipc: fix the big/little endian issue in tipc_dest | Haiqing Bai | 2 | -13/+6 |
| 2018-08-09 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+1 |
| 2018-08-07 | tipc: fix an interrupt unsafe locking scenario | Ying Xue | 1 | -3/+1 |
| 2018-08-01 | net/tipc: remove redundant variables 'tn' and 'oport' | Colin Ian King | 1 | -4/+1 |
| 2018-07-30 | net: simplify sock_poll_wait | Christoph Hellwig | 1 | -1/+1 |
| 2018-07-27 | net: tipc: bcast: Replace GFP_ATOMIC with GFP_KERNEL in tipc_bcast_init() | Jia-Ju Bai | 1 | -1/+1 |
| 2018-07-27 | net: tipc: name_table: Replace GFP_ATOMIC with GFP_KERNEL in tipc_nametbl_init() | Jia-Ju Bai | 1 | -1/+1 |
| 2018-07-26 | tipc: add missing dev_put() on error in tipc_enable_l2_media | YueHaibing | 1 | -0/+1 |
| 2018-07-21 | tipc: make some functions static | YueHaibing | 3 | -8/+10 |
| 2018-07-20 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux | David S. Miller | 3 | -15/+27 |
| 2018-07-20 | tipc: make link capability update thread safe | Jon Maloy | 1 | -0/+4 |
| 2018-07-18 | tipc: remove unused tipc_group_size | YueHaibing | 1 | -5/+0 |
| 2018-07-18 | tipc: remove unused tipc_link_is_active | YueHaibing | 1 | -5/+0 |
| 2018-07-11 | tipc: check session number before accepting link protocol messages | Jon Maloy | 3 | -22/+52 |
| 2018-07-11 | tipc: add sequence number check for link STATE messages | Jon Maloy | 4 | -6/+32 |
| 2018-07-07 | tipc: extend link reset criteria for stale packet retransmission | Jon Maloy | 1 | -19/+24 |
| 2018-07-07 | tipc: make function tipc_net_finalize() thread safe | Jon Maloy | 1 | -6/+11 |
| 2018-07-07 | tipc: fix correct setting of message type in second discoverer | Jon Maloy | 1 | -6/+7 |
| 2018-07-07 | tipc: correct discovery message handling during address trial period | Jon Maloy | 1 | -1/+4 |
| 2018-07-07 | tipc: fix wrong return value from function tipc_node_try_addr() | Jon Maloy | 1 | -2/+5 |
| 2018-07-05 | tipc: mark expected switch fall-throughs | Gustavo A. R. Silva | 2 | -0/+2 |
| 2018-07-03 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+9 |
| 2018-06-30 | tipc: extend sock diag for group communication | GhantaKrishnamurthy MohanKrishna | 3 | -0/+38 |
| 2018-06-30 | tipc: Auto removal of peer down node instance | GhantaKrishnamurthy MohanKrishna | 1 | -11/+55 |
| 2018-06-30 | tipc: optimize function tipc_node_timeout() | Tung Nguyen | 1 | -3/+5 |
| 2018-06-30 | tipc: eliminate buffer cloning in function tipc_msg_extract() | Tung Nguyen | 1 | -20/+15 |
| 2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 1 | -5/+9 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -2/+3 |
| 2018-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 8 | -59/+143 |
| 2018-06-04 | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -9/+5 |
| 2018-05-26 | net/tipc: convert to ->poll_mask | Christoph Hellwig | 1 | -9/+5 |
| 2018-05-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -3/+15 |
| 2018-05-10 | tipc: fix one byte leak in tipc_sk_set_orig_addr() | Eric Dumazet | 1 | -1/+2 |
| 2018-05-10 | tipc: clean up removal of binding table items | Jon Maloy | 1 | -50/+53 |
| 2018-05-10 | tipc: eliminate KMSAN uninit-value in strcmp complaint | Ying Xue | 1 | -2/+13 |
| 2018-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2018-04-27 | tipc: introduce ioctl for fetching node identity | Jon Maloy | 3 | -2/+33 |
| 2018-04-27 | tipc: fix bug in function tipc_nl_node_dump_monitor | Jon Maloy | 1 | -1/+1 |
| 2018-04-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 8 | -25/+40 |
| 2018-04-20 | tipc: confgiure and apply UDP bearer MTU on running links | GhantaKrishnamurthy MohanKrishna | 3 | -5/+25 |
| 2018-04-20 | tipc: implement configuration of UDP media MTU | GhantaKrishnamurthy MohanKrishna | 3 | -0/+30 |
| 2018-04-20 | tipc: set default MTU for UDP media | GhantaKrishnamurthy MohanKrishna | 1 | -2/+2 |
| 2018-04-18 | tipc: fix infinite loop when dumping link monitor summary | Tung Nguyen | 2 | -8/+5 |
| 2018-04-18 | tipc: fix use-after-free in tipc_nametbl_stop | Jon Maloy | 1 | -12/+17 |
| 2018-04-16 | tipc: fix possible crash in __tipc_nl_net_set() | Eric Dumazet | 2 | -0/+4 |
| 2018-04-16 | tipc: add policy for TIPC_NLA_NET_ADDR | Eric Dumazet | 1 | -1/+2 |
| 2018-04-12 | tipc: fix missing initializer in tipc_sendmsg() | Jon Maloy | 1 | -1/+3 |
| 2018-04-12 | tipc: fix unbalanced reference counter | Jon Maloy | 3 | -3/+9 |
| 2018-04-08 | tipc: use the right skb in tipc_sk_fill_sock_diag() | Cong Wang | 3 | -6/+6 |
| 2018-04-04 | tipc: Fix namespace violation in tipc_sk_fill_sock_diag | GhantaKrishnamurthy MohanKrishna | 1 | -1/+2 |
| 2018-04-04 | tipc: Fix missing list initializations in struct tipc_subscription | Jon Maloy | 1 | -0/+2 |
| 2018-03-31 | tipc: avoid possible string overflow | Jon Maloy | 1 | -1/+2 |
| 2018-03-31 | tipc: permit overlapping service ranges in name table | Jon Maloy | 7 | -111/+60 |
| 2018-03-31 | tipc: refactor name table translate function | Jon Maloy | 1 | -36/+25 |
| 2018-03-31 | tipc: replace name table service range array with rb tree | Jon Maloy | 6 | -568/+477 |
| 2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai | 1 | -1/+0 |
| 2018-03-27 | tipc: tipc_node_create() can be static | Wei Yongjun | 1 | -2/+2 |
| 2018-03-27 | tipc: fix error handling in tipc_udp_enable() | Wei Yongjun | 1 | -1/+2 |
| 2018-03-25 | tipc: tipc_disc_addr_trial_msg() can be static | kbuild test robot | 1 | -7/+7 |
| 2018-03-23 | tipc: obtain node identity from interface by default | Jon Maloy | 3 | -9/+29 |
| 2018-03-23 | tipc: handle collisions of 32-bit node address hash values | Jon Maloy | 11 | -45/+236 |
| 2018-03-23 | tipc: add 128-bit node identifier | Jon Maloy | 11 | -56/+146 |
| 2018-03-23 | tipc: remove direct accesses to own_addr field in struct tipc_net | Jon Maloy | 8 | -49/+42 |
| 2018-03-23 | tipc: allow closest-first lookup algorithm when legacy address is configured | Jon Maloy | 6 | -18/+22 |
| 2018-03-23 | tipc: remove restrictions on node address values | Jon Maloy | 8 | -105/+21 |
| 2018-03-23 | tipc: some cleanups in the file discover.c | Jon Maloy | 4 | -166/+155 |
| 2018-03-23 | tipc: refactor function tipc_enable_bearer() | Jon Maloy | 1 | -66/+70 |
| 2018-03-22 | tipc: step sk->sk_drops when rcv buffer is full | GhantaKrishnamurthy MohanKrishna | 1 | -2/+7 |
| 2018-03-22 | tipc: implement socket diagnostics for AF_TIPC | GhantaKrishnamurthy MohanKrishna | 5 | -6/+203 |
| 2018-03-22 | tipc: modify socket iterator for sock_diag | GhantaKrishnamurthy MohanKrishna | 1 | -24/+41 |
| 2018-03-17 | tipc: some name changes | Jon Maloy | 5 | -103/+106 |
| 2018-03-17 | tipc: merge two lists in struct publication | Jon Maloy | 2 | -13/+12 |
| 2018-03-17 | tipc: remove zone_list member in struct publication | Jon Maloy | 2 | -76/+30 |
| 2018-03-17 | tipc: remove zone publication list in name table | Jon Maloy | 4 | -26/+29 |
| 2018-03-17 | tipc: obsolete TIPC_ZONE_SCOPE | Jon Maloy | 6 | -40/+23 |
| 2018-03-13 | net: Convert tipc_net_ops | Kirill Tkhai | 1 | -0/+1 |
| 2018-03-07 | tipc: bcast: use true and false for boolean values | Gustavo A. R. Silva | 1 | -1/+1 |
| 2018-03-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -0/+2 |
| 2018-02-27 | tipc: correct initial value for group congestion flag | Jon Maloy | 2 | -0/+2 |
| 2018-02-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 5 | -54/+91 |
| 2018-02-19 | tipc: don't call sock_release() in atomic context | Paolo Abeni | 1 | -1/+1 |
| 2018-02-19 | tipc: fix bug on error path in tipc_topsrv_kern_subscr() | Jon Maloy | 1 | -3/+4 |
| 2018-02-16 | tipc: rename tipc_server to tipc_topsrv | Jon Maloy | 7 | -259/+258 |
| 2018-02-16 | tipc: separate topology server listener socket from subcsriber sockets | Jon Maloy | 1 | -181/+147 |
| 2018-02-16 | tipc: make struct tipc_server private for server.c | Jon Maloy | 5 | -128/+110 |
| 2018-02-16 | tipc: some prefix changes | Jon Maloy | 4 | -56/+54 |
| 2018-02-16 | tipc: collapse subscription creation functions | Jon Maloy | 4 | -43/+22 |
| 2018-02-16 | tipc: simplify endianness handling in topology subscriber | Jon Maloy | 5 | -102/+86 |
| 2018-02-16 | tipc: simplify interaction between subscription and topology connection | Jon Maloy | 5 | -149/+88 |
| 2018-02-16 | tipc: eliminate struct tipc_subscriber | Jon Maloy | 4 | -207/+146 |
| 2018-02-16 | tipc: remove unnecessary function pointers | Jon Maloy | 4 | -37/+20 |
| 2018-02-16 | tipc: remove redundant code in topology server | Jon Maloy | 3 | -35/+9 |
| 2018-02-14 | tipc: apply bearer link tolerance on running links | Jon Maloy | 4 | -4/+32 |
| 2018-02-14 | tipc: Fix missing RTNL lock protection during setting link properties | Ying Xue | 1 | -6/+8 |
| 2018-02-14 | tipc: Introduce __tipc_nl_net_set | Ying Xue | 2 | -3/+13 |
| 2018-02-14 | tipc: Introduce __tipc_nl_media_set | Ying Xue | 2 | -9/+15 |
| 2018-02-14 | tipc: Introduce __tipc_nl_bearer_set | Ying Xue | 2 | -9/+15 |
| 2018-02-14 | tipc: Introduce __tipc_nl_bearer_enable | Ying Xue | 2 | -7/+11 |
| 2018-02-14 | tipc: Introduce __tipc_nl_bearer_disable | Ying Xue | 2 | -6/+14 |
| 2018-02-14 | tipc: Refactor __tipc_nl_compat_doit | Ying Xue | 1 | -14/+15 |
| 2018-02-12 | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko | 1 | -3/+2 |
| 2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -11/+11 |
| 2018-02-08 | tipc: fix skb truesize/datasize ratio control | Hoang Le | 1 | -2/+2 |
| 2018-01-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 14 | -333/+423 |
| 2018-01-30 | Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+2 |
| 2018-01-30 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
| 2018-01-19 | tipc: fix race between poll() and setsockopt() | Jon Maloy | 3 | -17/+13 |
| 2018-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -12/+14 |
| 2018-01-16 | tipc: fix race condition at topology server receive | Jon Maloy | 3 | -46/+51 |
| 2018-01-15 | tipc: fix bug during lookup of multicast destination nodes | Jon Maloy | 3 | -8/+4 |
| 2018-01-15 | tipc: fix a memory leak in tipc_nl_node_get_link() | Cong Wang | 1 | -12/+14 |
| 2018-01-15 | tipc: fix a potental access after delete in tipc_sk_join() | Jon Maloy | 1 | -0/+1 |
| 2018-01-09 | tipc: improve poll() for group member socket | Jon Maloy | 3 | -33/+41 |
| 2018-01-09 | tipc: improve groupcast scope handling | Jon Maloy | 8 | -71/+96 |
| 2018-01-09 | tipc: add option to suppress PUBLISH events for pre-existing publications | Jon Maloy | 6 | -15/+21 |
| 2018-01-09 | tipc: send out join messages as soon as new member is discovered | Jon Maloy | 4 | -42/+68 |
| 2018-01-09 | tipc: simplify group LEAVE sequence | Jon Maloy | 1 | -31/+9 |
| 2018-01-09 | tipc: create group member event messages when they are needed | Jon Maloy | 3 | -44/+56 |