]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/history - net/can/canethgw.c
canethgw: Premature release of job when garbage is received on UDP
[can-eth-gw-linux.git] / net / can / canethgw.c
2014-04-04 Michal Sojkacanethgw: Premature release of job when garbage is...
2014-04-04 Michal Sojkacegw: Support 32bit user-space under 64bit kernel
2014-04-04 Michal SojkaMerge branch 'master' of rtime.felk.cvut.cz:can-eth...
2014-04-04 Radek Matějkasupport for ipv6 added
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