aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig
Commit message (Expand)AuthorAgeFilesLines
* ifconfig: Markup nits.Dag-Erling Smørgrav8 days1-7/+11
* ifconfig: Add format shortcuts.Dag-Erling Smørgrav9 days2-19/+37
* carp: document the new VRRPv3 supportKristof Provost2024-05-081-1/+15
* carp: support VRRPv3Kristof Provost2024-05-081-13/+59
* ifconfig tunnelfib is implemented in wg(4)Gregory Shapiro2024-04-231-2/+3
* ifconfig(8): Fix two typos in source code commentsGordon Bergling2024-04-201-2/+2
* ifconfig.8: add missing "be"PauAmma2024-03-151-1/+1
* ifconfig: a typo fixed in the man pageMaxim Konovalov2024-02-091-1/+1
* net80211: adjust more VHT structures/fieldsBjoern A. Zeeb2023-12-221-8/+24
* ifconfig: add -D option to print driver name for interfaceMike Karels2023-11-284-3/+30
* sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-3/+0
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-6/+0
* sbin: Remove ancient SCCS tags.Warner Losh2023-11-273-6/+0
* pfsync: Document the transport over IPv6 featureLuiz Amaral2023-11-101-6/+18
* netlink: cope with growing requestsKristof Provost2023-10-173-7/+7
* pfsync: Provide documentation regarding message versionKajetan Staszkiewicz2023-10-171-1/+6
* ifconfig: add static bridge addresses for vlan 0, not 1Kristof Provost2023-10-151-1/+1
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-2512-57/+0
* ifconfig/ifvlan.c: Whitespace fixJohn Baldwin2023-09-231-1/+1
* ifconfig: fix 'ifconfig -l link'Gleb Smirnoff2023-08-251-1/+7
* ifconfig: fix 'ifconfig -l ether'Gleb Smirnoff2023-08-253-12/+16
* ifconfig: fix logical error in interface matching for '-l ether'Gleb Smirnoff2023-08-251-1/+1
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-165-5/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-163-6/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-165-10/+0
* ifconfig_netlink.c: whitespace cleanup.Navdeep Parhar2023-07-201-3/+3
* ifconfig: Shift unsigned value to avoid UB.Navdeep Parhar2023-07-201-1/+1
* ifconfig: Fix the display of capabilities in the netlink based code.Navdeep Parhar2023-07-201-2/+0
* pfsync: transport over IPv6Luiz Amaral2023-07-131-5/+10
* ping: low-effort fix to make it compilable without inetMateusz Guzik2023-07-052-0/+16
* ifconfig: skip calling fnmatch once the result no longer mattersAlfonso Gregory2023-06-271-5/+5
* ifconfig: consistently sort set/clear commandsEd Maste2023-06-251-1/+1
* ifconfig.8: Document limitation of groupnameKoichiro Iwao2023-06-201-1/+4
* ifconfig: Pacify a sign comparison warning in regdomain_sort.John Baldwin2023-06-191-1/+1
* ifconfig: Consistently use uint32_t for wireless channel flags.John Baldwin2023-06-191-3/+3
* ifconfig: Avoid issues with trying to negate unsigned values.John Baldwin2023-06-194-49/+79
* ifconfig: set boolean to true rather than incrementingEd Maste2023-06-191-1/+1
* netlink: dump interface capabilities with other interface data.Alexander V. Chernikov2023-06-163-4/+29
* ifconfig: fix armv6 buildAlexander V. Chernikov2023-06-161-1/+1
* ifconfig: use default (more rigid) WARNS level.Alexander V. Chernikov2023-06-167-25/+34
* ifconfig: remove global 'ifr' usage from ifmedia.c & remove 'ifr'.Alexander V. Chernikov2023-06-163-25/+8
* ifconfig: remove (most of) the usages of global 'struct ifreq ifr'.Alexander V. Chernikov2023-06-1615-157/+170
* ifconfig: fix ifconfig crash when compiled w/WITHOUT_NETLINK.Alexander V. Chernikov2023-06-141-0/+1
* ifconfig: fix -Wunused warningsAlexander V. Chernikov2023-06-145-12/+12
* ifconfig: remove 'newaddr' global variableAlexander V. Chernikov2023-06-143-6/+1
* ifconfig: start ifconfig context from main()Alexander V. Chernikov2023-06-143-36/+35
* ifconfig: fix comparison in printmimo().Alexander V. Chernikov2023-06-141-1/+1
* ifconfig(8): add the dotted format for MAC addresses.Trond Endrestol2023-06-132-5/+25