summaryrefslogtreecommitdiffstats
path: root/net/can
AgeCommit message (Expand)AuthorLines
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-4/+6
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-2/+2
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig-2/+2
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig-118/+25
2018-05-14net/can: single_open_net needs to be paired with single_release_netChristoph Hellwig-4/+4
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai-3/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches-2/+2
2018-03-22net: Convert can_pernet_opsKirill Tkhai-0/+1
2018-03-05net: Convert cangw_pernet_opsKirill Tkhai-0/+1
2018-02-27net: Convert /proc creating and destroying pernet_operationsKirill Tkhai-0/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko-4/+2
2018-01-26can: migrate documentation to restructured textRobert Schwebel-1/+1
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-22/+14
2018-01-18can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde-11/+7
2018-01-18can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde-11/+7
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan-7/+0
2018-01-05can: af_can: give struct holding the CAN per device receive lists a sensible ...Marc Kleine-Budde-15/+15
2018-01-05can: raw: raw_bind(): bail out if can_family is not AF_CANMarc Kleine-Budde-0/+2
2017-12-04net: use rtnl_register_module where neededFlorian Westphal-4/+10
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook-2/+2
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+19
2017-10-19can: af_can: can_pernet_init(): add missing error handling for kzalloc return...Marc Kleine-Budde-1/+13
2017-10-19can: af_can: do not access proto_tab directly use rcu_access_pointer insteadMarc Kleine-Budde-3/+3
2017-10-19can: bcm: check for null sk before deferencing it via the call to sock_netColin Ian King-2/+3
2017-10-18net: can: Convert timers to use timer_setup()Kees Cook-7/+7
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal-3/+3
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-3/+3
2017-06-09can: af_can: namespace support: fix lockdep splat: properly initialize spin_lockMarc Kleine-Budde-2/+1
2017-04-27can: fix CAN BCM build with CONFIG_PROC_FS disabledOliver Hartkopp-8/+13
2017-04-25can: network namespace support for CAN gatewayOliver Hartkopp-28/+44
2017-04-25can: network namespace support for CAN_BCM protocolOliver Hartkopp-33/+57
2017-04-25can: complete initial namespace supportOliver Hartkopp-103/+114
2017-04-25can: remove obsolete definitionsOliver Hartkopp-4/+0
2017-04-25can: remove obsolete pernet_operations definitionsOliver Hartkopp-4/+0
2017-04-25can: fix memory leak in initial namespace supportOliver Hartkopp-0/+2
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern-2/+4
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg-1/+1
2017-04-04can: initial support for network namespacesMario Kicherer-176/+203
2017-01-30can: bcm: fix hrtimer/tasklet termination in bcm op removalOliver Hartkopp-7/+16
2017-01-29can: Fix kernel panic at security_sock_rcv_skbEric Dumazet-8/+17
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner-2/+2
2016-12-25ktime: Get rid of the unionThomas Gleixner-15/+15
2016-12-07can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde-0/+3
2016-11-23can: bcm: fix support for CAN FD framesOliver Hartkopp-8/+10
2016-10-31can: bcm: fix warning in bcm_connect/proc_registerOliver Hartkopp-9/+23
2016-06-23can: only call can_stat_update with procfsArnd Bergmann-21/+12