summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-01-31can: bcm: check timer values before ktime conversionOliver Hartkopp1-0/+27
2019-01-23can: gw: ensure DLC boundaries after CAN frame modificationOliver Hartkopp1-3/+27
2018-01-31can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde1-6/+5
2018-01-31can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde1-6/+5
2017-02-18can: Fix kernel panic at security_sock_rcv_skbEric Dumazet6-12/+20
2017-02-09can: bcm: fix hrtimer/tasklet termination in bcm op removalOliver Hartkopp1-7/+16
2016-12-07can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde2-0/+4
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 Hartkopp2-88/+136
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 Yeganeh16-49/+93
2015-10-13can: avoid using timeval for uapiArnd Bergmann2-6/+16
2015-07-12can: replace timestamp as unique skb attributeOliver Hartkopp7-17/+18
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller29-72/+186
2015-06-21can: fix loss of CAN frames in raw_rcvOliver Hartkopp4-1/+14
2015-06-09can: cangw: introduce optional uid to reference created routing jobsOliver Hartkopp2-12/+61
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman59-108/+109
2015-04-01can: introduce new raw socket option to join the given CAN filtersOliver Hartkopp3-3/+49
2015-04-01can: fix multiple delivery of a single CAN frame for overlapping CAN filtersOliver Hartkopp1-0/+21
2015-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller307-1722/+3130
2015-03-09can: add missing initialisations in CAN related skbuffsOliver Hartkopp2-0/+11
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue75-442/+302
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger9-14/+13
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg51-158/+203
2014-12-07can: fix spelling errorsJeremiah Mahler4-9/+9
2014-12-07can: eliminate banner[] variable and switch to pr_info()Jeremiah Mahler3-10/+3
2014-11-24new helper: memcpy_to_msg()Al Viro9-9/+13
2014-11-24new helper: memcpy_from_msg()Al Viro36-57/+57
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. Biederman19-36/+38
2014-03-03can: remove CAN FD compatibility for CAN 2.0 socketsOliver Hartkopp2-27/+5
2014-01-31Merge tag 'linux-can-fixes-for-3.14-20140129' of git://gitorious.org/linux-ca...David S. Miller4-4/+8
2014-01-31can: add destructor for self generated skbsOliver Hartkopp6-34/+53
2014-01-29can: Propagate SO_PRIORITY of raw sockets to skbsRostislav Lisovy1-0/+1
2014-01-19net: add build-time checks for msg->msg_name sizeSteffen Hurrle34-78/+68
2014-01-15can: 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-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds89-138/+109
2013-10-19net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypesJoe Perches8-219/+194
2013-10-14treewide: Fix common typo in "identify"Maxime Jayat19-36/+36
2013-08-29can: gw: add a per rule limitation of frame hopsOliver Hartkopp2-5/+39
2013-05-28net: pass info struct via netdevice notifierJiri Pirko80-127/+172
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds385-14539/+7395
2013-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller345-2383/+3679
[next]