aboutsummaryrefslogtreecommitdiffstats
path: root/net/can
Commit message (Expand)AuthorAge
* net/can: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies2011-06-17
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-07
* can: convert to %pK for kptr_restrict supportOliver Hartkopp2011-05-26
* net: convert %p usage to %pKDan Rosenberg2011-05-24
* can: rename can_try_module_get to can_get_protoKurt Van Dijck2011-05-04
* can: make struct can_proto constKurt Van Dijck2011-05-04
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-26
|\
| * can: add missing socket check in can/raw releaseOliver Hartkopp2011-04-20
| * can: Add missing socket check in can/bcm release.Dave Jones2011-04-19
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-11
|\|
| * Fix common misspellingsLucas De Marchi2011-03-31
* | can: convert protocol handling to RCUOliver Hartkopp2011-04-06
|/
* can: make struct proto constOliver Hartkopp2011-03-28
* can: test size of struct sockaddr in sendmsgKurt Van Dijck2011-01-15
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-04
|\
| * CAN: Use inode instead of kernel address for /proc fileDan Rosenberg2010-12-31
* | Net: can: Makefile: Remove deprecated kbuild goal definitionsTracey Dent2010-11-22
|/
* can-bcm: fix minor heap overflowOliver Hartkopp2010-11-12
* can-raw: add msg_flags to distinguish local trafficOliver Hartkopp2010-10-21
* net: simplify flags for tx timestampingOliver Hartkopp2010-08-19
* can: add limit for nframes and clean up signed/unsigned variablesOliver Hartkopp2010-08-11
* can-raw: Fix skb_orphan_try handlingOliver Hartkopp2010-08-03
* net/can: Use memdup_userJulia Lawall2010-05-31
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-18
* can: avoids a false warningEric Dumazet2010-04-13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-04-06
|\
| * net: check the length of the socket address passed to connect(2)Changli Gao2010-04-01
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
|/
* can: deny filterlist access on non-CAN interfacesOliver Hartkopp2010-02-02
* can: Speed up CAN frame receiption by using ml_privOliver Hartkopp2010-01-04
* net: Move && and || to end of previous lineJoe Perches2009-11-29
* net: use net_eq to compare netsOctavian Purdila2009-11-25
* CAN: use dev_get_by_index_rcustephen hemminger2009-11-11
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-09
|\
| * can: should not use __dev_get_by_index() without locksEric Dumazet2009-11-08
* | net: pass kern to net_proto_family create functionEric Paris2009-11-06
* | net: drop capability from protocol definitionsEric Paris2009-11-06
* | net: Cleanup redundant tests on unsignedroel kluin2009-10-29
* | net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2009-10-12
* | net: mark net_proto_ops as constStephen Hemminger2009-10-07
|/
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-30
* can: fix NOHZ local_softirq_pending 08 warningOliver Hartkopp2009-09-15
* can: use correct NET_RX_ return valuesOliver Hartkopp2009-08-31
* can: switch to seq_fileAlexey Dobriyan2009-08-29
* can: Use WARN_ONCE() instead of BUG_ON() for sanity check in receive pathOliver Hartkopp2009-08-14
* can: Fix raw_getname() leakEric Dumazet2009-08-10
* net/can: add module alias to can protocol driversLothar Waßmann2009-07-15
* net/can bugfix: use after free bug in can protocol driversLothar Waßmann2009-07-15
* can: af_can.c use rcu_barrier() on module unload.Jesper Dangaard Brouer2009-06-10
* can: Network Drop Monitor: Make use of consume_skb() in af_can.cOliver Hartkopp2009-04-17