aboutsummaryrefslogtreecommitdiffstats
path: root/tipc
AgeCommit message (Expand)AuthorFilesLines
2022-05-17tipc: fix keylen checkAndrea Claudi1-3/+2
2022-03-12Makefile: move HAVE_MNL check to top-level MakefileAndrea Claudi1-6/+0
2022-01-26tipc: fix clang warning about empty format stringStephen Hemminger1-1/+1
2021-05-09tipc: bail out if key is abnormally longAndrea Claudi1-0/+3
2021-05-09tipc: bail out if algname is abnormally longAndrea Claudi1-2/+7
2021-05-09tipc: call a sub-routine in separate socketHoang Le3-9/+73
2021-04-03tipc: use the libmnl functions in lib/mnl_utils.cHoang Le11-220/+83
2020-10-20tipc: add option to set rekeying for encryptionTuong Lien3-11/+39
2020-10-20tipc: add option to set master key for encryptionTuong Lien1-17/+29
2020-09-01tipc: support 128bit node identity for peer removingHoang Le1-1/+52
2020-07-13tipc: fixed a compile warning in tipc/link.cHoang Huu Le1-1/+1
2020-05-27tipc: enable printing of broadcast rcv link statsTuong Lien1-8/+17
2020-01-20build: fix build failure with -fno-commonJan Engelhardt1-1/+1
2020-01-06tipc: fix clang warning in tipc/node.cTuong Lien1-2/+4
2019-11-25tipc: add new commands to set TIPC AEAD keyTuong Lien3-2/+170
2019-06-28tipc: support interface name when activating UDP bearerHoang Le1-5/+89
2019-05-20treewide: refactor help messagesMatteo Croce1-23/+21
2019-03-26tipc: add link broadcast getHoang Le1-1/+84
2019-03-26tipc: add link broadcast set method and ratioHoang Le1-1/+95
2018-12-07tipc: fix misalignment printout in non-JSON outputHoang Le1-0/+5
2018-12-04iproute2: Installation errors without libmnlEmeric Dupont1-1/+3
2018-11-19tipc: make cmd_find staticStephen Hemminger2-3/+1
2018-10-22tipc: Drop unused variable 'genl'Phil Sutter1-6/+3
2018-10-18tipc: spelling fixStephen Hemminger1-1/+1
2018-06-13tipc: JSON support for tipc link printoutsHoang Le1-142/+272
2018-06-13tipc: JSON support for showing nametableHoang Le2-10/+41
2018-06-08Merge ../iproute2-nextStephen Hemminger7-30/+111
2018-06-08tipc: TIPC_NLA_LINK_NAME value pass on nesting entry TIPC_NLA_LINKHoang Le1-0/+3
2018-05-18tipc: fixed node and name table listingsJon Maloy5-19/+43
2018-05-09tipc: Add support to set and get MTU for UDP bearerGhantaKrishnamurthy MohanKrishna2-11/+68
2018-03-28tipc: change node address printout formatsJon Maloy4-24/+9
2018-03-28tipc: introduce command for handling a new 128-bit node identityJon Maloy3-6/+172
2018-01-05devlink, rdma, tipc: properly define TARGETS without HAVE_MNLMatthias Schiffer1-1/+3
2017-11-24SPDX license identifiersStephen Hemminger1-0/+1
2017-11-16tipc: change family attribute from u32 to u16Jon Maloy1-1/+1
2017-10-11tipc: don't need custom CFLAGSStephen Hemminger1-2/+0
2017-08-24Merge branch 'master' into net-nextStephen Hemminger1-1/+1
2017-08-24tipc/bearer: Prevent NULL pointer dereferencePhil Sutter1-1/+1
2017-08-23config: put CFLAGS/LDLIBS in config.mkStephen Hemminger1-3/+2
2017-08-18tipc/bearer: Fix resource leak in error pathPhil Sutter1-0/+3
2017-08-18tipc/node: Fix socket fd check in cmd_node_get_addr()Phil Sutter1-1/+2
2016-09-20tipc: cleanup style issuesStephen Hemminger1-26/+42
2016-09-20tipc: add link monitor listParthasarathy Bhuvaragan1-0/+237
2016-09-20tipc: refractor bearer to facilitate link monitorParthasarathy Bhuvaragan2-31/+48
2016-09-20tipc: add link monitor summaryParthasarathy Bhuvaragan1-1/+46
2016-09-20tipc: add link monitor get thresholdParthasarathy Bhuvaragan1-1/+55
2016-09-20tipc: add link monitor set thresholdParthasarathy Bhuvaragan1-1/+68
2016-09-20tipc: remove dead codeParthasarathy Bhuvaragan1-3/+0
2016-09-01tipc: add the ability to get UDP bearer optionsRichard Alpe5-38/+268
2016-09-01tipc: introduce bearer add for remoteipRichard Alpe1-0/+125
2016-08-29tipc: add peer remove functionalityRichard Alpe4-1/+118
2016-08-17tipc: refactor bearer identificationRichard Alpe2-205/+114
2016-05-31Make builds default to quiet modeDavid Ahern1-0/+1
2016-02-09Revert "tipc: add peer remove functionality"Stephen Hemminger4-118/+1
2016-01-18Merge branch 'net-next'Stephen Hemminger4-1/+118
2016-01-11tipc: add peer remove functionalityRichard Alpe4-1/+118
2016-01-11Revert "tipc: add peer remove functionality"Stephen Hemminger4-118/+1
2016-01-06tipc: add peer remove functionalityRichard Alpe4-1/+118
2016-01-06tipc: fix help text spelling error in node.cRichard Alpe1-1/+1
2015-08-10tipc: fix bearer get/set help synopsisRichard Alpe1-4/+4
2015-07-06build: must honor pkg-config flags for libmnlJan Engelhardt1-1/+4
2015-07-06tipc: make build conditional on having libmnlGustavo Zacarias1-0/+5
2015-05-21tipc: add new TIPC configuration toolRichard Alpe22-0/+2744