aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/compat/udp_tunnel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: put SPDX identifier on its own lineJason A. Donenfeld2018-09-201-2/+2
| | | | | The kernel has very specific rules correlating file type with comment type, and also SPDX identifiers can't be merged with other comments.
* global: year bumpJason A. Donenfeld2018-01-031-1/+1
|
* global: add SPDX tags to all filesGreg Kroah-Hartman2017-12-091-0/+5
| | | | | | | | | | | | | It's good to have SPDX identifiers in all files as the Linux kernel developers are working to add these identifiers to all files. Update all files with the correct SPDX license identifier based on the license text of the project or based on the license in the file itself. The SPDX identifier is a legally binding shorthand, which can be used instead of the full boiler plate text. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Modified-by: Jason A. Donenfeld <Jason@zx2c4.com>
* compat: fix up stat calculation for udp tunnelJason A. Donenfeld2017-10-312-5/+16
|
* global: use _WG prefix for include guardsJason A. Donenfeld2017-10-031-3/+3
| | | | Suggested-by: Sultan Alsawaf <sultanxda@gmail.com>
* compat: do not export symbols unnecessarilyJason A. Donenfeld2017-06-281-6/+0
|
* compat: remember to call iptunnel_xmit_statsJason A. Donenfeld2017-05-171-4/+13
| | | | Upstream's 039f50629b7f860f36644ed1f34b27da9aa62f43 only came in 4.5
* compat: use existing iptunnel_xmit function for statsJason A. Donenfeld2017-04-241-7/+2
|
* compat: work on old 3.10Jason A. Donenfeld2017-04-211-0/+4
|
* compat: careful with destructorsJason A. Donenfeld2017-04-092-7/+7
|
* compat: support 3.10Jason A. Donenfeld2017-04-091-0/+45
|
* compat: support 3.14Jason A. Donenfeld2017-04-091-2/+103
|
* compat: support 3.16Jason A. Donenfeld2017-04-093-0/+541