Age | Commit message (Expand) | Author | Files | Lines |
2025-04-15 | tipc: Removing deprecated strncpy() | Kevin Paul Reddy Janagari | 1 | -1/+1 |
2025-04-08 | tipc: fix memory leak in tipc_link_xmit | Tung Nguyen | 1 | -0/+1 |
2025-03-04 | tipc: Reduce scope for the variable “fdefq” in tipc_link_tnl_prepare() | Markus Elfring | 1 | -1/+2 |
2024-07-12 | tipc: Consolidate redundant functions | Shigeru Yoshida | 1 | -17/+10 |
2023-12-22 | tipc: Remove some excess struct member documentation | Jonathan Corbet | 1 | -15/+0 |
2023-09-18 | tipc: Use size_add() in calls to struct_size() | Gustavo A. R. Silva | 1 | -2/+2 |
2023-08-24 | minmax: add in_range() macro | Matthew Wilcox (Oracle) | 1 | -5/+5 |
2023-05-15 | tipc: do not update mtu if msg_max is too small in mtu negotiation | Xin Long | 1 | -3/+6 |
2022-12-06 | tipc: Fix potential OOB in tipc_link_proto_rcv() | YueHaibing | 1 | -1/+3 |
2022-03-08 | tipc: fix incorrect order of state message data sanity check | Tung Nguyen | 1 | -4/+5 |
2022-02-10 | tipc: improve size validations for received domain records | Jon Maloy | 1 | -2/+7 |
2021-12-13 | tipc: discard MSG_CRYPTO msgs when key_exchange_enabled is not set | Xin Long | 1 | -1/+2 |
2021-11-15 | tipc: only accept encrypted MSG_CRYPTO msgs | Xin Long | 1 | -2/+5 |
2021-08-12 | Revert "tipc: Return the correct errno code" | Hoang Le | 1 | -3/+3 |
2021-06-30 | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -3/+3 |
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-04 | tipc: Return the correct errno code | Zheng Yongjun | 1 | -3/+3 |
2021-05-18 | tipc: simplify the finalize work queue | Xin Long | 1 | -0/+5 |
2021-05-17 | tipc: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
2021-01-14 | net: tip: fix a couple kernel-doc markups | Mauro Carvalho Chehab | 1 | -1/+1 |
2021-01-09 | tipc: fix NULL deref in tipc_link_xmit() | Hoang Le | 1 | -2/+7 |
2020-12-01 | net/tipc: fix all function Return: notation | Randy Dunlap | 1 | -4/+4 |
2020-12-01 | net/tipc: fix link.c kernel-doc | Randy Dunlap | 1 | -2/+36 |
2020-11-02 | tipc: remove unneeded semicolon | Tom Rix | 1 | -1/+1 |
2020-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+2 |
2020-09-18 | tipc: add automatic session key exchange | Tuong Lien | 1 | -0/+5 |
2020-09-15 | net: tipc: kerneldoc fixes | Lu Wei | 1 | -1/+2 |
2020-08-31 | tipc: Remove unused macro TIPC_NACK_INTV | YueHaibing | 1 | -5/+0 |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2020-08-18 | net: tipc: Convert to use the preferred fallthrough macro | Miaohe Lin | 1 | -1/+1 |
2020-07-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
2020-07-20 | tipc: allow to build NACK message in link timeout function | Tung Nguyen | 1 | -1/+1 |
2020-07-13 | net: tipc: kerneldoc fixes | Andrew Lunn | 1 | -3/+3 |
2020-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -8/+18 |
2020-07-08 | tipc: fix retransmission on unicast links | Hamish Martin | 1 | -8/+18 |
2020-06-19 | tipc: Use struct_size() helper | Gustavo A. R. Silva | 1 | -4/+4 |
2020-06-17 | tipc: update a binding service via broadcast | Hoang Huu Le | 1 | -1/+1 |
2020-05-26 | tipc: add support for broadcast rcv stats dumping | Tuong Lien | 1 | -32/+33 |
2020-05-26 | tipc: enable broadcast retrans via unicast | Tuong Lien | 1 | -4/+6 |
2020-05-26 | tipc: add back link trace events | Tuong Lien | 1 | -0/+3 |
2020-05-26 | tipc: introduce Gap ACK blocks for broadcast link | Tuong Lien | 1 | -174/+251 |
2020-04-15 | tipc: fix incorrect increasing of link window | Tuong Lien | 1 | -1/+1 |
2019-12-17 | tipc: don't send gap blocks in ACK messages | Jon Maloy | 1 | -4/+4 |
2019-12-10 | tipc: introduce variable window congestion control | Jon Maloy | 1 | -53/+122 |
2019-12-10 | tipc: eliminate more unnecessary nacks and retransmissions | Jon Maloy | 1 | -1/+5 |
2019-12-10 | tipc: eliminate gap indicator from ACK messages | Jon Maloy | 1 | -5/+9 |
2019-11-22 | tipc: update replicast capability for broadcast send link | Hoang Le | 1 | -1/+1 |
2019-11-08 | tipc: introduce TIPC encryption & authentication | Tuong Lien | 1 | -5/+14 |
2019-11-06 | tipc: eliminate the dummy packet in link synching | Tuong Lien | 1 | -15/+14 |
2019-11-06 | tipc: reduce sensitive to retransmit failures | Hoang Le | 1 | -1/+1 |
2019-11-03 | tipc: improve message bundling algorithm | Tuong Lien | 1 | -28/+31 |
2019-10-28 | tipc: Spelling s/enpoint/endpoint/ | Geert Uytterhoeven | 1 | -1/+1 |
2019-10-02 | tipc: fix unlimited bundling of small messages | Tuong Lien | 1 | -11/+18 |
2019-08-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -40/+52 |
2019-08-18 | tipc: clean up skb list lock handling on send path | Jon Maloy | 1 | -7/+7 |
2019-08-16 | tipc: fix false detection of retransmit failures | Tuong Lien | 1 | -40/+52 |
2019-08-01 | tipc: reduce risk of wakeup queue starvation | Jon Maloy | 1 | -8/+21 |
2019-07-25 | tipc: fix changeover issues due to large packet | Tuong Lien | 1 | -14/+79 |
2019-07-25 | tipc: optimize link synching mechanism | Tuong Lien | 1 | -0/+26 |
2019-07-01 | tipc: embed jiffies in macro TIPC_BC_RETR_LIM | Jon Maloy | 1 | -5/+4 |
2019-06-25 | tipc: rename function msg_get_wrapped() to msg_inner_hdr() | Jon Maloy | 1 | -1/+1 |
2019-06-25 | tipc: eliminate unnecessary skb expansion during retransmission | Jon Maloy | 1 | -1/+1 |
2019-06-25 | tipc: simplify stale link failure criteria | Jon Maloy | 1 | -7/+2 |
2019-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+0 |
2019-06-18 | tipc: fix issues with early FAILOVER_MSG from peer | Tuong Lien | 1 | -1/+0 |
2019-06-17 | tipc: include retrans failure detection for unicast | Tuong Lien | 1 | -36/+70 |
2019-05-04 | tipc: fix missing Name entries due to half-failover | Tuong Lien | 1 | -0/+35 |
2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg | 1 | -2/+2 |
2019-04-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 1 | -6/+6 |
2019-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
2019-04-16 | tipc: fix link established but not in session | Tuong Lien | 1 | -0/+2 |
2019-04-04 | tipc: adapt link failover for new Gap-ACK algorithm | Tuong Lien | 1 | -26/+80 |
2019-04-04 | tipc: reduce duplicate packets for unicast traffic | Tuong Lien | 1 | -10/+16 |
2019-04-04 | tipc: improve TIPC throughput by Gap ACK blocks | Tuong Lien | 1 | -10/+124 |
2019-03-19 | tipc: support broadcast/replicast configurable for bc-link | Hoang Le | 1 | -0/+8 |
2019-02-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+16 |
2019-02-11 | tipc: fix link session and re-establish issues | Tuong Lien | 1 | -0/+15 |
2019-02-11 | tipc: fix skb may be leaky in tipc_link_input | Hoang Le | 1 | -1/+1 |
2019-01-23 | tipc: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -1/+1 |
2018-12-19 | tipc: fix uninitialized value for broadcast retransmission | Hoang Le | 1 | -0/+8 |
2018-12-19 | tipc: add trace_events for tipc link | Tuong Lien | 1 | -1/+32 |
2018-12-19 | tipc: enable tracepoints in tipc | Tuong Lien | 1 | -0/+120 |
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 | 1 | -46/+13 |
2018-10-15 | tipc: initialize broadcast link stale counter correctly | Jon Maloy | 1 | -0/+1 |
2018-10-11 | tipc: eliminate possible recursive locking detected by LOCKDEP | Ying Xue | 1 | -2/+9 |
2018-10-10 | tipc: set link tolerance correctly in broadcast link | Jon Maloy | 1 | -5/+11 |
2018-10-01 | tipc: ignore STATE_MSG on wrong link session | LUU Duc Canh | 1 | -0/+3 |
2018-09-29 | tipc: fix failover problem | LUU Duc Canh | 1 | -0/+35 |
2018-09-25 | tipc: lock wakeup & inputq at tipc_link_reset() | Parthasarathy Bhuvaragan | 1 | -1/+6 |
2018-07-21 | tipc: make some functions static | YueHaibing | 1 | -5/+6 |
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 | 1 | -21/+47 |
2018-07-11 | tipc: add sequence number check for link STATE messages | Jon Maloy | 1 | -0/+16 |
2018-07-07 | tipc: extend link reset criteria for stale packet retransmission | Jon Maloy | 1 | -19/+24 |
2018-07-05 | tipc: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+1 |
2018-03-31 | tipc: avoid possible string overflow | Jon Maloy | 1 | -1/+2 |
2018-03-31 | tipc: replace name table service range array with rb tree | Jon Maloy | 1 | -1/+1 |
2018-03-23 | tipc: handle collisions of 32-bit node address hash values | Jon Maloy | 1 | -9/+17 |
2018-03-23 | tipc: add 128-bit node identifier | Jon Maloy | 1 | -1/+5 |
2018-03-23 | tipc: remove direct accesses to own_addr field in struct tipc_net | Jon Maloy | 1 | -5/+4 |
2018-03-23 | tipc: remove restrictions on node address values | Jon Maloy | 1 | -4/+2 |
2018-02-14 | tipc: apply bearer link tolerance on running links | Jon Maloy | 1 | -1/+2 |
2017-12-01 | tipc: fall back to smaller MTU if allocation of local send skb fails | Jon Maloy | 1 | -1/+1 |
2017-11-11 | tipc: improve link resiliency when rps is activated | Jon Maloy | 1 | -11/+15 |
2017-10-16 | tipc: fix rebasing error | Jon Maloy | 1 | -0/+1 |
2017-10-13 | tipc: guarantee delivery of UP event before first broadcast | Jon Maloy | 1 | -2/+5 |
2017-10-13 | tipc: guarantee that group broadcast doesn't bypass group unicast | Jon Maloy | 1 | -3/+2 |
2017-10-13 | tipc: introduce communication groups | Jon Maloy | 1 | -1/+2 |
2017-08-21 | tipc: don't reset stale broadcast send link | Jon Paul Maloy | 1 | -10/+13 |
2017-04-13 | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 1 | -1/+1 |
2017-01-20 | tipc: make replicast a user selectable option | Jon Paul Maloy | 1 | -0/+4 |
2017-01-20 | tipc: introduce replicast as transport option for multicast | Jon Paul Maloy | 1 | -1/+7 |
2017-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2017-01-16 | tipc: allocate user memory with GFP_KERNEL flag | Parthasarathy Bhuvaragan | 1 | -1/+1 |
2017-01-03 | tipc: reduce risk of user starvation during link congestion | Jon Paul Maloy | 1 | -43/+32 |
2016-11-27 | tipc: fix link statistics counter errors | Jon Paul Maloy | 1 | -16/+19 |
2016-11-25 | tipc: fix compatibility bug in link monitoring | Jon Paul Maloy | 1 | -2/+3 |
2016-10-29 | tipc: fix broadcast link synchronization problem | Jon Paul Maloy | 1 | -0/+2 |
2016-09-02 | tipc: send broadcast nack directly upon sequence gap detection | Jon Paul Maloy | 1 | -7/+16 |
2016-09-02 | tipc: rate limit broadcast retransmissions | Jon Paul Maloy | 1 | -5/+47 |
2016-09-02 | tipc: transfer broadcast nacks in link state messages | Jon Paul Maloy | 1 | -13/+51 |
2016-08-18 | tipc: ensure that link congestion and wakeup use same criteria | Jon Paul Maloy | 1 | -8/+10 |
2016-07-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+8 |
2016-07-11 | tipc: ensure correct broadcast send buffer release when peer is lost | Jon Paul Maloy | 1 | -0/+2 |
2016-07-11 | tipc: extend broadcast link initialization criteria | Jon Paul Maloy | 1 | -1/+6 |
2016-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
2016-06-15 | tipc: eliminate uninitialized variable warning | Ying Xue | 1 | -1/+2 |
2016-06-15 | tipc: add neighbor monitoring framework | Jon Paul Maloy | 1 | -12/+37 |
2016-06-08 | tipc: change node timer unit from jiffies to ms | Jon Paul Maloy | 1 | -2/+0 |
2016-04-24 | tipc: fix stale links after re-enabling bearer | Parthasarathy Bhuvaragan | 1 | -2/+1 |
2016-04-15 | tipc: let first message on link be a state message | Jon Paul Maloy | 1 | -3/+3 |
2016-04-15 | tipc: refactor function tipc_link_timeout() | Jon Paul Maloy | 1 | -20/+16 |
2016-04-15 | tipc: reduce transmission rate of reset messages when link is down | Jon Paul Maloy | 1 | -3/+4 |
2016-04-15 | tipc: guarantee peer bearer id exchange after reboot | Jon Paul Maloy | 1 | -1/+9 |
2016-03-07 | tipc: move netlink policies to netlink.c | Richard Alpe | 1 | -8/+0 |
2016-03-06 | tipc: remove pre-allocated message header in link struct | Jon Paul Maloy | 1 | -69/+45 |
2016-02-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
2016-02-19 | tipc: unlock in error path | Insu Yun | 1 | -1/+3 |
2016-02-16 | tipc: refactor node xmit and fix memory leaks | Richard Alpe | 1 | -2/+6 |
2016-02-06 | tipc: fix link priority propagation | Richard Alpe | 1 | -0/+6 |
2016-02-06 | tipc: fix link attribute propagation bug | Richard Alpe | 1 | -25/+6 |
2015-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
2015-11-20 | tipc: correct settings of broadcast link state | Jon Paul Maloy | 1 | -0/+2 |
2015-11-20 | tipc: eliminate remnants of hungarian notation | Jon Paul Maloy | 1 | -2/+2 |
2015-11-20 | tipc: narrow down interface towards struct tipc_link | Jon Paul Maloy | 1 | -8/+338 |
2015-11-20 | tipc: narrow down exposure of struct tipc_node | Jon Paul Maloy | 1 | -334/+3 |
2015-11-20 | tipc: convert node lock to rwlock | Jon Paul Maloy | 1 | -16/+16 |
2015-11-20 | tipc: introduce per-link spinlock | Jon Paul Maloy | 1 | -4/+5 |
2015-11-20 | tipc: move linearization of buffers to generic code | Jon Paul Maloy | 1 | -0/+2 |
2015-10-25 | tipc: link_is_bc_sndlink() can be static | Wu Fengguang | 1 | -4/+4 |
2015-10-24 | tipc: clean up unused code and structures | Jon Paul Maloy | 1 | -214/+8 |
2015-10-24 | tipc: eliminate link's reference to owner node | Jon Paul Maloy | 1 | -14/+17 |
2015-10-24 | tipc: let neighbor discoverer tranmsit consumable buffers | Jon Paul Maloy | 1 | -2/+1 |
2015-10-24 | tipc: introduce jumbo frame support for broadcast | Jon Paul Maloy | 1 | -0/+10 |
2015-10-24 | tipc: let broadcast packet reception use new link receive function | Jon Paul Maloy | 1 | -123/+312 |
2015-10-24 | tipc: introduce capability bit for broadcast synchronization | Jon Paul Maloy | 1 | -2/+5 |
2015-10-24 | tipc: let broadcast transmission use new link transmit function | Jon Paul Maloy | 1 | -2/+17 |
2015-10-24 | tipc: make struct tipc_link generic to support broadcast | Jon Paul Maloy | 1 | -12/+26 |
2015-10-24 | tipc: use explicit allocation of broadcast send link | Jon Paul Maloy | 1 | -0/+29 |
2015-10-24 | tipc: make link implementation independent from struct tipc_bearer | Jon Paul Maloy | 1 | -20/+27 |
2015-10-15 | tipc: update node FSM when peer RESET message is received | Jon Paul Maloy | 1 | -2/+5 |
2015-10-15 | tipc: send out RESET immediately when link goes down | Jon Paul Maloy | 1 | -0/+12 |
2015-10-15 | tipc: delay ESTABLISH state event when link is established | Jon Paul Maloy | 1 | -14/+26 |
2015-10-15 | tipc: disallow packet duplicates in link deferred queue | Jon Paul Maloy | 1 | -1/+1 |
2015-10-15 | tipc: improve sequence number checking | Jon Paul Maloy | 1 | -14/+12 |
2015-10-15 | tipc: simplify tipc_link_rcv() reception loop | Jon Paul Maloy | 1 | -37/+47 |
2015-10-15 | tipc: limit usage of temporary skb list during packet reception | Jon Paul Maloy | 1 | -8/+7 |
2015-08-23 | tipc: fix stale link problem during synchronization | Jon Paul Maloy | 1 | -1/+2 |
2015-08-23 | tipc: interrupt link synchronization when a link goes down | Jon Paul Maloy | 1 | -1/+1 |
2015-07-30 | tipc: clean up link creation | Jon Paul Maloy | 1 | -76/+60 |
2015-07-30 | tipc: use temporary, non-protected skb queue for bundle reception | Jon Paul Maloy | 1 | -15/+19 |
2015-07-30 | tipc: remove implicit message delivery in node_unlock() | Jon Paul Maloy | 1 | -18/+3 |
2015-07-30 | tipc: make resetting of links non-atomic | Jon Paul Maloy | 1 | -1/+1 |
2015-07-30 | tipc: merge link->exec_mode and link->state into one FSM | Jon Paul Maloy | 1 | -158/+192 |
2015-07-30 | tipc: move protocol message sending away from link FSM | Jon Paul Maloy | 1 | -21/+30 |
2015-07-30 | tipc: move link synch and failover to link aggregation level | Jon Paul Maloy | 1 | -350/+132 |
2015-07-30 | tipc: reverse call order for link_reset()->node_link_down() | Jon Paul Maloy | 1 | -5/+1 |
2015-07-30 | tipc: move all link_reset() calls to link aggregation level | Jon Paul Maloy | 1 | -61/+20 |
2015-07-30 | tipc: eliminate function tipc_link_activate() | Jon Paul Maloy | 1 | -13/+4 |
2015-07-29 | tipc: fix bug in broadcast synch message create function | Jon Maloy | 1 | -0/+3 |
2015-07-21 | tipc: fix compatibility bug | Jon Paul Maloy | 1 | -1/+1 |
2015-07-20 | tipc: reduce locking scope during packet reception | Jon Paul Maloy | 1 | -372/+301 |
2015-07-20 | tipc: introduce node contact FSM | Jon Paul Maloy | 1 | -42/+32 |
2015-07-20 | tipc: move link supervision timer to node level | Jon Paul Maloy | 1 | -74/+4 |
2015-07-20 | tipc: simplify link timer implementation | Jon Paul Maloy | 1 | -45/+71 |
2015-07-20 | tipc: improve link FSM implementation | Jon Paul Maloy | 1 | -156/+188 |
2015-07-20 | tipc: introduce new link protocol msg create function | Jon Paul Maloy | 1 | -67/+77 |
2015-07-20 | tipc: clean up definitions and usage of link flags | Jon Paul Maloy | 1 | -40/+58 |
2015-07-20 | tipc: make media xmit call outside node spinlock context | Jon Paul Maloy | 1 | -60/+72 |
2015-07-20 | tipc: change sk_buffer handling in tipc_link_xmit() | Jon Paul Maloy | 1 | -14/+9 |
2015-07-20 | tipc: move link input queue to tipc_node | Jon Paul Maloy | 1 | -12/+15 |
2015-07-20 | tipc: introduce link entry structure to struct tipc_node | Jon Paul Maloy | 1 | -28/+32 |
2015-06-28 | tipc: purge backlog queue counters when broadcast link is reset | Jon Paul Maloy | 1 | -1/+1 |
2015-05-26 | tipc: fix bug in link protocol message create function | Jon Paul Maloy | 1 | -2/+0 |
2015-05-14 | tipc: add packet sequence number at instant of transmission | Jon Paul Maloy | 1 | -9/+28 |
2015-05-14 | tipc: improve link congestion algorithm | Jon Paul Maloy | 1 | -5/+6 |
2015-05-14 | tipc: simplify link supervision checkpointing | Jon Paul Maloy | 1 | -59/+22 |
2015-05-14 | tipc: rename fields in struct tipc_link | Jon Paul Maloy | 1 | -77/+78 |