aboutsummaryrefslogtreecommitdiff
path: root/net/can
AgeCommit message (Expand)AuthorFilesLines
2018-03-27net: Drop pernet_operations::asyncGravatar Kirill Tkhai 3-3/+0
2018-03-26net: Use octal not symbolic permissionsGravatar Joe Perches 2-2/+2
2018-03-22net: Convert can_pernet_opsGravatar Kirill Tkhai 1-0/+1
2018-03-05net: Convert cangw_pernet_opsGravatar Kirill Tkhai 1-0/+1
2018-02-27net: Convert /proc creating and destroying pernet_operationsGravatar Kirill Tkhai 1-0/+1
2018-02-12net: make getname() functions return length rather than use int* parameterGravatar Denys Vlasenko 1-4/+2
2018-01-26can: migrate documentation to restructured textGravatar Robert Schwebel 1-1/+1
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-22/+14
2018-01-18can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_onceGravatar Marc Kleine-Budde 1-11/+7
2018-01-18can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_onceGravatar Marc Kleine-Budde 1-11/+7
2018-01-16net: delete /proc THIS_MODULE referencesGravatar Alexey Dobriyan 2-7/+0
2018-01-05can: af_can: give struct holding the CAN per device receive lists a sensible ...Gravatar Marc Kleine-Budde 3-15/+15
2018-01-05can: raw: raw_bind(): bail out if can_family is not AF_CANGravatar Marc Kleine-Budde 1-0/+2
2017-12-04net: use rtnl_register_module where neededGravatar Florian Westphal 1-4/+10
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsGravatar Kees Cook 1-2/+2
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-6/+19
2017-10-19can: af_can: can_pernet_init(): add missing error handling for kzalloc return...Gravatar Marc Kleine-Budde 1-1/+13
2017-10-19can: af_can: do not access proto_tab directly use rcu_access_pointer insteadGravatar Marc Kleine-Budde 1-3/+3
2017-10-19can: bcm: check for null sk before deferencing it via the call to sock_netGravatar Colin Ian King 1-2/+3
2017-10-18net: can: Convert timers to use timer_setup()Gravatar Kees Cook 3-7/+7
2017-08-09rtnetlink: make rtnl_register accept a flags parameterGravatar Florian Westphal 1-3/+3
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 1-3/+3
2017-06-09can: af_can: namespace support: fix lockdep splat: properly initialize spin_lockGravatar Marc Kleine-Budde 1-2/+1
2017-04-27can: fix CAN BCM build with CONFIG_PROC_FS disabledGravatar Oliver Hartkopp 1-8/+13
2017-04-25can: network namespace support for CAN gatewayGravatar Oliver Hartkopp 1-28/+44
2017-04-25can: network namespace support for CAN_BCM protocolGravatar Oliver Hartkopp 1-33/+57
2017-04-25can: complete initial namespace supportGravatar Oliver Hartkopp 3-103/+114
2017-04-25can: remove obsolete definitionsGravatar Oliver Hartkopp 1-4/+0
2017-04-25can: remove obsolete pernet_operations definitionsGravatar Oliver Hartkopp 1-4/+0
2017-04-25can: fix memory leak in initial namespace supportGravatar Oliver Hartkopp 1-0/+2
2017-04-17net: rtnetlink: plumb extended ack to doit functionGravatar David Ahern 1-2/+4
2017-04-13netlink: pass extended ACK struct to parsing functionsGravatar Johannes Berg 1-1/+1
2017-04-04can: initial support for network namespacesGravatar Mario Kicherer 6-176/+203
2017-01-30can: bcm: fix hrtimer/tasklet termination in bcm op removalGravatar Oliver Hartkopp 1-7/+16
2017-01-29can: Fix kernel panic at security_sock_rcv_skbGravatar Eric Dumazet 5-8/+17
2016-12-25ktime: Cleanup ktime_set() usageGravatar Thomas Gleixner 1-2/+2
2016-12-25ktime: Get rid of the unionGravatar Thomas Gleixner 2-15/+15
2016-12-07can: raw: raw_setsockopt: limit number of can_filter that can be setGravatar Marc Kleine-Budde 1-0/+3
2016-11-23can: bcm: fix support for CAN FD framesGravatar Oliver Hartkopp 1-8/+10
2016-10-31can: bcm: fix warning in bcm_connect/proc_registerGravatar Oliver Hartkopp 1-9/+23
2016-06-23can: only call can_stat_update with procfsGravatar Arnd Bergmann 2-21/+12
2016-06-17can: bcm: add support for CAN FD framesGravatar Oliver Hartkopp 1-88/+135
2016-06-17can: bcm: unify bcm_msg_head handling and prepare function parametersGravatar Oliver Hartkopp 1-25/+29
2016-06-17can: bcm: use CAN frame instead of can_frame in commentsGravatar Oliver Hartkopp 1-16/+16
2016-06-17can: bcm: fix indention and other minor style issuesGravatar Oliver Hartkopp 1-14/+12
2016-06-17can: build proc support only if CONFIG_PROC_FS is activatedGravatar Alexander Aring 3-3/+14
2016-04-04sock: enable timestamping using control messagesGravatar Soheil Hassas Yeganeh 1-1/+1
2015-10-13can: avoid using timeval for uapiGravatar Arnd Bergmann 1-5/+10