summaryrefslogtreecommitdiffstats
path: root/quicktun.c
AgeCommit message (Expand)Author
2011-04-26Fix "scheduling while atomic" in xmit pathMatthias Schiffer
2011-04-25Implemented tunnel list commandMatthias Schiffer
2011-04-18Shut down the socket before unregistering the deviceMatthias Schiffer
2011-04-16Using RCU lists doesn't make sense as we hold the RTNL lock anywaysMatthias Schiffer
2011-04-15Unregister all tunnels on unloadMatthias Schiffer
2011-04-15Save a list of interfaces managed by quicktunMatthias Schiffer
2011-04-15Drop short packagesMatthias Schiffer
2011-04-15Update packet, byte and drop stats.Matthias Schiffer
2011-04-15Linearize nonlinear sk_buffsMatthias Schiffer
2011-04-15Lock correctly on device deletionMatthias Schiffer
2011-04-14Remote some debug messagesMatthias Schiffer
2011-04-14Implement interface configuration and deletionMatthias Schiffer
2011-04-14Handle packets correctly in IP modeMatthias Schiffer
2011-04-14Make receiving workMatthias Schiffer
2011-04-12Sending through the quicktun interface is working now.Matthias Schiffer