index
:
modquicktun
master
[no description]
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
quicktun.c
Age
Commit message (
Expand
)
Author
2011-04-28
Bind to random port by default (for floating hosts), don't hardcode default p...
HEAD
v1.0
master
Matthias Schiffer
2011-04-26
Always use spin_lock_bh for the remote_address/remote_float lock
Matthias Schiffer
2011-04-26
Some minor bugfixes
Matthias Schiffer
2011-04-26
Add license headers
Matthias Schiffer
2011-04-26
Calling nf_reset() once is enough
Matthias Schiffer
2011-04-26
Allocate memory atomically in quicktun_udp_data_ready()
Matthias Schiffer
2011-04-26
Make modquicktun work on all kernels 2.6.{32..39}
Matthias Schiffer
2011-04-26
Made new xmit function compatible to 2.6.39 kernels
Matthias Schiffer
2011-04-26
Reserve the correct amount of headroom
Matthias Schiffer
2011-04-26
Implemented change command
Matthias Schiffer
2011-04-26
Get rid of some unused code
Matthias Schiffer
2011-04-26
New and improved zero-copy xmit function!
Matthias Schiffer
2011-04-26
Discard packets with unknown source; implement remote_float
Matthias Schiffer
2011-04-26
Fix "scheduling while atomic" in xmit path
Matthias Schiffer
2011-04-25
Implemented tunnel list command
Matthias Schiffer
2011-04-18
Shut down the socket before unregistering the device
Matthias Schiffer
2011-04-16
Using RCU lists doesn't make sense as we hold the RTNL lock anyways
Matthias Schiffer
2011-04-15
Unregister all tunnels on unload
Matthias Schiffer
2011-04-15
Save a list of interfaces managed by quicktun
Matthias Schiffer
2011-04-15
Drop short packages
Matthias Schiffer
2011-04-15
Update packet, byte and drop stats.
Matthias Schiffer
2011-04-15
Linearize nonlinear sk_buffs
Matthias Schiffer
2011-04-15
Lock correctly on device deletion
Matthias Schiffer
2011-04-14
Remote some debug messages
Matthias Schiffer
2011-04-14
Implement interface configuration and deletion
Matthias Schiffer
2011-04-14
Handle packets correctly in IP mode
Matthias Schiffer
2011-04-14
Make receiving work
Matthias Schiffer
2011-04-12
Sending through the quicktun interface is working now.
Matthias Schiffer