aboutsummaryrefslogtreecommitdiffstats
path: root/net/can
Commit message (Expand)AuthorAgeFilesLines
* can: bcm: initialize ifindex for timeouts without previous frame receptionOliver Hartkopp2012-12-031-0/+3
* can bcm: fix incomplete tx_setup fixOliver Hartkopp2011-11-111-27/+21
* can bcm: fix tx_setup off-by-one errorsOliver Hartkopp2011-11-111-6/+7
* can: convert to %pK for kptr_restrict supportOliver Hartkopp2011-05-261-4/+3
* 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-191-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-273-10/+7
* can: test size of struct sockaddr in sendmsgKurt Van Dijck2011-01-152-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-111-14/+27
* can-raw: Fix skb_orphan_try handlingOliver Hartkopp2010-08-031-0/+4
* net/can: Use memdup_userJulia Lawall2010-05-311-8/+3
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-2/+0
* 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-011-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-033-119/+96
* net: Move && and || to end of previous lineJoe Perches2009-11-291-4/+4
* net: use net_eq to compare netsOctavian Purdila2009-11-251-1/+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
|\
| * 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-051-1/+2
* | net: drop capability from protocol definitionsEric Paris2009-11-053-7/+0
* | net: Cleanup redundant tests on unsignedroel kluin2009-10-291-2/+0
* | 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-09-301-1/+1
* can: fix NOHZ local_softirq_pending 08 warningOliver Hartkopp2009-09-151-1/+3
* can: use correct NET_RX_ return valuesOliver Hartkopp2009-08-301-2/+2
* can: switch to seq_fileAlexey Dobriyan2009-08-292-199/+167
* can: Use WARN_ONCE() instead of BUG_ON() for sanity check in receive pathOliver Hartkopp2009-08-141-5/+13
* can: Fix raw_getname() leakEric Dumazet2009-08-091-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