Commit Graph

6 Commits (5e5f774e0113d99d67f129feb2bc753290ff7eb0)

Author SHA1 Message Date
Nick Brown 5e5f774e01 Fix compilation issues when compiling against Linux versions greater than 4.11
In Linux 4.11.0, the vma argument was removed from the
vm_operations_struct::fault function.

In Linux 4.11.9, the netdevice destructor function was renamed to
priv_destructor and a needs_free_netdev member was added to the structure,
which should be set to true if the kernel module does not free its own struct
net_device upon exit.
2017-12-01 12:41:00 -05:00
jeffq-intrepid 80fc3839b9 Update README.md
don't need sudo to make
2016-08-30 17:52:03 -04:00
jeffq-intrepid c4f6c52c64 adds README.md 2016-08-01 13:35:35 -04:00
Jeffrey Quesnelle 8e3e948ef6 adds make install 2016-08-01 13:04:47 -04:00
Jeffrey Quesnelle e1c3f37c65 initial commit of socketcan ko 2016-07-28 09:03:28 -04:00
Jeffrey Quesnelle 35c1f148b6 initial commit 2016-06-06 13:50:42 -04:00