summaryrefslogtreecommitdiffstats
path: root/net/can/bcm.c
Commit message (Expand)AuthorAgeFilesLines
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-3/+3
* can: fix CAN BCM build with CONFIG_PROC_FS disabledOliver Hartkopp2017-04-271-8/+13
* can: network namespace support for CAN_BCM protocolOliver Hartkopp2017-04-251-33/+57
* can: initial support for network namespacesMario Kicherer2017-04-041-6/+7
* 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-291-2/+2
* 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
|\
OpenPOWER on IntegriCloud