summaryrefslogtreecommitdiff
path: root/src/network/networkd-can.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-8/+4
* tree-wide: Use correct format specifiersJan Janssen2022-08-301-4/+4
* network: move logging from can_set_netlink_message() to the callerZbigniew Jędrzejewski-Szmek2022-01-051-12/+12
* network: can: allow to specify bit-timing with TimeQuantaNSec= and friendsYu Watanabe2021-08-161-0/+66
* network: SamplePoint= should be specified only when BitRate= is specifiedYu Watanabe2021-08-161-2/+2
* network: can: make Termination= optionally take a raw resistor valueYu Watanabe2021-08-161-5/+50
* network: can: introduce config_parse_can_control_mode()Yu Watanabe2021-08-161-31/+45
* network: can: refuse too large restart sec earlierYu Watanabe2021-08-161-5/+38
* network: can: move functionYu Watanabe2021-08-161-40/+40
* tree-wide: add FORMAT_TIMESPAN()Zbigniew Jędrzejewski-Szmek2021-07-091-5/+3
* network: use request queue to configure CAN interfacesYu Watanabe2021-06-091-99/+26
* network: use link_request_to_set_master() or friendsYu Watanabe2021-06-081-2/+2
* network: introduce link_request_to_activate()Yu Watanabe2021-06-081-29/+8
* network: make CAN device follow activation policyYu Watanabe2021-04-301-10/+9
* network: do not try to configure address or etc on can deviceYu Watanabe2021-04-301-0/+6
* network: can: shorten code a bitYu Watanabe2021-04-301-13/+5
* network: can: do not warn if link does not exist anymoreYu Watanabe2021-04-301-1/+5
* network: drop duplicated link_up_can()Yu Watanabe2021-04-301-44/+2
* network: can: add support for bus error reportingUlrich Ölmann2021-01-081-0/+6
* network: can: pretty up debug messagesUlrich Ölmann2021-01-081-5/+5
* network: can: simplify usage of booleansUlrich Ölmann2021-01-081-4/+4
* network: use SYNTHETIC_ERRNO() macroYu Watanabe2020-11-271-4/+2
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* network: downgrade log level in conf parsersYu Watanabe2020-07-171-2/+2
* network: can: add support for CAN-FD related propertiesRichard Petri2020-04-011-0/+29
* network: can: introduce a config parser function for bitratesRichard Petri2020-04-011-5/+41
* network: can: add support for listen-only modeYu Watanabe2020-03-171-5/+11
* network: add CAN Termination tristate optionMatt Ranostay2020-03-071-0/+13
* network,udev: use uint64_t for bit rateYu Watanabe2020-01-211-1/+1
* network: include NLMSGERR_ATTR_MSG attribute in error messageYu Watanabe2019-11-301-3/+3
* network: make CAN devices go through LINK_STATE_CONFIGURINGYu Watanabe2019-05-221-0/+2
* network: move CAN link related functions to networkd-can.cYu Watanabe2019-05-111-0/+229