]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/history - net/can/canethgw.c
Fix addition of type field
[can-eth-gw-linux.git] / net / can / canethgw.c
2012-12-20 Michal SojkaFix addition of type field
2012-12-20 Michal SojkaUse goto to handle errors in initialization
2012-12-20 Michal SojkaProperly dereference files in case of bad socket type
2012-12-20 Michal SojkaUse pr_info() instead of printk()
2012-12-20 Michal SojkaFix checking of socket type
2012-12-20 Michal SojkaAdd banner message
2012-12-20 Michal SojkaAdd type field to UDP datagrams
2012-12-20 Michal SojkaDo not handle packets shorter that sizeof(struct can_frame)
2012-12-20 Michal SojkaFix indentation
2012-12-20 Michal SojkaSimplify refcount handling
2012-12-20 Michal SojkaCheck the type of CAN socket passed to ioctl handler
2012-12-20 Michal SojkaUse the same type for returned variable
2012-12-20 Michal SojkaConvert header file to UAPI
2012-12-20 Michal SojkaRemove empty comment
2012-12-20 Michal SojkaReport errors in device registration
2012-12-20 Michal SojkaFix include path
2012-12-20 Michal SojkaAdd can-eth-gw from Matejka's repo