-
Notifications
You must be signed in to change notification settings - Fork 712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Libsocketcan merge #106
Open
marckleinebudde
wants to merge
89
commits into
linux-can:master
Choose a base branch
from
marckleinebudde:libsocketcan-merge
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Libsocketcan merge #106
marckleinebudde
wants to merge
89
commits into
linux-can:master
from
marckleinebudde:libsocketcan-merge
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Luotao Fu <[email protected]>
Signed-off-by: Luotao Fu <[email protected]>
…from header Signed-off-by: Luotao Fu <[email protected]>
Signed-off-by: Luotao Fu <[email protected]>
Signed-off-by: Luotao Fu <[email protected]>
Signed-off-by: Luotao Fu <[email protected]>
Signed-off-by: Luotao Fu <[email protected]>
Signed-off-by: Luotao Fu <[email protected]>
Signed-off-by: Luotao Fu <[email protected]>
Signed-off-by: Luotao Fu <[email protected]>
include this from the header file now to make sure that application using this library will include this properly Signed-off-by: Luotao Fu <[email protected]>
Signed-off-by: Luotao Fu <[email protected]>
Signed-off-by: Luotao Fu <[email protected]>
Signed-off-by: Luotao Fu <[email protected]>
Signed-off-by: Luotao Fu <[email protected]>
This way we can verify the return value correctly Signed-off-by: Luotao Fu <[email protected]>
Signed-off-by: Luotao Fu <[email protected]>
Signed-off-by: Luotao Fu <[email protected]>
Signed-off-by: Luotao Fu <[email protected]>
Signed-off-by: Luotao Fu <[email protected]>
checking linux/[rt]netlink.h somehow doesn't work, remove them for now. Checking for linux/can/netlink.h is more important any way, add quit-if-not-found for this file Signed-off-by: Luotao Fu <[email protected]>
Signed-off-by: Luotao Fu <[email protected]>
Signed-off-by: Luotao Fu <[email protected]>
Signed-off-by: Luotao Fu <[email protected]>
* parse struct can_ctrlmode directly to set_ctrl_mode * add set_bittiming, change set_bitrate internally * rename set_restart to do_restart * rerangement Signed-off-by: Luotao Fu <[email protected]>
Signed-off-by: Luotao Fu <[email protected]>
Signed-off-by: Luotao Fu <[email protected]>
Signed-off-by: Luotao Fu <[email protected]>
Signed-off-by: Luotao Fu <[email protected]>
libsocketcan with c++ fails linking. Signed-off-by: Kurt Van Dijck <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
This patch fixes the following problem: configure.ac:108: required file `tests/GNUmakefile.in' not found which has been introduced in commit: 42a3b65 tests: remove test example Signed-off-by: Marc Kleine-Budde <[email protected]>
…replies. Prior to this commit, do_get_nl_link assumed there would only be a single reply for a dump request. On my system with multiple can interfaces, this would cause only half of them to be listed in the dump reply. This change checks for NLMSG_DONE dump terminator and stops receiving messages once received. Signed-off-by: Andrew Beard <[email protected]> [mkl: fix indention, move variable init out of loop] Signed-off-by: Marc Kleine-Budde <[email protected]>
Signed-off-by: Marc Kleine-Budde <[email protected]>
Signed-off-by: Marc Kleine-Budde <[email protected]>
Signed-off-by: Marc Kleine-Budde <[email protected]>
This bug was detected by the clang warning: libsocketcan.c:384:16: warning: argument to 'sizeof' in 'strncmp' call is the same expression as the source; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] sizeof(name)) != 0) ~~~~~~~^~~~~~ Signed-off-by: Alexander Stein <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
Took LGPL v2.1+ from the FSF website which is stated in libsocketcan.c. Signed-off-by: Wolfram Sang <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
'#' does not ignore the line at the m4 level, "dnl" does. Signed-off-by: Jan Engelhardt <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
Signed-off-by: Jan Engelhardt <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
Signed-off-by: Yegor Yefremov <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
Signed-off-by: Alexander Shiyan <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
This patch optimizes can_do_restart() function by reusing some part of code from existing set_link() function. Signed-off-by: Alexander Shiyan <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
This patch makes return value negative when open_nl_sock() function fail and removes excess labels. Signed-off-by: Alexander Shiyan <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
Signed-off-by: Alexander Shiyan <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
Signed-off-by: Robert Schwebel <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
Signed-off-by: Marc Kleine-Budde <[email protected]>
Signed-off-by: Marc Kleine-Budde <[email protected]>
Signed-off-by: Marc Kleine-Budde <[email protected]>
Reported-by: Yegor Yefremov <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
Signed-off-by: Nikita Edward Baruzdin <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
Signed-off-by: Nikita Edward Baruzdin <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
Because max is the index of the last element in array tb, max+1 elements need to be initialized. Signed-off-by: Leo Ruan <[email protected]> Signed-off-by: Mark Jonas <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
libsocketcan always retrieves link information from all interfaces instead of only specified one. This commit fixes the issue by appending an interface information to dump request netlink message. See man 7 rtnetlink for detail description in section 'RTM_GETLINK'. Signed-off-by: Leo Ruan <[email protected]> Signed-off-by: Mark Jonas <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
This commit adds an interface to get the statistics (64-bits) from CAN interface. See more information from /usr/include/linux/if_link.h where defines the struct rtnl_link_stats64. Compare to the rtnl_link_stats, rtnl_link_stats64 was introduced since linux kernel 2.6. After that the rtnl_link_stats is synchronous with struct rtnl_link_stats64 by truncating each member from 64 bits to 32 bits. Actually, the struct rtnl_link_stats is kept for compatibility. Signed-off-by: Leo Ruan <[email protected]> Signed-off-by: Mark Jonas <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
If you have an application stderr shall not be used by libsocketcan you can disable all error logging by defining DISABLE_ERROR_LOG. Signed-off-by: Leo Ruan <[email protected]> Signed-off-by: Mark Jonas <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
For keeping backwards compatibility the configure switch --enable-error-log is enabled by default. To disable error logging use --enable-error-log=no. Signed-off-by: Mark Jonas <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
marckleinebudde
force-pushed
the
libsocketcan-merge
branch
from
October 4, 2018 22:36
5015b1f
to
fba9ec8
Compare
marckleinebudde
force-pushed
the
libsocketcan-merge
branch
from
October 5, 2018 08:58
fba9ec8
to
b10cc9a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.