summaryrefslogtreecommitdiffstats
path: root/net/can
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
|/
* can: introduce new raw socket option to join the given CAN filtersOliver Hartkopp2015-04-011-1/+30
* can: fix multiple delivery of a single CAN frame for overlapping CAN filtersOliver Hartkopp2015-04-011-0/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-091-0/+3
|\
| * can: add missing initialisations in CAN related skbuffsOliver Hartkopp2015-03-091-0/+3
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-022-8/+6
* | net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger2015-03-022-4/+4
|/
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-1/+2
* can: fix spelling errorsJeremiah Mahler2014-12-073-8/+8
* can: eliminate banner[] variable and switch to pr_info()Jeremiah Mahler2014-12-073-10/+3
* new helper: memcpy_to_msg()Al Viro2014-11-242-2/+2
* new helper: memcpy_from_msg()Al Viro2014-11-242-12/+9
* can: add hash based access to single EFF frame filtersOliver Hartkopp2014-05-193-9/+75
* can: proc: make array printing function indenpendent from sff framesOliver Hartkopp2014-05-192-13/+19
* net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-241-2/+2
* can: remove CAN FD compatibility for CAN 2.0 socketsOliver Hartkopp2014-03-031-21/+5
* Merge tag 'linux-can-fixes-for-3.14-20140129' of git://gitorious.org/linux-ca...David S. Miller2014-01-301-0/+1
|\
| * can: Propagate SO_PRIORITY of raw sockets to skbsRostislav Lisovy2014-01-291-0/+1
* | can: add destructor for self generated skbsOliver Hartkopp2014-01-302-3/+4
|/
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-182-4/+4
* can: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue2014-01-141-10/+5
* can: gw: remove obsolete checksOliver Hartkopp2013-12-211-4/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+1
|\
| * treewide: Fix common typo in "identify"Maxime Jayat2013-10-141-1/+1
* | net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypesJoe Perches2013-10-191-3/+3
|/
* can: gw: add a per rule limitation of frame hopsOliver Hartkopp2013-08-291-4/+31
* net: pass info struct via netdevice notifierJiri Pirko2013-05-284-8/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-012-2/+2
|\
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-092-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-221-3/+3
|\ \
| * | can: gw: use kmem_cache_free() instead of kfree()Wei Yongjun2013-04-091-3/+3
| |/