Age | Commit message (Expand) | Author | Files | Lines |
2025-05-29 | net: tipc: fix refcount warning in tipc_aead_encrypt | Charalampos Mitrodimas | 1 | -1/+5 |
2025-05-27 | tipc: use kfree_sensitive() for aead cleanup | Zilin Guan | 1 | -1/+1 |
2025-05-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+5 |
2025-05-22 | net/tipc: fix slab-use-after-free Read in tipc_aead_encrypt_done | Wang Liang | 1 | -0/+5 |
2025-04-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+2 |
2025-04-22 | tipc: fix NULL pointer dereference in tipc_mon_reinit_self() | Tung Nguyen | 1 | -1/+2 |
2025-04-15 | tipc: Removing deprecated strncpy() | Kevin Paul Reddy Janagari | 2 | -2/+2 |
2025-04-10 | Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -0/+1 |
2025-04-08 | tipc: fix memory leak in tipc_link_xmit | Tung Nguyen | 1 | -0/+1 |
2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 2 | -2/+2 |
2025-03-04 | tipc: Reduce scope for the variable “fdefq” in tipc_link_tnl_prepare() | Markus Elfring | 1 | -1/+2 |
2025-01-20 | tipc: re-order conditions in tipc_crypto_key_rcv() | Dan Carpenter | 1 | -2/+2 |
2024-12-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+6 |
2024-12-06 | net: tipc: remove one synchronize_net() from tipc_nametbl_stop() | Eric Dumazet | 2 | -2/+4 |
2024-12-05 | tipc: fix NULL deref in cleanup_bearer() | Eric Dumazet | 1 | -1/+6 |
2024-12-03 | tipc: Fix use-after-free of kernel socket in cleanup_bearer(). | Kuniyuki Iwashima | 1 | -1/+1 |
2024-09-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2024-09-13 | net: tipc: avoid possible garbage value | Su Hui | 1 | -1/+1 |
2024-09-06 | net/tipc: make use of the helper macro LIST_HEAD() | Hongbo Li | 1 | -4/+2 |
2024-08-29 | net/tipc: replace deprecated strcpy with strscpy | Hongbo Li | 1 | -1/+1 |
2024-08-26 | tipc: use min() to simplify the code | Li Zetao | 1 | -1/+1 |
2024-08-02 | tipc: guard against string buffer overrun | Simon Horman | 1 | -2/+6 |
2024-07-25 | Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -1/+4 |
2024-07-24 | tipc: Return non-zero value from tipc_udp_addr2str() on error | Shigeru Yoshida | 1 | -1/+4 |
2024-07-21 | Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -1/+1 |
2024-07-12 | tipc: Consolidate redundant functions | Shigeru Yoshida | 1 | -17/+10 |
2024-07-12 | tipc: Remove unused struct declaration | Shigeru Yoshida | 1 | -1/+0 |
2024-06-28 | kernel-wide: fix spelling mistakes like "assocative" -> "associative" | Jesse Brandeburg | 1 | -1/+1 |
2024-06-18 | tipc: force a dst refcount before doing decryption | Xin Long | 1 | -0/+1 |
2024-05-22 | tracing/treewide: Remove second parameter of __assign_str() | Steven Rostedt (Google) | 1 | -8/+8 |
2024-05-13 | net: change proto and proto_ops accept type | Jens Axboe | 1 | -8/+5 |
2024-05-03 | net: Remove ctl_table sentinel elements from several networking subsystems | Joel Granados | 1 | -1/+0 |
2024-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+6 |
2024-05-01 | tipc: fix a possible memleak in tipc_buf_append | Xin Long | 1 | -1/+1 |
2024-05-01 | tipc: fix UAF in error path | Paolo Abeni | 1 | -1/+5 |
2024-04-30 | inet: introduce dst_rtable() helper | Eric Dumazet | 1 | -1/+1 |
2024-04-12 | tipc: remove redundant assignment to ret, simplify code | Colin Ian King | 1 | -4/+1 |
2024-02-15 | tipc: Cleanup tipc_nl_bearer_add() error paths | Shigeru Yoshida | 1 | -9/+6 |
2024-02-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+6 |
2024-02-07 | net: tipc: remove redundant 'bool' from CONFIG_TIPC_{MEDIA_UDP,CRYPTO} | Masahiro Yamada | 1 | -4/+3 |
2024-02-06 | tipc: rename the module name diag to tipc_diag | Xin Long | 1 | -2/+2 |
2024-02-06 | tipc: Check the bearer type before calling tipc_udp_nl_bearer_add() | Shigeru Yoshida | 1 | -0/+6 |
2024-01-24 | tipc: node: remove Excess struct member kernel-doc warnings | Randy Dunlap | 1 | -2/+0 |
2024-01-24 | tipc: socket: remove Excess struct member kernel-doc warning | Randy Dunlap | 1 | -1/+0 |
2024-01-23 | sock_diag: add module pointer to "struct sock_diag_handler" | Eric Dumazet | 1 | -0/+1 |
2023-12-22 | tipc: Remove some excess struct member documentation | Jonathan Corbet | 1 | -15/+0 |
2023-11-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
2023-11-19 | net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules | Jakub Kicinski | 1 | -0/+1 |
2023-11-17 | tipc: Remove redundant call to TLV_SPACE() | Shigeru Yoshida | 1 | -1/+1 |
2023-11-13 | tipc: Fix kernel-infoleak due to uninitialized TLV value | Shigeru Yoshida | 1 | -0/+1 |
2023-11-01 | tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING | Shigeru Yoshida | 1 | -2/+2 |
2023-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
2023-10-04 | tipc: fix a potential deadlock on &tx->lock | Chengfeng Ye | 1 | -2/+2 |
2023-09-18 | tipc: Use size_add() in calls to struct_size() | Gustavo A. R. Silva | 1 | -2/+2 |
2023-08-29 | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -6/+6 |
2023-08-24 | minmax: add in_range() macro | Matthew Wilcox (Oracle) | 2 | -6/+6 |
2023-08-15 | genetlink: use attrs from struct genl_info | Jakub Kicinski | 4 | -5/+5 |
2023-08-15 | genetlink: remove userhdr from struct genl_info | Jakub Kicinski | 1 | -1/+1 |
2023-08-09 | tipc: Remove unused declaration tipc_link_build_bc_sync_msg() | Yue Haibing | 1 | -2/+0 |
2023-08-03 | tipc: Remove unused function declarations | Yue Haibing | 4 | -5/+0 |
2023-07-27 | tipc: stop tipc crypto on failure in tipc_node_create | Fedor Pchelkin | 1 | -1/+1 |
2023-07-27 | tipc: check return value of pskb_trim() | Yuanjun Gong | 1 | -1/+2 |
2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 1 | -3/+0 |
2023-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
2023-06-15 | net: tipc: resize nlattr array to correct size | Lin Ma | 1 | -2/+2 |
2023-06-06 | tipc: replace open-code bearer rcu_dereference access in bearer.c | Xin Long | 1 | -8/+6 |
2023-05-31 | tipc: delete tipc_mtu_bad from tipc_udp_enable | Xin Long | 3 | -8/+4 |
2023-05-15 | tipc: check the bearer min mtu properly when setting it by netlink | Xin Long | 1 | -2/+2 |
2023-05-15 | tipc: do not update mtu if msg_max is too small in mtu negotiation | Xin Long | 1 | -3/+6 |
2023-05-15 | tipc: add tipc_bearer_min_mtu to calculate min mtu | Xin Long | 3 | -2/+19 |
2023-05-10 | net: deal with most data-races in sk_wait_event() | Eric Dumazet | 1 | -2/+2 |
2023-02-21 | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 3 | -10/+14 |
2023-02-21 | Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 1 | -6/+6 |
2023-02-17 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+2 |
2023-02-14 | tipc: fix kernel warning when sending SYN message | Tung Nguyen | 1 | -0/+2 |
2023-02-13 | tipc: Remove completion function scaffolding | Herbert Xu | 1 | -6/+6 |
2023-02-13 | tipc: Add scaffolding to change completion function signature | Herbert Xu | 1 | -6/+6 |
2023-02-09 | string_helpers: Move string_is_valid() to the header | Andy Shevchenko | 1 | -10/+6 |
2023-01-23 | net/sock: Introduce trace_sk_data_ready() | Peilin Ye | 2 | -0/+8 |
2023-01-06 | tipc: fix unexpected link reset due to discovery messages | Tung Nguyen | 1 | -4/+8 |
2022-12-25 | treewide: Convert del_timer*() to timer_shutdown*() | Steven Rostedt (Google) | 2 | -2/+2 |
2022-12-12 | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -1/+1 |
2022-12-12 | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2022-12-07 | tipc: call tipc_lxc_xmit without holding node_read_lock | Xin Long | 1 | -3/+9 |
2022-12-06 | tipc: Fix potential OOB in tipc_link_proto_rcv() | YueHaibing | 1 | -1/+3 |
2022-11-28 | tipc: re-fetch skb cb after tipc_msg_validate | Xin Long | 1 | -0/+3 |
2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro | 1 | -1/+1 |
2022-11-21 | tipc: check skb_linearize() return value in tipc_disc_rcv() | YueHaibing | 1 | -1/+4 |
2022-11-21 | tipc: add an extra conn_get in tipc_conn_alloc | Xin Long | 1 | -3/+6 |
2022-11-21 | tipc: set con sock in tipc_conn_alloc | Xin Long | 1 | -6/+5 |
2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 1 | -1/+1 |
2022-11-07 | tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_header | Xin Long | 1 | -1/+1 |
2022-10-20 | tipc: fix a null-ptr-deref in tipc_topsrv_accept | Xin Long | 1 | -4/+12 |
2022-10-20 | Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 2 | -2/+2 |
2022-10-14 | tipc: fix an information leak in tipc_topsrv_kern_subscr | Alexander Potapenko | 1 | -1/+1 |
2022-10-14 | tipc: Fix recognition of trial period | Mark Tomlinson | 1 | -1/+1 |
2022-10-11 | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 1 | -1/+1 |
2022-09-29 | net/tipc: Remove unused struct distr_queue_item | Yuan Can | 1 | -8/+0 |
2022-09-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -1/+1 |
2022-09-02 | tipc: fix shift wrapping bug in map_get() | Dan Carpenter | 1 | -1/+1 |
2022-08-29 | genetlink: start to validate reserved header bytes | Jakub Kicinski | 2 | -0/+2 |
2022-07-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2022-07-25 | net: Fix data-races around sysctl_[rw]mem(_offset)?. | Kuniyuki Iwashima | 1 | -1/+1 |
2022-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -19/+23 |
2022-06-29 | net: tipc: fix possible refcount leak in tipc_sk_create() | Hangyu Hua | 1 | -0/+1 |
2022-06-27 | tipc: move bc link creation back to tipc_node_create | Xin Long | 1 | -19/+22 |
2022-06-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+1 |
2022-06-17 | tipc: cleanup unused function | Hoang Le | 2 | -12/+0 |
2022-06-17 | tipc: fix use-after-free Read in tipc_named_reinit | Hoang Le | 1 | -2/+1 |
2022-06-09 | net: rename reference+tracking helpers | Jakub Kicinski | 1 | -2/+2 |
2022-06-02 | tipc: check attribute length for bearer name | Hoang Le | 1 | -2/+1 |
2022-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+2 |
2022-03-22 | tipc: fix the timer expires after interval 100ms | Hoang Le | 1 | -1/+2 |
2022-03-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -9/+12 |
2022-03-08 | tipc: fix incorrect order of state message data sanity check | Tung Nguyen | 1 | -4/+5 |
2022-03-07 | tipc: Use netif_rx(). | Sebastian Andrzej Siewior | 1 | -1/+1 |
2022-03-04 | tipc: fix kernel panic when enabling bearer | Tung Nguyen | 1 | -5/+7 |
2022-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -2/+2 |
2022-02-23 | tipc: Fix end of loop tests for list_for_each_entry() | Dan Carpenter | 2 | -2/+2 |
2022-02-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -7/+8 |
2022-02-16 | tipc: fix wrong notification node addresses | Jon Maloy | 1 | -5/+6 |
2022-02-14 | tipc: fix wrong publisher node address in link publications | Jon Maloy | 1 | -1/+1 |
2022-02-13 | tipc: fix a bit overflow in tipc_crypto_key_rcv() | Hangyu Hua | 1 | -1/+1 |
2022-02-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -3/+10 |
2022-02-10 | Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -1/+1 |
2022-02-10 | tipc: improve size validations for received domain records | Jon Maloy | 2 | -2/+9 |
2022-02-09 | tipc: rate limit warning for received illegal binding update | Jon Maloy | 1 | -1/+1 |
2022-01-27 | net: tipc: remove unused static inlines | Jakub Kicinski | 1 | -23/+0 |
2022-01-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+2 |
2021-12-31 | net ticp:fix a kernel-infoleak in __tipc_sendmsg() | Haimin Zhang | 1 | -0/+2 |
2021-12-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+4 |
2021-12-17 | Revert "tipc: use consistent GFP flags" | Hoang Le | 1 | -4/+4 |
2021-12-15 | net: add net device refcount tracker to struct packet_type | Eric Dumazet | 1 | -2/+2 |
2021-12-13 | tipc: discard MSG_CRYPTO msgs when key_exchange_enabled is not set | Xin Long | 1 | -1/+2 |
2021-11-25 | tipc: delete the unlikely branch in tipc_aead_encrypt | Xin Long | 1 | -15/+4 |
2021-11-17 | tipc: check for null after calling kmemdup | Tadeusz Struk | 1 | -0/+4 |
2021-11-15 | tipc: only accept encrypted MSG_CRYPTO msgs | Xin Long | 1 | -2/+5 |
2021-11-15 | tipc: use consistent GFP flags | Tadeusz Struk | 1 | -4/+4 |
2021-10-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -11/+21 |
2021-10-26 | tipc: fix size validations for the MSG_CRYPTO type | Max VA | 1 | -11/+21 |
2021-10-13 | tipc: constify dev_addr passing | Jakub Kicinski | 4 | -5/+5 |
2021-09-13 | tipc: increase timeout in tipc_sk_enqueue() | Hoang Le | 1 | -1/+1 |
2021-09-03 | tipc: clean up inconsistent indenting | Colin Ian King | 1 | -1/+1 |
2021-08-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2021-08-16 | tipc: call tipc_wait_for_connect only when dlen is not 0 | Xin Long | 1 | -1/+1 |
2021-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+3 |
2021-08-12 | Revert "tipc: Return the correct errno code" | Hoang Le | 1 | -3/+3 |
2021-07-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -23/+21 |
2021-07-25 | tipc: fix an use-after-free issue in tipc_recvmsg | Xin Long | 1 | -3/+5 |
2021-07-24 | tipc: do not write skb_shinfo frags when doing decrytion | Xin Long | 1 | -10/+4 |
2021-07-23 | tipc: fix sleeping in tipc accept routine | Hoang Le | 1 | -5/+4 |
2021-07-23 | tipc: fix implicit-connect for SYN+ | Xin Long | 1 | -8/+13 |
2021-07-16 | tipc: keep the skb in rcv queue until the whole data is read | Xin Long | 1 | -9/+27 |
2021-06-30 | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 9 | -113/+97 |
2021-06-28 | Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -0/+1 |
2021-06-28 | net: tipc: replace align() with ALIGN in msg.c | Menglong Dong | 1 | -8/+4 |
2021-06-28 | net: tipc: fix FB_MTU eat two pages | Menglong Dong | 3 | -11/+11 |
2021-06-10 | tipc:subscr.c: fix a spelling mistake | gushengxian | 1 | -1/+1 |
2021-06-10 | tipc: socket.c: fix the use of copular verb | gushengxian | 1 | -1/+1 |
2021-06-10 | node.c: fix the use of indefinite article | gushengxian | 1 | -1/+1 |
2021-06-04 | tipc: Return the correct errno code | Zheng Yongjun | 1 | -3/+3 |
2021-06-03 | tipc: simplify handling of lookup scope during multicast message reception | Jon Maloy | 3 | -20/+16 |
2021-06-03 | tipc: refactor function tipc_sk_anc_data_recv() | Jon Maloy | 1 | -47/+38 |
2021-06-03 | tipc: eliminate redundant fields in struct tipc_sock | Jon Maloy | 1 | -26/+27 |
2021-05-18 | tipc: simplify the finalize work queue | Xin Long | 6 | -23/+14 |
2021-05-17 | tipc: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
2021-05-17 | tipc: wait and exit until all work queues are done | Xin Long | 3 | -0/+6 |
2021-05-17 | tipc: skb_linearize the head skb when reassembling msgs | Xin Long | 1 | -7/+2 |
2021-05-14 | Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv" | Hoang Le | 1 | -1/+4 |
2021-05-10 | tipc: make node link identity publish thread safe | Hoang Le | 1 | -6/+6 |
2021-04-29 | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 16 | -581/+712 |
2021-04-27 | Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds | 1 | -2/+2 |
2021-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -4/+5 |
2021-04-08 | treewide: Change list_sort to use const pointers | Sami Tolvanen | 1 | -2/+2 |
2021-04-07 | net: tipc: Fix spelling errors in net/tipc module | Zheng Yongjun | 3 | -5/+5 |
2021-04-06 | tipc: increment the tmp aead refcnt before attaching it | Xin Long | 1 | -1/+2 |
2021-04-05 | tipc: Fix a kernel-doc warning in name_table.c | Wu XiangCheng | 1 | -0/+2 |
2021-04-05 | mld: change lockdep annotation for ip6_sf_socklist and ipv6_mc_socklist | Taehee Yoo | 1 | -0/+2 |
2021-04-01 | tipc: fix unique bearer names sanity check | Hoang Le | 1 | -19/+27 |
2021-03-31 | net/tipc: fix missing destroy_workqueue() on error in tipc_crypto_start() | Yang Yingliang | 1 | -0/+2 |
2021-03-29 | tipc: fix htmldoc and smatch warnings | Jon Maloy | 2 | -2/+3 |
2021-03-29 | net:tipc: Fix a double free in tipc_sk_mcast_rcv | Lv Yunlong | 1 | -1/+1 |
2021-03-28 | node.c: A typo fix | Bhaskar Chowdhury | 1 | -1/+1 |
2021-03-28 | bearer.h: Spellos fixed | Bhaskar Chowdhury | 1 | -3/+3 |
2021-03-26 | tipc: fix kernel-doc warnings | Hoang Le | 1 | -0/+1 |
2021-03-25 | tipc: add extack messages for bearer/media failure | Hoang Le | 1 | -10/+40 |
2021-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -3/+8 |
2021-03-17 | tipc: remove some unnecessary warnings | Jon Maloy | 2 | -21/+16 |
2021-03-17 | tipc: add host-endian copy of user subscription to struct tipc_subscription | Jon Maloy | 3 | -40/+37 |
2021-03-17 | tipc: simplify api between binding table and topology server | Jon Maloy | 3 | -48/+43 |
2021-03-17 | tipc: simplify signature of tipc_find_service() | Jon Maloy | 3 | -27/+39 |
2021-03-17 | tipc: simplify signature of tipc_service_find_range() | Jon Maloy | 1 | -6/+8 |
2021-03-17 | tipc: simplify signature of tipc_nametbl_lookup_group() | Jon Maloy | 3 | -36/+27 |
2021-03-17 | tipc: simplify signature of tipc_nametbl_lookup_mcast_nodes() | Jon Maloy | 3 | -16/+14 |
2021-03-17 | tipc: simplify signature of tipc_namtbl_lookup_mcast_sockets() | Jon Maloy | 3 | -19/+18 |
2021-03-17 | tipc: refactor tipc_sendmsg() and tipc_lookup_anycast() | Jon Maloy | 4 | -95/+91 |
2021-03-17 | tipc: rename binding table lookup functions | Jon Maloy | 4 | -37/+56 |
2021-03-17 | tipc: simplify signature of tipc_nametbl_withdraw() functions | Jon Maloy | 5 | -68/+70 |
2021-03-17 | tipc: simplify call signatures for publication creation | Jon Maloy | 3 | -40/+34 |
2021-03-17 | tipc: simplify signature of tipc_namtbl_publish() | Jon Maloy | 5 | -58/+68 |