aboutsummaryrefslogtreecommitdiffstats
path: root/net/can/bcm.c
Commit message (Expand)AuthorAge
* can: Fix kernel panic at security_sock_rcv_skbEric Dumazet2017-02-18
* can: bcm: fix hrtimer/tasklet termination in bcm op removalOliver Hartkopp2017-02-09
* can: bcm: fix support for CAN FD framesOliver Hartkopp2016-11-23
* can: bcm: fix warning in bcm_connect/proc_registerOliver Hartkopp2016-10-31
* can: bcm: add support for CAN FD framesOliver Hartkopp2016-06-17
* can: bcm: unify bcm_msg_head handling and prepare function parametersOliver Hartkopp2016-06-17
* can: bcm: use CAN frame instead of can_frame in commentsOliver Hartkopp2016-06-17
* can: bcm: fix indention and other minor style issuesOliver Hartkopp2016-06-17
* can: avoid using timeval for uapiArnd Bergmann2015-10-13
* can: replace timestamp as unique skb attributeOliver Hartkopp2015-07-12
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-02
* net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger2015-03-02
* can: fix spelling errorsJeremiah Mahler2014-12-07
* can: eliminate banner[] variable and switch to pr_info()Jeremiah Mahler2014-12-07
* new helper: memcpy_to_msg()Al Viro2014-11-24
* new helper: memcpy_from_msg()Al Viro2014-11-24
* can: add destructor for self generated skbsOliver Hartkopp2014-01-30
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-19
* net: pass info struct via netdevice notifierJiri Pirko2013-05-28
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-09
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-18
* can: rework skb reserved data handlingOliver Hartkopp2013-01-28
* can: add private data space for CAN sk_buffsOliver Hartkopp2013-01-26
* can: bcm: initialize ifindex for timeouts without previous frame receptionOliver Hartkopp2012-11-26
* sections: fix section conflicts in net/canAndi Kleen2012-10-05
* can: remove references to berlios mailinglistMarc Kleine-Budde2011-10-17
* can bcm: fix incomplete tx_setup fixOliver Hartkopp2011-09-29
* can bcm: fix tx_setup off-by-one errorsOliver Hartkopp2011-09-29
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-07
* net: convert %p usage to %pKDan Rosenberg2011-05-24
* can: make struct can_proto constKurt Van Dijck2011-05-04
* can: Add missing socket check in can/bcm release.Dave Jones2011-04-19
* Fix common misspellingsLucas De Marchi2011-03-31
* can: make struct proto constOliver Hartkopp2011-03-28
* can: test size of struct sockaddr in sendmsgKurt Van Dijck2011-01-15
* CAN: Use inode instead of kernel address for /proc fileDan Rosenberg2010-12-31
* can-bcm: fix minor heap overflowOliver Hartkopp2010-11-12
* can: add limit for nframes and clean up signed/unsigned variablesOliver Hartkopp2010-08-11
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-04-06
|\
| * net: check the length of the socket address passed to connect(2)Changli Gao2010-04-01
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
|/
* CAN: use dev_get_by_index_rcustephen hemminger2009-11-11
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-09
|\
| * can: should not use __dev_get_by_index() without locksEric Dumazet2009-11-08
* | net: drop capability from protocol definitionsEric Paris2009-11-06
* | net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2009-10-12
|/
* can: switch to seq_fileAlexey Dobriyan2009-08-29
* net/can: add module alias to can protocol driversLothar Waßmann2009-07-15
* net/can bugfix: use after free bug in can protocol driversLothar Waßmann2009-07-15