]> rtime.felk.cvut.cz Git - socketcan-devel.git/history - kernel/2.6/net/can/gw.c
Beautify check for valid CAN netdevices.
[socketcan-devel.git] / kernel / 2.6 / net / can / gw.c
2011-09-01 hartkoppBeautify check for valid CAN netdevices.
2011-09-01 hartkoppFix whitespace issues remarked by checkpatch.pl
2011-08-31 hartkoppAs we're using skb_mac_header() functions which rely...
2011-08-31 hartkoppUpdate copyright date for first mainline attempt.
2010-12-09 hartkoppcangw: Do not use skb->sk to detect already routed...
2010-12-06 hartkoppskb->sk is used in dev_pick_tx() which is called from...
2010-12-05 hartkoppRTNL is used as a global lock for all changes to networ...
2010-04-16 hartkoppAdded CRC8 profiles to handle additional data for check...
2010-04-12 hartkoppAdded checksum functionality and some documentation...
2010-04-10 hartkoppComplete rework of CAN netlink gateway.
2010-03-12 hartkoppReduce codesize by using a macro.
2010-02-27 hartkoppDeclare local modification functions as static.
2010-02-23 hartkoppAdded funtionality to flush all GW jobs in one netlink...
2010-02-22 hartkoppAdded missing include for rcu hlist.
2010-02-22 hartkoppAdded feature to list created gateway jobs.
2010-02-20 hartkoppMoved kernel parsing of netlink attributes into can_can...
2010-02-20 hartkoppCopy the struct members separately to ensure that no...
2010-02-19 hartkoppConsistently rename LOOPBACK to ECHO to meet IFF_ECHO...
2010-02-19 hartkoppGrrr. Fixed previous commit which was using the wrong...
2010-02-19 hartkoppAdded flag to preserve the timestamp from the source...
2010-02-19 hartkoppSwapped the parameters inside the modifier attribute...
2010-02-18 hartkoppCorrect frame counter in gw_rcv.
2010-02-18 hartkoppAdded netlink powered CAN gateway functionality with...