summaryrefslogtreecommitdiff
path: root/net/can
AgeCommit message (Expand)Author
2011-09-29can bcm: fix incomplete tx_setup fixOliver Hartkopp
2011-09-29can bcm: fix tx_setup off-by-one errorsOliver Hartkopp
2011-09-15net/can/af_can.c: Change del_timer to del_timer_syncrajan.aggarwal85@gmail.com
2011-06-17net/can: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-05-26can: convert to %pK for kptr_restrict supportOliver Hartkopp
2011-05-24net: convert %p usage to %pKDan Rosenberg
2011-05-04can: rename can_try_module_get to can_get_protoKurt Van Dijck
2011-05-04can: make struct can_proto constKurt Van Dijck
2011-04-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-04-20can: add missing socket check in can/raw releaseOliver Hartkopp
2011-04-19can: Add missing socket check in can/bcm release.Dave Jones
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-04-06can: convert protocol handling to RCUOliver Hartkopp
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-27can: make struct proto constOliver Hartkopp
2011-01-15can: test size of struct sockaddr in sendmsgKurt Van Dijck
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-31CAN: Use inode instead of kernel address for /proc fileDan Rosenberg
2010-11-22Net: can: Makefile: Remove deprecated kbuild goal definitionsTracey Dent
2010-11-12can-bcm: fix minor heap overflowOliver Hartkopp
2010-10-21can-raw: add msg_flags to distinguish local trafficOliver Hartkopp
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp
2010-08-11can: add limit for nframes and clean up signed/unsigned variablesOliver Hartkopp
2010-08-03can-raw: Fix skb_orphan_try handlingOliver Hartkopp
2010-05-31net/can: Use memdup_userJulia Lawall
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2010-04-13can: avoids a false warningEric Dumazet
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-04-01net: check the length of the socket address passed to connect(2)Changli Gao
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-02can: deny filterlist access on non-CAN interfacesOliver Hartkopp
2010-01-03can: Speed up CAN frame receiption by using ml_privOliver Hartkopp
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-11-25net: use net_eq to compare netsOctavian Purdila
2009-11-10CAN: use dev_get_by_index_rcustephen hemminger
2009-11-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-08can: should not use __dev_get_by_index() without locksEric Dumazet
2009-11-05net: pass kern to net_proto_family create functionEric Paris
2009-11-05net: drop capability from protocol definitionsEric Paris
2009-10-29net: Cleanup redundant tests on unsignedroel kluin
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman
2009-10-07net: mark net_proto_ops as constStephen Hemminger
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-15can: fix NOHZ local_softirq_pending 08 warningOliver Hartkopp
2009-08-30can: use correct NET_RX_ return valuesOliver Hartkopp
2009-08-29can: switch to seq_fileAlexey Dobriyan
2009-08-14can: Use WARN_ONCE() instead of BUG_ON() for sanity check in receive pathOliver Hartkopp
2009-08-09can: Fix raw_getname() leakEric Dumazet
2009-07-15net/can: add module alias to can protocol driversLothar Waßmann