summaryrefslogtreecommitdiffstats
path: root/net/can
Commit message (Expand)AuthorAgeFilesLines
* net/can: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies2011-06-171-2/+3
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-071-0/+1
* can: convert to %pK for kptr_restrict supportOliver Hartkopp2011-05-261-4/+3Star
* net: convert %p usage to %pKDan Rosenberg2011-05-241-3/+3
* can: rename can_try_module_get to can_get_protoKurt Van Dijck2011-05-041-4/+9
* can: make struct can_proto constKurt Van Dijck2011-05-043-8/+8
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-262-2/+12
|\
| * can: add missing socket check in can/raw releaseOliver Hartkopp2011-04-201-1/+6
| * can: Add missing socket check in can/bcm release.Dave Jones2011-04-201-1/+6
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-111-1/+1
|\|
| * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | can: convert protocol handling to RCUOliver Hartkopp2011-04-061-20/+32
|/
* can: make struct proto constOliver Hartkopp2011-03-283-10/+7Star
* can: test size of struct sockaddr in sendmsgKurt Van Dijck2011-01-162-0/+6
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-041-2/+2
|\
| * CAN: Use inode instead of kernel address for /proc fileDan Rosenberg2010-12-311-2/+2
* | Net: can: Makefile: Remove deprecated kbuild goal definitionsTracey Dent2010-11-221-3/+3
|/
* can-bcm: fix minor heap overflowOliver Hartkopp2010-11-121-1/+1
* can-raw: add msg_flags to distinguish local trafficOliver Hartkopp2010-10-211-3/+30
* net: simplify flags for tx timestampingOliver Hartkopp2010-08-191-2/+2
* can: add limit for nframes and clean up signed/unsigned variablesOliver Hartkopp2010-08-121-14/+27
* can-raw: Fix skb_orphan_try handlingOliver Hartkopp2010-08-031-0/+4
* net/can: Use memdup_userJulia Lawall2010-05-311-8/+3Star
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-181-2/+0Star
* can: avoids a false warningEric Dumazet2010-04-131-1/+1
* 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-021-0/+3
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-0/+2
|/
* can: deny filterlist access on non-CAN interfacesOliver Hartkopp2010-02-021-0/+6
* can: Speed up CAN frame receiption by using ml_privOliver Hartkopp2010-01-043-119/+96Star
* net: Move && and || to end of previous lineJoe Perches2009-11-301-4/+4
* net: use net_eq to compare netsOctavian Purdila2009-11-261-1/+1
* CAN: use dev_get_by_index_rcustephen hemminger2009-11-111-3/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-091-7/+12
|\
| * can: should not use __dev_get_by_index() without locksEric Dumazet2009-11-081-7/+12
* | net: pass kern to net_proto_family create functionEric Paris2009-11-061-1/+2
* | net: drop capability from protocol definitionsEric Paris2009-11-063-7/+0Star
* | net: Cleanup redundant tests on unsignedroel kluin2009-10-291-2/+0Star
* | net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2009-10-122-2/+2
* | net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1
|/
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-10-011-1/+1
* can: fix NOHZ local_softirq_pending 08 warningOliver Hartkopp2009-09-151-1/+3
* can: use correct NET_RX_ return valuesOliver Hartkopp2009-08-311-2/+2
* can: switch to seq_fileAlexey Dobriyan2009-08-292-199/+167Star
* can: Use WARN_ONCE() instead of BUG_ON() for sanity check in receive pathOliver Hartkopp2009-08-151-5/+13
* can: Fix raw_getname() leakEric Dumazet2009-08-101-0/+1
* net/can: add module alias to can protocol driversLothar Waßmann2009-07-152-0/+2
* net/can bugfix: use after free bug in can protocol driversLothar Waßmann2009-07-152-0/+6
* can: af_can.c use rcu_barrier() on module unload.Jesper Dangaard Brouer2009-06-101-0/+2
* can: Network Drop Monitor: Make use of consume_skb() in af_can.cOliver Hartkopp2009-04-171-2/+2