summaryrefslogtreecommitdiff
path: root/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: use SPDXStephen Hemminger2023-01-1421-105/+21
* tipc: fix keylen checkAndrea Claudi2022-05-171-3/+2
* Makefile: move HAVE_MNL check to top-level MakefileAndrea Claudi2022-03-121-6/+0
* tipc: fix clang warning about empty format stringStephen Hemminger2022-01-261-1/+1
* tipc: bail out if key is abnormally longAndrea Claudi2021-05-091-0/+3
* tipc: bail out if algname is abnormally longAndrea Claudi2021-05-091-2/+7
* tipc: call a sub-routine in separate socketHoang Le2021-05-093-9/+73
* tipc: use the libmnl functions in lib/mnl_utils.cHoang Le2021-04-0311-220/+83
* tipc: add option to set rekeying for encryptionTuong Lien2020-10-203-11/+39
* tipc: add option to set master key for encryptionTuong Lien2020-10-201-17/+29
* tipc: support 128bit node identity for peer removingHoang Le2020-09-011-1/+52
* tipc: fixed a compile warning in tipc/link.cHoang Huu Le2020-07-131-1/+1
* tipc: enable printing of broadcast rcv link statsTuong Lien2020-05-271-8/+17
* build: fix build failure with -fno-commonJan Engelhardt2020-01-201-1/+1
* tipc: fix clang warning in tipc/node.cTuong Lien2020-01-061-2/+4
* tipc: add new commands to set TIPC AEAD keyTuong Lien2019-11-253-2/+170
* tipc: support interface name when activating UDP bearerHoang Le2019-06-281-5/+89
* treewide: refactor help messagesMatteo Croce2019-05-201-23/+21
* tipc: add link broadcast getHoang Le2019-03-261-1/+84
* tipc: add link broadcast set method and ratioHoang Le2019-03-261-1/+95
* tipc: fix misalignment printout in non-JSON outputHoang Le2018-12-071-0/+5
* iproute2: Installation errors without libmnlEmeric Dupont2018-12-041-1/+3
* tipc: make cmd_find staticStephen Hemminger2018-11-192-3/+1
* tipc: Drop unused variable 'genl'Phil Sutter2018-10-221-6/+3
* tipc: spelling fixStephen Hemminger2018-10-181-1/+1
* tipc: JSON support for tipc link printoutsHoang Le2018-06-131-142/+272
* tipc: JSON support for showing nametableHoang Le2018-06-132-10/+41
* Merge ../iproute2-nextStephen Hemminger2018-06-087-30/+111
|\
| * tipc: fixed node and name table listingsJon Maloy2018-05-185-19/+43
| * tipc: Add support to set and get MTU for UDP bearerGhantaKrishnamurthy MohanKrishna2018-05-092-11/+68
* | tipc: TIPC_NLA_LINK_NAME value pass on nesting entry TIPC_NLA_LINKHoang Le2018-06-081-0/+3
|/
* tipc: change node address printout formatsJon Maloy2018-03-284-24/+9
* tipc: introduce command for handling a new 128-bit node identityJon Maloy2018-03-283-6/+172
* devlink, rdma, tipc: properly define TARGETS without HAVE_MNLMatthias Schiffer2018-01-051-1/+3
* SPDX license identifiersStephen Hemminger2017-11-241-0/+1
* tipc: change family attribute from u32 to u16Jon Maloy2017-11-161-1/+1
* tipc: don't need custom CFLAGSStephen Hemminger2017-10-111-2/+0
* Merge branch 'master' into net-nextStephen Hemminger2017-08-241-1/+1
|\
| * tipc/bearer: Prevent NULL pointer dereferencePhil Sutter2017-08-241-1/+1
* | config: put CFLAGS/LDLIBS in config.mkStephen Hemminger2017-08-231-3/+2
|/
* tipc/bearer: Fix resource leak in error pathPhil Sutter2017-08-181-0/+3
* tipc/node: Fix socket fd check in cmd_node_get_addr()Phil Sutter2017-08-181-1/+2
* tipc: cleanup style issuesStephen Hemminger2016-09-201-26/+42
* tipc: add link monitor listParthasarathy Bhuvaragan2016-09-201-0/+237
* tipc: refractor bearer to facilitate link monitorParthasarathy Bhuvaragan2016-09-202-31/+48
* tipc: add link monitor summaryParthasarathy Bhuvaragan2016-09-201-1/+46
* tipc: add link monitor get thresholdParthasarathy Bhuvaragan2016-09-201-1/+55
* tipc: add link monitor set thresholdParthasarathy Bhuvaragan2016-09-201-1/+68
* tipc: remove dead codeParthasarathy Bhuvaragan2016-09-201-3/+0
* tipc: add the ability to get UDP bearer optionsRichard Alpe2016-09-015-38/+268