aboutsummaryrefslogtreecommitdiff
path: root/net/can
AgeCommit message (Expand)Author
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
2009-07-15net/can bugfix: use after free bug in can protocol driversLothar Waßmann
2009-06-10can: af_can.c use rcu_barrier() on module unload.Jesper Dangaard Brouer
2009-04-17can: Network Drop Monitor: Make use of consume_skb() in af_can.cOliver Hartkopp
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan
2009-02-26can: remove some pointless conditionals before kfree_skb()Wei Yongjun
2009-02-15ip: support for TX timestamps on UDP and RAW socketsPatrick Ohly
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison
2009-01-14can: fix slowpath issue in hrtimer callback functionOliver Hartkopp
2009-01-06can: omit unneeded skb_clone() callsOliver Hartkopp
2009-01-04can: update can-bcm for hrtimer hardirq callbacksOliver Hartkopp
2008-12-14can: merge error pathsIlpo Järvinen
2008-12-04can: omit received RTR frames for single ID filter listsOliver Hartkopp
2008-12-03can: Fix CAN_(EFF|RTR)_FLAG handling in can_filterOliver Hartkopp
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki
2008-07-05can: add sanity checksOliver Hartkopp