summaryrefslogtreecommitdiffstats
path: root/net/can
Commit message (Expand)AuthorAgeFilesLines
* can: gw: synchronize rcu operations before removing gw job entryOliver Hartkopp2021-07-201-0/+3
* can: bcm: delay release of struct bcm_op after synchronize_rcu()Thadeu Lima de Souza Cascardo2021-07-201-1/+6
* can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa2021-06-302-27/+94
* can: bcm: fix infoleak in struct bcm_msg_headNorbert Slusarek2021-06-301-0/+3
* can: af_can: prevent potential access of uninitialized member in canfd_rcv()Anant Thazhemadam2020-11-241-5/+14
* can: af_can: prevent potential access of uninitialized member in can_rcv()Anant Thazhemadam2020-11-241-5/+14
* can: proc: can_remove_proc(): silence remove_proc_entry warningZhang Changzhong2020-11-221-2/+4
* can: af_can: Fix error path of can_init()YueHaibing2019-07-211-3/+21
* can: purge socket error queue on sock destructWillem de Bruijn2019-06-251-0/+1
* can: bcm: check timer values before ktime conversionOliver Hartkopp2019-01-311-0/+27
* can: gw: ensure DLC boundaries after CAN frame modificationOliver Hartkopp2019-01-231-3/+27
* can: raw: check for CAN FD capable netdev in raw_sendmsg()Oliver Hartkopp2018-12-011-7/+8
* can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde2018-01-231-11/+7
* can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde2018-01-231-11/+7
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* can: af_can: can_pernet_init(): add missing error handling for kzalloc return...Marc Kleine-Budde2017-10-191-1/+13
* can: af_can: do not access proto_tab directly use rcu_access_pointer insteadMarc Kleine-Budde2017-10-191-3/+3
* can: bcm: check for null sk before deferencing it via the call to sock_netColin Ian King2017-10-191-2/+3
* rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-091-3/+3
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-3/+3
* can: af_can: namespace support: fix lockdep splat: properly initialize spin_lockMarc Kleine-Budde2017-06-091-2/+1
* can: fix CAN BCM build with CONFIG_PROC_FS disabledOliver Hartkopp2017-04-271-8/+13
* can: network namespace support for CAN gatewayOliver Hartkopp2017-04-251-28/+44
* can: network namespace support for CAN_BCM protocolOliver Hartkopp2017-04-251-33/+57
* can: complete initial namespace supportOliver Hartkopp2017-04-253-103/+114
* can: remove obsolete definitionsOliver Hartkopp2017-04-251-4/+0
* can: remove obsolete pernet_operations definitionsOliver Hartkopp2017-04-251-4/+0
* can: fix memory leak in initial namespace supportOliver Hartkopp2017-04-251-0/+2
* net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-171-2/+4
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* can: initial support for network namespacesMario Kicherer2017-04-046-176/+203
* can: bcm: fix hrtimer/tasklet termination in bcm op removalOliver Hartkopp2017-01-301-7/+16
* can: Fix kernel panic at security_sock_rcv_skbEric Dumazet2017-01-295-8/+17
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-2/+2
* ktime: Get rid of the unionThomas Gleixner2016-12-252-15/+15
* can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde2016-12-071-0/+3
* can: bcm: fix support for CAN FD framesOliver Hartkopp2016-11-231-8/+10
* can: bcm: fix warning in bcm_connect/proc_registerOliver Hartkopp2016-10-311-9/+23
* can: only call can_stat_update with procfsArnd Bergmann2016-06-232-21/+12
* can: bcm: add support for CAN FD framesOliver Hartkopp2016-06-171-88/+135
* can: bcm: unify bcm_msg_head handling and prepare function parametersOliver Hartkopp2016-06-171-25/+29
* can: bcm: use CAN frame instead of can_frame in commentsOliver Hartkopp2016-06-171-16/+16
* can: bcm: fix indention and other minor style issuesOliver Hartkopp2016-06-171-14/+12
* can: build proc support only if CONFIG_PROC_FS is activatedAlexander Aring2016-06-173-3/+14
* sock: enable timestamping using control messagesSoheil Hassas Yeganeh2016-04-041-1/+1
* can: avoid using timeval for uapiArnd Bergmann2015-10-131-5/+10
* can: replace timestamp as unique skb attributeOliver Hartkopp2015-07-123-8/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-241-1/+5
|\
| * can: fix loss of CAN frames in raw_rcvOliver Hartkopp2015-06-211-1/+5
* | can: cangw: introduce optional uid to reference created routing jobsOliver Hartkopp2015-06-091-12/+56