aboutsummaryrefslogtreecommitdiffstats
path: root/net/can (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2-6/+0
2009-02-26can: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2009-02-15ip: support for TX timestamps on UDP and RAW socketsPatrick Ohly1-0/+3
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2009-01-14can: fix slowpath issue in hrtimer callback functionOliver Hartkopp1-27/+30
2009-01-06can: omit unneeded skb_clone() callsOliver Hartkopp3-21/+21
2009-01-04can: update can-bcm for hrtimer hardirq callbacksOliver Hartkopp1-83/+125
2008-12-14can: merge error pathsIlpo Järvinen1-10/+12
2008-12-04can: omit received RTR frames for single ID filter listsOliver Hartkopp1-1/+4
2008-12-03can: Fix CAN_(EFF|RTR)_FLAG handling in can_filterOliver Hartkopp2-18/+52
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg1-2/+2
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki3-4/+4
2008-07-05can: add sanity checksOliver Hartkopp3-4/+32