summaryrefslogtreecommitdiff
path: root/plugins/ethernet.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-06Allow pre-processor pasting of plugin nameMarcel Holtmann1-1/+1
2008-12-05Use separate enable/disable callbacksMarcel Holtmann1-4/+24
2008-12-02Remove usage of GStaticMutex since it causes compiler problemsMarcel Holtmann1-9/+0
2008-10-14Add debug message to RTNL callbackMarcel Holtmann1-0/+2
2008-10-14Use RTNL newlink callback for link changesMarcel Holtmann1-4/+6
2008-10-14Make use of the RTNL frameworkMarcel Holtmann1-140/+12
2008-09-16Let the Ethernet plugin create network devicesMarcel Holtmann1-19/+9
2008-09-01Fixup due to element API changesMarcel Holtmann1-20/+42
2008-08-10Let the core handle the children unregister taskMarcel Holtmann1-39/+1
2008-07-30Bring Ethernet device up and down if neededMarcel Holtmann1-0/+91
2008-07-03Simplify the locking and remove some deadlocksMarcel Holtmann1-0/+2
2008-06-30Fix removing elements from listMarcel Holtmann1-4/+9
2008-06-28Add simple Ethernet pluginMarcel Holtmann1-0/+312