aboutsummaryrefslogtreecommitdiffstats
path: root/net/can/af_can.c
Commit message (Expand)AuthorAge
* can: remove references to berlios mailinglistMarc Kleine-Budde2011-10-17
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-22
|\
| * net/can/af_can.c: Change del_timer to del_timer_syncrajan.aggarwal85@gmail.com2011-09-15
* | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-02
|/
* net/can: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies2011-06-17
* can: rename can_try_module_get to can_get_protoKurt Van Dijck2011-05-04
* can: make struct can_proto constKurt Van Dijck2011-05-04
* can: convert protocol handling to RCUOliver Hartkopp2011-04-06
* can: make struct proto constOliver Hartkopp2011-03-28
* 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
* net: pass kern to net_proto_family create functionEric Paris2009-11-06
* net: drop capability from protocol definitionsEric Paris2009-11-06
* net: mark net_proto_ops as constStephen Hemminger2009-10-07
* can: fix NOHZ local_softirq_pending 08 warningOliver Hartkopp2009-09-15
* can: use correct NET_RX_ return valuesOliver Hartkopp2009-08-31
* can: Use WARN_ONCE() instead of BUG_ON() for sanity check in receive pathOliver Hartkopp2009-08-14
* 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
* can: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-27
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-01
* can: omit unneeded skb_clone() callsOliver Hartkopp2009-01-06
* can: omit received RTR frames for single ID filter listsOliver Hartkopp2008-12-04
* can: Fix CAN_(EFF|RTR)_FLAG handling in can_filterOliver Hartkopp2008-12-03
* net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg2008-10-16
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-20
* can: add sanity checksOliver Hartkopp2008-07-06
* can: Fix can_send() handling on dev_queue_xmit() failuresOliver Hartkopp2008-05-08
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-25
* [CAN]: Move proto_{,un}register() out of spin-locked regionUrs Thuermann2008-02-07
* [CAN]: Clean up module auto loadingUrs Thuermann2008-02-07
* [CAN]: Add PF_CAN core moduleOliver Hartkopp2008-01-28