Age | Commit message (Expand) | Author | Files | Lines |
2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 1 | -1/+1 |
2025-04-15 | tipc: Removing deprecated strncpy() | Kevin Paul Reddy Janagari | 1 | -1/+1 |
2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
2024-06-18 | tipc: force a dst refcount before doing decryption | Xin Long | 1 | -0/+1 |
2024-01-24 | tipc: node: remove Excess struct member kernel-doc warnings | Randy Dunlap | 1 | -2/+0 |
2023-08-15 | genetlink: use attrs from struct genl_info | Jakub Kicinski | 1 | -2/+2 |
2023-07-27 | tipc: stop tipc crypto on failure in tipc_node_create | Fedor Pchelkin | 1 | -1/+1 |
2023-01-06 | tipc: fix unexpected link reset due to discovery messages | Tung Nguyen | 1 | -4/+8 |
2022-12-07 | tipc: call tipc_lxc_xmit without holding node_read_lock | Xin Long | 1 | -3/+9 |
2022-06-27 | tipc: move bc link creation back to tipc_node_create | Xin Long | 1 | -19/+22 |
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 |
2021-06-10 | node.c: fix the use of indefinite article | gushengxian | 1 | -1/+1 |
2021-05-10 | tipc: make node link identity publish thread safe | Hoang Le | 1 | -6/+6 |
2021-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2021-04-07 | net: tipc: Fix spelling errors in net/tipc module | Zheng Yongjun | 1 | -1/+1 |
2021-03-28 | node.c: A typo fix | Bhaskar Chowdhury | 1 | -1/+1 |
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: simplify signature of tipc_nametbl_withdraw() functions | Jon Maloy | 1 | -2/+1 |
2021-03-17 | tipc: simplify signature of tipc_namtbl_publish() | Jon Maloy | 1 | -14/+15 |
2021-03-15 | tipc: better validate user input in tipc_nl_retrieve_key() | Eric Dumazet | 1 | -3/+8 |
2021-03-11 | tipc: clean up warnings detected by sparse | Hoang Huu Le | 1 | -0/+5 |
2021-01-14 | net: tip: fix a couple kernel-doc markups | Mauro Carvalho Chehab | 1 | -1/+1 |
2020-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+4 |
2020-12-08 | net: tipc: prevent possible null deref of link | Cengiz Can | 1 | -2/+4 |
2020-12-04 | tipc: support 128bit node identity for peer removing | Hoang Le | 1 | -3/+18 |
2020-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+2 |
2020-12-01 | net/tipc: fix all function Return: notation | Randy Dunlap | 1 | -3/+3 |
2020-12-01 | net/tipc: fix node.c kernel-doc | Randy Dunlap | 1 | -1/+25 |
2020-12-01 | net/tipc: fix various kernel-doc warnings | Randy Dunlap | 1 | -2/+3 |
2020-12-01 | tipc: fix incompatible mtu of transmission | Hoang Le | 1 | -0/+2 |
2020-11-02 | tipc: remove unneeded semicolon | Tom Rix | 1 | -1/+1 |
2020-10-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2020-10-09 | tipc: fix NULL pointer dereference in tipc_named_rcv | Hoang Huu Le | 1 | -1/+1 |
2020-09-18 | tipc: add automatic rekeying for encryption key | Tuong Lien | 1 | -2/+23 |
2020-09-18 | tipc: add automatic session key exchange | Tuong Lien | 1 | -1/+16 |
2020-09-18 | tipc: introduce encryption master key | Tuong Lien | 1 | -2/+4 |
2020-09-18 | tipc: optimize key switching time and logic | Tuong Lien | 1 | -27/+25 |
2020-07-13 | net: tipc: kerneldoc fixes | Andrew Lunn | 1 | -2/+2 |
2020-06-17 | tipc: update a binding service via broadcast | Hoang Huu Le | 1 | -6/+23 |
2020-06-02 | Revert "tipc: Fix potential tipc_node refcnt leak in tipc_rcv" | Tuong Lien | 1 | -1/+0 |
2020-05-26 | tipc: add support for broadcast rcv stats dumping | Tuong Lien | 1 | -8/+53 |
2020-05-26 | tipc: enable broadcast retrans via unicast | Tuong Lien | 1 | -1/+1 |
2020-05-26 | tipc: introduce Gap ACK blocks for broadcast link | Tuong Lien | 1 | -2/+8 |
2020-04-18 | tipc: Fix potential tipc_node refcnt leak in tipc_rcv | Xiyu Yang | 1 | -1/+3 |
2020-03-26 | tipc: Add a missing case of TIPC_DIRECT_MSG type | Hoang Le | 1 | -1/+2 |
2020-02-10 | tipc: make three functions static | Chen Wandun | 1 | -3/+4 |
2019-12-10 | tipc: introduce variable window congestion control | Jon Maloy | 1 | -7/+9 |
2019-11-22 | tipc: update replicast capability for broadcast send link | Hoang Le | 1 | -1/+7 |
2019-11-08 | tipc: add support for AEAD key setting via netlink | Tuong Lien | 1 | -0/+135 |
2019-11-08 | tipc: introduce TIPC encryption & authentication | Tuong Lien | 1 | -19/+80 |
2019-11-08 | tipc: enable creating a "preliminary" node | Tuong Lien | 1 | -27/+72 |
2019-11-07 | tipc: eliminate checking netns if node established | Hoang Le | 1 | -9/+5 |
2019-11-06 | tipc: update cluster capabilities if node deleted | Hoang Le | 1 | -1/+11 |
2019-10-29 | tipc: improve throughput between nodes in netns | Hoang Le | 1 | -4/+151 |
2019-10-06 | net: tipc: have genetlink code to parse the attrs during dumpit | Jiri Pirko | 1 | -5/+1 |
2019-08-18 | tipc: clean up skb list lock handling on send path | Jon Maloy | 1 | -3/+4 |
2019-08-08 | tipc: add loopback device tracking | John Rutherford | 1 | -0/+1 |
2019-07-25 | tipc: optimize link synching mechanism | Tuong Lien | 1 | -2/+4 |
2019-07-17 | tipc: initialize 'validated' field of received packets | Jon Maloy | 1 | -0/+1 |
2019-06-25 | tipc: rename function msg_get_wrapped() to msg_inner_hdr() | Jon Maloy | 1 | -1/+1 |
2019-06-18 | tipc: fix issues with early FAILOVER_MSG from peer | Tuong Lien | 1 | -3/+7 |
2019-05-04 | tipc: fix missing Name entries due to half-failover | Tuong Lien | 1 | -7/+47 |
2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg | 1 | -18/+20 |
2019-04-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 1 | -2/+2 |
2019-04-11 | tipc: use standard write_lock & unlock functions when creating node | Jon Maloy | 1 | -2/+3 |
2019-03-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+4 |
2019-03-23 | tipc: tipc clang warning | Jon Maloy | 1 | -3/+4 |
2019-03-19 | tipc: introduce new capability flag for cluster | Hoang Le | 1 | -0/+18 |
2019-02-11 | tipc: fix link session and re-establish issues | Tuong Lien | 1 | -5/+6 |
2018-12-19 | tipc: add trace_events for tipc node | Tuong Lien | 1 | -0/+15 |
2018-12-19 | tipc: add trace_events for tipc link | Tuong Lien | 1 | -1/+7 |
2018-12-19 | tipc: enable tracepoints in tipc | Tuong Lien | 1 | -0/+63 |
2018-12-18 | tipc: handle broadcast NAME_DISTRIBUTOR packet when receiving it | Zhenbo Gao | 1 | -0/+4 |
2018-12-05 | tipc: fix node keep alive interval calculation | Hoang Le | 1 | -0/+6 |
2018-11-27 | tipc: fix lockdep warning during node delete | Jon Maloy | 1 | -2/+5 |
2018-10-01 | tipc: ignore STATE_MSG on wrong link session | LUU Duc Canh | 1 | -2/+3 |
2018-09-29 | tipc: fix failover problem | LUU Duc Canh | 1 | -0/+11 |
2018-07-20 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux | David S. Miller | 1 | -2/+5 |
2018-07-20 | tipc: make link capability update thread safe | Jon Maloy | 1 | -0/+4 |
2018-07-11 | tipc: check session number before accepting link protocol messages | Jon Maloy | 1 | -1/+4 |
2018-07-11 | tipc: add sequence number check for link STATE messages | Jon Maloy | 1 | -0/+7 |
2018-07-07 | tipc: fix wrong return value from function tipc_node_try_addr() | Jon Maloy | 1 | -2/+5 |
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-05-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+13 |
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 | 1 | -0/+21 |
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 | 1 | -7/+4 |
2018-04-20 | tipc: confgiure and apply UDP bearer MTU on running links | GhantaKrishnamurthy MohanKrishna | 1 | -3/+9 |
2018-04-18 | tipc: fix infinite loop when dumping link monitor summary | Tung Nguyen | 1 | -7/+4 |
2018-03-31 | tipc: permit overlapping service ranges in name table | Jon Maloy | 1 | -1/+1 |
2018-03-31 | tipc: replace name table service range array with rb tree | Jon Maloy | 1 | -2/+2 |
2018-03-27 | tipc: tipc_node_create() can be static | Wei Yongjun | 1 | -2/+2 |
2018-03-23 | tipc: handle collisions of 32-bit node address hash values | Jon Maloy | 1 | -7/+78 |
2018-03-23 | tipc: add 128-bit node identifier | Jon Maloy | 1 | -6/+2 |
2018-03-23 | tipc: remove restrictions on node address values | Jon Maloy | 1 | -6/+2 |
2018-02-14 | tipc: apply bearer link tolerance on running links | Jon Maloy | 1 | -0/+24 |
2018-01-15 | tipc: fix a memory leak in tipc_nl_node_get_link() | Cong Wang | 1 | -12/+14 |
2017-11-16 | tipc: enforce valid ratio between skb truesize and contents | Jon Maloy | 1 | -1/+1 |
2017-11-01 | net: tipc: Convert timers to use timer_setup() | Kees Cook | 1 | -4/+4 |
2017-10-13 | tipc: add new function for sending multiple small messages | Jon Maloy | 1 | -0/+16 |
2017-10-13 | tipc: add ability to obtain node availability status from other files | Jon Maloy | 1 | -5/+21 |
2017-09-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
2017-08-24 | tipc: context imbalance at node read unlock | Parthasarathy Bhuvaragan | 1 | -1/+1 |
2017-08-24 | tipc: perform skb_linearize() before parsing the inner header | Parthasarathy Bhuvaragan | 1 | -0/+2 |
2017-08-21 | tipc: don't reset stale broadcast send link | Jon Paul Maloy | 1 | -10/+4 |
2017-08-09 | tipc: remove premature ESTABLISH FSM event at link synchronization | Jon Paul Maloy | 1 | -3/+1 |
2017-04-24 | tipc: check return value of nlmsg_new | Pan Bian | 1 | -0/+2 |
2017-04-13 | netlink: pass extended ACK struct where available | Johannes Berg | 1 | -4/+4 |
2017-04-13 | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 1 | -6/+6 |
2017-02-24 | tipc: move premature initilalization of stack variables | Jon Paul Maloy | 1 | -5/+7 |
2017-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+7 |
2017-01-24 | tipc: fix nametbl_lock soft lockup at node/link events | Parthasarathy Bhuvaragan | 1 | -2/+7 |
2017-01-20 | tipc: introduce replicast as transport option for multicast | Jon Paul Maloy | 1 | -9/+18 |
2017-01-03 | tipc: reduce risk of user starvation during link congestion | Jon Paul Maloy | 1 | -10/+5 |
2016-10-29 | tipc: fix broadcast link synchronization problem | Jon Paul Maloy | 1 | -1/+1 |
2016-09-02 | tipc: transfer broadcast nacks in link state messages | Jon Paul Maloy | 1 | -2/+30 |
2016-08-18 | tipc: add peer removal functionality | Richard Alpe | 1 | -0/+63 |
2016-07-26 | tipc: dump monitor attributes | Parthasarathy Bhuvaragan | 1 | -0/+86 |
2016-07-26 | tipc: get monitor threshold for the cluster | Parthasarathy Bhuvaragan | 1 | -0/+52 |
2016-07-26 | tipc: make cluster size threshold for monitoring configurable | Parthasarathy Bhuvaragan | 1 | -0/+27 |
2016-07-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+11 |
2016-07-11 | tipc: reset all unicast links when broadcast send link fails | Jon Paul Maloy | 1 | -4/+11 |
2016-06-15 | tipc: add neighbor monitoring framework | Jon Paul Maloy | 1 | -14/+12 |
2016-06-08 | tipc: change node timer unit from jiffies to ms | Jon Paul Maloy | 1 | -8/+10 |
2016-06-08 | tipc: correct error in node fsm | Jon Paul Maloy | 1 | -2/+2 |
2016-05-12 | tipc: eliminate risk of double link_up events | Jon Paul Maloy | 1 | -1/+1 |
2016-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+5 |
2016-05-03 | tipc: propagate peer node capabilities to socket layer | Jon Paul Maloy | 1 | -2/+19 |
2016-05-01 | tipc: only process unicast on intended node | Hamish Martin | 1 | -0/+5 |
2016-05-01 | tipc: set 'active' state correctly for first established link | Jon Paul Maloy | 1 | -0/+1 |
2016-04-15 | tipc: let first message on link be a state message | Jon Paul Maloy | 1 | -1/+4 |
2016-04-15 | tipc: ensure that first packets on link are sent in order | Jon Paul Maloy | 1 | -0/+4 |
2016-03-07 | tipc: move netlink policies to netlink.c | Richard Alpe | 1 | -22/+1 |
2016-03-06 | tipc: don't check link reset on non existing link | Richard Alpe | 1 | -1/+1 |
2016-02-25 | tipc: fix crash during node removal | Jon Paul Maloy | 1 | -13/+11 |
2016-02-25 | tipc: eliminate risk of finding to-be-deleted node instance | Jon Paul Maloy | 1 | -9/+9 |
2016-02-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+6 |
2016-02-16 | tipc: refactor node xmit and fix memory leaks | Richard Alpe | 1 | -22/+32 |
2016-02-16 | tipc: fix premature addition of node to lookup table | Jon Paul Maloy | 1 | -6/+6 |
2016-02-06 | tipc: fix link attribute propagation bug | Richard Alpe | 1 | -3/+6 |
2015-12-03 | tipc: fix node reference count bug | Jon Paul Maloy | 1 | -8/+7 |
2015-11-20 | tipc: eliminate remnants of hungarian notation | Jon Paul Maloy | 1 | -37/+37 |
2015-11-20 | tipc: narrow down interface towards struct tipc_link | Jon Paul Maloy | 1 | -55/+53 |
2015-11-20 | tipc: narrow down exposure of struct tipc_node | Jon Paul Maloy | 1 | -5/+444 |
2015-11-20 | tipc: convert node lock to rwlock | Jon Paul Maloy | 1 | -110/+117 |
2015-11-20 | tipc: introduce per-link spinlock | Jon Paul Maloy | 1 | -21/+18 |
2015-11-20 | tipc: reduce code dependency between binding table and node layer | Jon Paul Maloy | 1 | -0/+60 |
2015-11-20 | tipc: small cleanup of function tipc_node_check_state() | Jon Paul Maloy | 1 | -3/+2 |
2015-10-25 | tipc: link_is_bc_sndlink() can be static | Wu Fengguang | 1 | -1/+1 |
2015-10-24 | tipc: clean up unused code and structures | Jon Paul Maloy | 1 | -12/+2 |
2015-10-24 | tipc: ensure binding table initial distribution is sent via first link | Jon Paul Maloy | 1 | -1/+1 |
2015-10-24 | tipc: eliminate link's reference to owner node | Jon Paul Maloy | 1 | -2/+5 |
2015-10-24 | tipc: simplify bearer level broadcast | Jon Paul Maloy | 1 | -2/+5 |
2015-10-24 | tipc: let broadcast packet reception use new link receive function | Jon Paul Maloy | 1 | -52/+106 |
2015-10-24 | tipc: introduce capability bit for broadcast synchronization | Jon Paul Maloy | 1 | -2/+4 |
2015-10-24 | tipc: make link implementation independent from struct tipc_bearer | Jon Paul Maloy | 1 | -1/+5 |
2015-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+3 |
2015-10-15 | tipc: update node FSM when peer RESET message is received | Jon Paul Maloy | 1 | -4/+7 |
2015-10-15 | tipc: send out RESET immediately when link goes down | Jon Paul Maloy | 1 | -2/+3 |
2015-10-15 | tipc: delay ESTABLISH state event when link is established | Jon Paul Maloy | 1 | -9/+22 |
2015-10-14 | tipc: eliminate risk of stalled link synchronization | Jon Paul Maloy | 1 | -3/+3 |
2015-08-23 | tipc: fix stale link problem during synchronization | Jon Paul Maloy | 1 | -2/+10 |
2015-08-23 | tipc: interrupt link synchronization when a link goes down | Jon Paul Maloy | 1 | -3/+8 |
2015-08-23 | tipc: eliminate risk of premature link setup during failover | Jon Paul Maloy | 1 | -1/+3 |
2015-07-30 | tipc: clean up link creation | Jon Paul Maloy | 1 | -32/+16 |
2015-07-30 | tipc: remove implicit message delivery in node_unlock() | Jon Paul Maloy | 1 | -19/+7 |
2015-07-30 | tipc: make resetting of links non-atomic | Jon Paul Maloy | 1 | -69/+97 |
2015-07-30 | tipc: move received discovery data evaluation inside node.c | Jon Paul Maloy | 1 | -21/+102 |
2015-07-30 | tipc: merge link->exec_mode and link->state into one FSM | Jon Paul Maloy | 1 | -13/+18 |
2015-07-30 | tipc: move protocol message sending away from link FSM | Jon Paul Maloy | 1 | -0/+1 |
2015-07-30 | tipc: move link synch and failover to link aggregation level | Jon Paul Maloy | 1 | -101/+190 |
2015-07-30 | tipc: extend node FSM | Jon Paul Maloy | 1 | -7/+82 |
2015-07-30 | tipc: reverse call order for link_reset()->node_link_down() | Jon Paul Maloy | 1 | -9/+21 |
2015-07-30 | tipc: move all link_reset() calls to link aggregation level | Jon Paul Maloy | 1 | -3/+81 |
2015-07-30 | tipc: eliminate function tipc_link_activate() | Jon Paul Maloy | 1 | -2/+4 |
2015-07-20 | tipc: reduce locking scope during packet reception | Jon Paul Maloy | 1 | -7/+98 |
2015-07-20 | tipc: introduce node contact FSM | Jon Paul Maloy | 1 | -5/+125 |
2015-07-20 | tipc: move link supervision timer to node level | Jon Paul Maloy | 1 | -4/+62 |
2015-07-20 | tipc: clean up definitions and usage of link flags | Jon Paul Maloy | 1 | -1/+1 |
2015-07-20 | tipc: make media xmit call outside node spinlock context | Jon Paul Maloy | 1 | -0/+78 |
2015-07-20 | tipc: use bearer index when looking up active links | Jon Paul Maloy | 1 | -62/+44 |
2015-07-20 | tipc: move link input queue to tipc_node | Jon Paul Maloy | 1 | -1/+3 |
2015-07-20 | tipc: move link creation from neighbor discoverer to node | Jon Paul Maloy | 1 | -0/+27 |
2015-07-20 | tipc: introduce link entry structure to struct tipc_node | Jon Paul Maloy | 1 | -85/+78 |
2015-05-14 | tipc: add packet sequence number at instant of transmission | Jon Paul Maloy | 1 | -1/+1 |
2015-05-14 | tipc: simplify include dependencies | Jon Paul Maloy | 1 | -0/+1 |
2015-04-02 | tipc: simplify link mtu negotiation | Jon Paul Maloy | 1 | -5/+4 |
2015-04-02 | tipc: eliminate delayed link deletion at link failover | Jon Paul Maloy | 1 | -7/+6 |
2015-03-29 | tipc: involve reference counter for node structure | Ying Xue | 1 | -24/+61 |
2015-03-29 | tipc: fix potential deadlock when all links are reset | Ying Xue | 1 | -1/+4 |
2015-03-14 | tipc: split link outqueue | Jon Paul Maloy | 1 | -2/+2 |
2015-02-09 | tipc: nl compat add noop and remove legacy nl framework | Richard Alpe | 1 | -1/+1 |
2015-02-09 | tipc: convert legacy nl node dump to nl compat | Richard Alpe | 1 | -54/+0 |
2015-02-09 | tipc: convert legacy nl link dump to nl compat | Richard Alpe | 1 | -73/+0 |
2015-02-09 | tipc: move and rename the legacy nl api to "nl compat" | Richard Alpe | 1 | -1/+1 |
2015-02-05 | tipc: eliminate race condition at multicast reception | Jon Paul Maloy | 1 | -4/+7 |