aboutsummaryrefslogtreecommitdiffstats
path: root/net/can
AgeCommit message (Expand)AuthorFilesLines
2019-06-07can: purge socket error queue on sock destructWillem de Bruijn1-0/+1
2019-06-07can: af_can: Fix error path of can_init()YueHaibing1-3/+21
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+2
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann3-6/+2
2019-01-22can: bcm: check timer values before ktime conversionOliver Hartkopp1-0/+27
2019-01-07can: gw: ensure DLC boundaries after CAN frame modificationOliver Hartkopp1-3/+27
2018-12-17net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn1-1/+1
2018-11-09can: raw: check for CAN FD capable netdev in raw_sendmsg()Oliver Hartkopp1-7/+8
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-4/+6
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-2/+2
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2-2/+2
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig2-118/+25
2018-05-14net/can: single_open_net needs to be paired with single_release_netChristoph Hellwig2-4/+4
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai3-3/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches2-2/+2
2018-03-22net: Convert can_pernet_opsKirill Tkhai1-0/+1
2018-03-05net: Convert cangw_pernet_opsKirill Tkhai1-0/+1
2018-02-27net: Convert /proc creating and destroying pernet_operationsKirill Tkhai1-0/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-4/+2
2018-01-26can: migrate documentation to restructured textRobert Schwebel1-1/+1
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-22/+14
2018-01-18can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde1-11/+7
2018-01-18can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde1-11/+7
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan2-7/+0
2018-01-05can: af_can: give struct holding the CAN per device receive lists a sensible ...Marc Kleine-Budde3-15/+15
2018-01-05can: raw: raw_bind(): bail out if can_family is not AF_CANMarc Kleine-Budde1-0/+2
2017-12-04net: use rtnl_register_module where neededFlorian Westphal1-4/+10
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-2/+2
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+19
2017-10-19can: af_can: can_pernet_init(): add missing error handling for kzalloc return...Marc Kleine-Budde1-1/+13
2017-10-19can: af_can: do not access proto_tab directly use rcu_access_pointer insteadMarc Kleine-Budde1-3/+3
2017-10-19can: bcm: check for null sk before deferencing it via the call to sock_netColin Ian King1-2/+3
2017-10-18net: can: Convert timers to use timer_setup()Kees Cook3-7/+7
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-3/+3
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-3/+3
2017-06-09can: af_can: namespace support: fix lockdep splat: properly initialize spin_lockMarc Kleine-Budde1-2/+1
2017-04-27can: fix CAN BCM build with CONFIG_PROC_FS disabledOliver Hartkopp1-8/+13
2017-04-25can: network namespace support for CAN gatewayOliver Hartkopp1-28/+44
2017-04-25can: network namespace support for CAN_BCM protocolOliver Hartkopp1-33/+57
2017-04-25can: complete initial namespace supportOliver Hartkopp3-103/+114
2017-04-25can: remove obsolete definitionsOliver Hartkopp1-4/+0
2017-04-25can: remove obsolete pernet_operations definitionsOliver Hartkopp1-4/+0
2017-04-25can: fix memory leak in initial namespace supportOliver Hartkopp1-0/+2
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern1-2/+4
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2017-04-04can: initial support for network namespacesMario Kicherer6-176/+203
2017-01-30can: bcm: fix hrtimer/tasklet termination in bcm op removalOliver Hartkopp1-7/+16
2017-01-29can: Fix kernel panic at security_sock_rcv_skbEric Dumazet5-8/+17
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-2/+2
2016-12-25ktime: Get rid of the unionThomas Gleixner2-15/+15
2016-12-07can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde1-0/+3
2016-11-23can: bcm: fix support for CAN FD framesOliver Hartkopp1-8/+10
2016-10-31can: bcm: fix warning in bcm_connect/proc_registerOliver Hartkopp1-9/+23
2016-06-23can: only call can_stat_update with procfsArnd Bergmann2-21/+12
2016-06-17can: bcm: add support for CAN FD framesOliver Hartkopp1-88/+135
2016-06-17can: bcm: unify bcm_msg_head handling and prepare function parametersOliver Hartkopp1-25/+29
2016-06-17can: bcm: use CAN frame instead of can_frame in commentsOliver Hartkopp1-16/+16
2016-06-17can: bcm: fix indention and other minor style issuesOliver Hartkopp1-14/+12
2016-06-17can: build proc support only if CONFIG_PROC_FS is activatedAlexander Aring3-3/+14
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh1-1/+1
2015-10-13can: avoid using timeval for uapiArnd Bergmann1-5/+10
2015-07-12can: replace timestamp as unique skb attributeOliver Hartkopp3-8/+13
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2015-06-21can: fix loss of CAN frames in raw_rcvOliver Hartkopp1-1/+5
2015-06-09can: cangw: introduce optional uid to reference created routing jobsOliver Hartkopp1-12/+56
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-1/+1
2015-04-01can: introduce new raw socket option to join the given CAN filtersOliver Hartkopp1-1/+30
2015-04-01can: fix multiple delivery of a single CAN frame for overlapping CAN filtersOliver Hartkopp1-0/+21
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2015-03-09can: add missing initialisations in CAN related skbuffsOliver Hartkopp1-0/+3
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue2-8/+6
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger2-4/+4
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-1/+2
2014-12-07can: fix spelling errorsJeremiah Mahler3-8/+8
2014-12-07can: eliminate banner[] variable and switch to pr_info()Jeremiah Mahler3-10/+3
2014-11-24new helper: memcpy_to_msg()Al Viro2-2/+2
2014-11-24new helper: memcpy_from_msg()Al Viro2-12/+9
2014-05-19can: add hash based access to single EFF frame filtersOliver Hartkopp3-9/+75
2014-05-19can: proc: make array printing function indenpendent from sff framesOliver Hartkopp2-13/+19
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-2/+2
2014-03-03can: remove CAN FD compatibility for CAN 2.0 socketsOliver Hartkopp1-21/+5
2014-01-30Merge tag 'linux-can-fixes-for-3.14-20140129' of git://gitorious.org/linux-ca...David S. Miller1-0/+1
2014-01-30can: add destructor for self generated skbsOliver Hartkopp2-3/+4
2014-01-29can: Propagate SO_PRIORITY of raw sockets to skbsRostislav Lisovy1-0/+1
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle2-4/+4
2014-01-14can: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue1-10/+5
2013-12-21can: gw: remove obsolete checksOliver Hartkopp1-4/+2
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-10-19net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypesJoe Perches1-3/+3
2013-10-14treewide: Fix common typo in "identify"Maxime Jayat1-1/+1
2013-08-29can: gw: add a per rule limitation of frame hopsOliver Hartkopp1-4/+31
2013-05-28net: pass info struct via netdevice notifierJiri Pirko4-8/+8
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+2
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2013-04-14net: sock: make sock_tx_timestamp voidDaniel Borkmann1-3/+2
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro2-2/+2
2013-04-09can: gw: use kmem_cache_free() instead of kfree()Wei Yongjun1-3/+3
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf1-3/+2
2013-03-19can: dump stack on protocol bugsOliver Hartkopp1-7/+4
2013-03-11net: can: af_can.c: Fix checkpatch warningsValentin Ilie1-13/+8
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin3-20/+16
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng2-2/+2
2013-01-28can: rework skb reserved data handlingOliver Hartkopp3-9/+7
2013-01-26can: gw: indicate and count deleted frames due to misconfigurationOliver Hartkopp1-1/+11
2013-01-26can: gw: add a variable limit for CAN frame routingsOliver Hartkopp1-16/+40
2013-01-26can: gw: make routing to the incoming CAN interface configurableOliver Hartkopp1-0/+8
2013-01-26can: add private data space for CAN sk_buffsOliver Hartkopp2-5/+15
2013-01-26can: Kconfig: switch on all CAN protocolls by defaultMarc Kleine-Budde1-3/+3
2013-01-26can: Kconfig: convert 'depends on CAN' into 'if CAN...endif' blockMarc Kleine-Budde1-3/+4
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2012-11-26can: bcm: initialize ifindex for timeouts without previous frame receptionOliver Hartkopp1-0/+3
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder1-1/+1
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman1-0/+6
2012-10-06sections: fix section conflicts in net/canAndi Kleen4-4/+4
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-1/+1
2012-07-10can: gw: Remove pointless castsThomas Graf1-4/+2
2012-07-10can: gw: Properly fill the netlink header when responding to RTM_GETROUTEThomas Graf1-3/+7
2012-07-10can: gw: Use nla_policy to validate netlink attributesThomas Graf1-24/+23
2012-07-10can: gw: Don't bump nlmsg_len manuallyThomas Graf1-26/+1
2012-07-02can: fix sparse warning in af_can.cOliver Hartkopp2-3/+3
2012-06-19canfd: add support for CAN FD in CAN_RAW socketsOliver Hartkopp1-4/+46
2012-06-19canfd: add support for CAN FD in PF_CAN coreOliver Hartkopp1-27/+82
2012-06-19canfd: add new data structures and constantsOliver Hartkopp1-0/+7
2012-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2012-06-15net: remove skb_orphan_try()Eric Dumazet1-3/+0
2012-05-23can: update documentation wording error frames -> error messagesOliver Hartkopp1-5/+5
2012-04-16can: fix sparse warning for cgw_listDaniel Baluta1-1/+1
2011-10-17can: remove references to berlios mailinglistMarc Kleine-Budde6-12/+0
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller1-29/+24
2011-09-29can bcm: fix incomplete tx_setup fixOliver Hartkopp1-27/+21
2011-09-29can bcm: fix tx_setup off-by-one errorsOliver Hartkopp1-6/+7
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-1/+1
2011-09-16can-gw: add netlink based CAN routingOliver Hartkopp3-0/+973
2011-09-15net/can/af_can.c: Change del_timer to del_timer_syncrajan.aggarwal85@gmail.com1-1/+1
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-2/+2
2011-06-17net/can: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies1-2/+3
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-26can: convert to %pK for kptr_restrict supportOliver Hartkopp1-4/+3
2011-05-24net: convert %p usage to %pKDan Rosenberg1-3/+3
2011-05-04can: rename can_try_module_get to can_get_protoKurt Van Dijck1-4/+9
2011-05-04can: make struct can_proto constKurt Van Dijck3-8/+8
2011-04-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-2/+12
2011-04-20can: add missing socket check in can/raw releaseOliver Hartkopp1-1/+6
2011-04-19can: Add missing socket check in can/bcm release.Dave Jones1-1/+6
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2011-04-06can: convert protocol handling to RCUOliver Hartkopp1-20/+32
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-27can: make struct proto constOliver Hartkopp3-10/+7
2011-01-15can: test size of struct sockaddr in sendmsgKurt Van Dijck2-0/+6
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2010-12-31CAN: Use inode instead of kernel address for /proc fileDan Rosenberg1-2/+2
2010-11-22Net: can: Makefile: Remove deprecated kbuild goal definitionsTracey Dent1-3/+3
2010-11-12can-bcm: fix minor heap overflowOliver Hartkopp1-1/+1
2010-10-21can-raw: add msg_flags to distinguish local trafficOliver Hartkopp1-3/+30
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp1-2/+2
2010-08-11can: add limit for nframes and clean up signed/unsigned variablesOliver Hartkopp1-14/+27
2010-08-03can-raw: Fix skb_orphan_try handlingOliver Hartkopp1-0/+4
2010-05-31net/can: Use memdup_userJulia Lawall1-8/+3
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-04-13can: avoids a false warningEric Dumazet1-1/+1
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+3
2010-04-01net: check the length of the socket address passed to connect(2)Changli Gao1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2-0/+2
2010-02-02can: deny filterlist access on non-CAN interfacesOliver Hartkopp1-0/+6
2010-01-03can: Speed up CAN frame receiption by using ml_privOliver Hartkopp3-119/+96
2009-11-29net: Move && and || to end of previous lineJoe Perches1-4/+4
2009-11-25net: use net_eq to compare netsOctavian Purdila1-1/+1
2009-11-10CAN: use dev_get_by_index_rcustephen hemminger1-3/+3
2009-11-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-7/+12
2009-11-08can: should not use __dev_get_by_index() without locksEric Dumazet1-7/+12
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-11-05net: drop capability from protocol definitionsEric Paris3-7/+0
2009-10-29net: Cleanup redundant tests on unsignedroel kluin1-2/+0
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2-2/+2
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-09-15can: fix NOHZ local_softirq_pending 08 warningOliver Hartkopp1-1/+3
2009-08-30can: use correct NET_RX_ return valuesOliver Hartkopp1-2/+2
2009-08-29can: switch to seq_fileAlexey Dobriyan2-199/+167
2009-08-14can: Use WARN_ONCE() instead of BUG_ON() for sanity check in receive pathOliver Hartkopp1-5/+13
2009-08-09can: Fix raw_getname() leakEric Dumazet1-0/+1
2009-07-15net/can: add module alias to can protocol driversLothar Waßmann2-0/+2
2009-07-15net/can bugfix: use after free bug in can protocol driversLothar Waßmann2-0/+6
2009-06-10can: af_can.c use rcu_barrier() on module unload.Jesper Dangaard Brouer1-0/+2
2009-04-17can: Network Drop Monitor: Make use of consume_skb() in af_can.cOliver Hartkopp1-2/+2
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2-6/+0
2009-02-26can: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2009-02-15ip: support for TX timestamps on UDP and RAW socketsPatrick Ohly1-0/+3
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2009-01-14can: fix slowpath issue in hrtimer callback functionOliver Hartkopp1-27/+30
2009-01-06can: omit unneeded skb_clone() callsOliver Hartkopp3-21/+21
2009-01-04can: update can-bcm for hrtimer hardirq callbacksOliver Hartkopp1-83/+125
2008-12-14can: merge error pathsIlpo Järvinen1-10/+12
2008-12-04can: omit received RTR frames for single ID filter listsOliver Hartkopp1-1/+4