summaryrefslogtreecommitdiffstats
path: root/net/can/bcm.c
Commit message (Expand)AuthorAgeFilesLines
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-2/+2
* ktime: Get rid of the unionThomas Gleixner2016-12-251-14/+14
* 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: 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: avoid using timeval for uapiArnd Bergmann2015-10-131-5/+10
* can: replace timestamp as unique skb attributeOliver Hartkopp2015-07-121-0/+2
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+3
* net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger2015-03-021-1/+1
* can: fix spelling errorsJeremiah Mahler2014-12-071-6/+6
* can: eliminate banner[] variable and switch to pr_info()Jeremiah Mahler2014-12-071-3/+1
* new helper: memcpy_to_msg()Al Viro2014-11-241-1/+1
* new helper: memcpy_from_msg()Al Viro2014-11-241-11/+8
* can: add destructor for self generated skbsOliver Hartkopp2014-01-301-2/+2
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-181-2/+2
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-2/+2
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* can: rework skb reserved data handlingOliver Hartkopp2013-01-281-4/+4
* can: add private data space for CAN sk_buffsOliver Hartkopp2013-01-261-3/+9
* can: bcm: initialize ifindex for timeouts without previous frame receptionOliver Hartkopp2012-11-261-0/+3
* sections: fix section conflicts in net/canAndi Kleen2012-10-061-1/+1
* can: remove references to berlios mailinglistMarc Kleine-Budde2011-10-171-2/+0
* can bcm: fix incomplete tx_setup fixOliver Hartkopp2011-09-291-27/+21
* can bcm: fix tx_setup off-by-one errorsOliver Hartkopp2011-09-291-6/+7
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-061-0/+1
* net: convert %p usage to %pKDan Rosenberg2011-05-241-3/+3
* can: make struct can_proto constKurt Van Dijck2011-05-041-1/+1
* can: Add missing socket check in can/bcm release.Dave Jones2011-04-191-1/+6
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* can: make struct proto constOliver Hartkopp2011-03-271-2/+2
* can: test size of struct sockaddr in sendmsgKurt Van Dijck2011-01-151-0/+3
* CAN: Use inode instead of kernel address for /proc fileDan Rosenberg2010-12-311-2/+2
* can-bcm: fix minor heap overflowOliver Hartkopp2010-11-121-1/+1
* can: add limit for nframes and clean up signed/unsigned variablesOliver Hartkopp2010-08-111-14/+27
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-04-061-0/+3
|\
| * net: check the length of the socket address passed to connect(2)Changli Gao2010-04-011-0/+3
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* CAN: use dev_get_by_index_rcustephen hemminger2009-11-101-3/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-081-7/+12
|\
| * can: should not use __dev_get_by_index() without locksEric Dumazet2009-11-081-7/+12
* | net: drop capability from protocol definitionsEric Paris2009-11-051-1/+0
* | net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2009-10-121-1/+1
|/
* can: switch to seq_fileAlexey Dobriyan2009-08-291-49/+36
* net/can: add module alias to can protocol driversLothar Waßmann2009-07-151-0/+1
* net/can bugfix: use after free bug in can protocol driversLothar Waßmann2009-07-151-0/+3
OpenPOWER on IntegriCloud