aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig
Commit message (Expand)AuthorAgeFilesLines
* 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
* ifconfig: remove global_args variable.Alexander V. Chernikov2023-06-133-5/+3
* ifconfig: remove global 'name' variable.Alexander V. Chernikov2023-06-1317-519/+467
* ifconfig: pass if_ctx instead of socket to the tunnel handlers.Alexander V. Chernikov2023-06-135-21/+22
* ifconfig: remove global 'printifname' variable.Alexander V. Chernikov2023-06-134-25/+26
* ifconfig: eliminate global 'verbose' and 'printkey' variablesAlexander V. Chernikov2023-06-136-129/+135
* ifconfig: add if_ctx argument to the generic and ifclone callbacks.Alexander V. Chernikov2023-06-139-71/+59
* ifconfig: Fix typosElyes Haouas2023-06-021-1/+1
* ifconfig: fix warnings #2Alexander V. Chernikov2023-06-0117-118/+125
* pf: make contents of struct pfsync_state configurableKajetan Staszkiewicz2023-05-301-1/+27