aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig/ifgre.c
Commit message (Expand)AuthorAgeFilesLines
* sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* ifconfig: remove (most of) the usages of global 'struct ifreq ifr'.Alexander V. Chernikov2023-06-161-12/+10
* ifconfig: remove global 'name' variable.Alexander V. Chernikov2023-06-131-2/+2
* ifconfig: fix warnings #2Alexander V. Chernikov2023-06-011-1/+1
* ifconfig: introduce `ifconfig_context` to store current global state.Alexander V. Chernikov2023-05-241-15/+11
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Add GRE-in-UDP encapsulation support as defined in RFC8086.Andrey V. Elsukov2019-04-241-2/+23
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use strlcpy() instead of strncpy() when copying ifname to ensureDon Lewis2016-05-161-1/+1
* Replace N #defines with nitems to simplify ifconfig code slightlyEnji Cooper2015-09-271-3/+1
* Overhaul if_gre(4).Andrey V. Elsukov2014-11-071-18/+43
* - Use size_t instead of int when appropriate;Xin LI2009-06-231-1/+1
* Move the grekey to its own file, ifconfig.c does not have interface specificAndrew Thompson2008-08-031-0/+98