aboutsummaryrefslogtreecommitdiffstats
path: root/net/can (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-17net/can: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies1-2/+3
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-26can: convert to %pK for kptr_restrict supportOliver Hartkopp1-4/+3
2011-05-24net: convert %p usage to %pKDan Rosenberg1-3/+3
2011-05-04can: rename can_try_module_get to can_get_protoKurt Van Dijck1-4/+9
2011-05-04can: make struct can_proto constKurt Van Dijck3-8/+8
2011-04-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+12
2011-04-20can: add missing socket check in can/raw releaseOliver Hartkopp1-1/+6
2011-04-19can: Add missing socket check in can/bcm release.Dave Jones1-1/+6
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-04-06can: convert protocol handling to RCUOliver Hartkopp1-20/+32
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-27can: make struct proto constOliver Hartkopp3-10/+7
2011-01-15can: test size of struct sockaddr in sendmsgKurt Van Dijck2-0/+6
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2010-12-31CAN: Use inode instead of kernel address for /proc fileDan Rosenberg1-2/+2
2010-11-22Net: can: Makefile: Remove deprecated kbuild goal definitionsTracey Dent1-3/+3
2010-11-12can-bcm: fix minor heap overflowOliver Hartkopp1-1/+1
2010-10-21can-raw: add msg_flags to distinguish local trafficOliver Hartkopp1-3/+30
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp1-2/+2
2010-08-11can: add limit for nframes and clean up signed/unsigned variablesOliver Hartkopp1-14/+27
2010-08-03can-raw: Fix skb_orphan_try handlingOliver Hartkopp1-0/+4
2010-05-31net/can: Use memdup_userJulia Lawall1-8/+3
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-04-13can: avoids a false warningEric Dumazet1-1/+1
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+3
2010-04-01net: check the length of the socket address passed to connect(2)Changli Gao1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-0/+2
2010-02-02can: deny filterlist access on non-CAN interfacesOliver Hartkopp1-0/+6
2010-01-03can: Speed up CAN frame receiption by using ml_privOliver Hartkopp3-119/+96
2009-11-29net: Move && and || to end of previous lineJoe Perches1-4/+4
2009-11-25net: use net_eq to compare netsOctavian Purdila1-1/+1
2009-11-10CAN: use dev_get_by_index_rcustephen hemminger1-3/+3
2009-11-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+12
2009-11-08can: should not use __dev_get_by_index() without locksEric Dumazet1-7/+12
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-11-05net: drop capability from protocol definitionsEric Paris3-7/+0
2009-10-29net: Cleanup redundant tests on unsignedroel kluin1-2/+0
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2-2/+2
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-09-15can: fix NOHZ local_softirq_pending 08 warningOliver Hartkopp1-1/+3
2009-08-30can: use correct NET_RX_ return valuesOliver Hartkopp1-2/+2
2009-08-29can: switch to seq_fileAlexey Dobriyan2-199/+167
2009-08-14can: Use WARN_ONCE() instead of BUG_ON() for sanity check in receive pathOliver Hartkopp1-5/+13
2009-08-09can: Fix raw_getname() leakEric Dumazet1-0/+1
2009-07-15net/can: add module alias to can protocol driversLothar Waßmann2-0/+2
2009-07-15net/can bugfix: use after free bug in can protocol driversLothar Waßmann2-0/+6
2009-06-10can: af_can.c use rcu_barrier() on module unload.Jesper Dangaard Brouer1-0/+2
2009-04-17can: Network Drop Monitor: Make use of consume_skb() in af_can.cOliver Hartkopp1-2/+2