OpenBSD/src gYwFLbBsbin/ifconfig ifconfig.c

   Make ifconfig scan display wpa3.

   ok stsp@ sthen@ jca@, also tested by kirill@
VersionDeltaFile
1.476+22-7sbin/ifconfig/ifconfig.c
+22-71 files

OpenBSD/src rRHBdkGsbin/ifconfig brconfig.c ifconfig.8

by denis on ⎇
   add and document vxlan "[-]endpoint" command.

   input anf ok dlg@
VersionDeltaFile
1.33+24-1sbin/ifconfig/brconfig.c
1.401+17-2sbin/ifconfig/ifconfig.8
1.475+3-2sbin/ifconfig/ifconfig.c
1.6+2-1sbin/ifconfig/ifconfig.h
+46-64 files

OpenBSD/src pXCr0K3sbin/ifconfig ifconfig.c

   remove unused vars
VersionDeltaFile
1.474+1-5sbin/ifconfig/ifconfig.c
+1-51 files

OpenBSD/src 2dvY33ksbin/ifconfig ifconfig.8 ifconfig.c, sys/dev/pv if_vio.c

   Introduce IFCAP_VLAN_HWOFFLOAD for vio(4).

   Add IFCAP_VLAN_HWOFFLOAD to signal hardware like vio(4) can handle
   checksum or TSO offloading with inline VLAN tags.

   tested by Mark Patruck, sf@ and bluhm@

   ok sf@ and bluhm@
VersionDeltaFile
1.219+7-3sys/net/if_vlan.c
1.38+6-2sys/dev/pv/if_vio.c
1.400+5-2sbin/ifconfig/ifconfig.8
1.473+2-2sbin/ifconfig/ifconfig.c
1.217+2-1sys/net/if.h
+22-105 files

OpenBSD/src sDix6AOsbin/ifconfig ifconfig.c

   remove prototype with no matching function
VersionDeltaFile
1.472+1-3sbin/ifconfig/ifconfig.c
+1-31 files

OpenBSD/src Bmmbu39usr.bin/dig/lib/dns rdata.c tsig.c, usr.bin/dig/lib/dns/rdata/generic tkey_249.c

   correct indentation; no functional change
   ok tb@
VersionDeltaFile
1.10+20-20usr.sbin/smtpd/mda_variables.c
1.36+17-17usr.bin/rdist/docmd.c
1.36+15-16usr.bin/dig/lib/dns/rdata.c
1.15+11-11usr.bin/dig/lib/dns/tsig.c
1.14+9-9usr.bin/dig/lib/dns/rdata/generic/tkey_249.c
1.4+7-7usr.bin/make/expandchildren.c
+79-8041 files not shown
+180-18147 files

OpenBSD/src FCyN4Jssbin/ifconfig brconfig.c ifconfig.h

   add an endpoint command for "bridges" that use addresses as endpoints.

   this can be used to add static entries on interfaces like vxlan(4).
VersionDeltaFile
1.32+37-1sbin/ifconfig/brconfig.c
1.5+2-1sbin/ifconfig/ifconfig.h
1.470+2-1sbin/ifconfig/ifconfig.c
+41-33 files

OpenBSD/src 1p3V6SLsbin/ifconfig ifconfig.c

   add support for specifying ports on the src address in tunnel endpoints.
VersionDeltaFile
1.469+82-41sbin/ifconfig/ifconfig.c
+82-411 files

OpenBSD/src jDyoKYAsbin/ifconfig ifconfig.c

   Use clock_gettime(), not timespec_get() like other parts of ifconfig.
   This makes is possible to build the base system with a C99 compiler.
   OK deraadt@ mvs@
VersionDeltaFile
1.468+2-2sbin/ifconfig/ifconfig.c
+2-21 files

OpenBSD/src rcSN6absbin/ifconfig ifconfig.c

   Readd "-wgpsk", accidentially dropped in r1.465 adding "wgdescr"

   Noticed by Bradley Latus
   Diff from Jane Johansson
   OK tb
VersionDeltaFile
1.467+2-1sbin/ifconfig/ifconfig.c
+2-11 files

OpenBSD/src GgD5i8Vsbin/ifconfig ifconfig.8 ifconfig.c

   Rename ifconfig tcprecvoffload to tcplro.  It is shorter and
   more consistent.
   discussed with jan@ mvs@ chris@ claudio@ dlg@
VersionDeltaFile
1.397+4-4sbin/ifconfig/ifconfig.8
1.466+3-3sbin/ifconfig/ifconfig.c
+7-72 files

OpenBSD/src RXDlqw5sbin/ifconfig ifconfig.c ifconfig.8, sys/net if_wg.c if_wg.h

   Add support for wireguard peer descriptions

   "wgdescr[iption] foo" to label one peer (amongst many) on a wg(4) interface,
   "-wgdescr[iption]" or "wgdescr ''" to remove the label, completely analogous
   to existing interface discriptions.

   Idea/initial diff from Mikolaj Kucharski (OK sthen)
   Tests/prodded by Hrvoje Popovski
   Tweaks/manual bits from me
   Feedback deraadt sthen mvs claudio
   OK claudio
VersionDeltaFile
1.465+29-2sbin/ifconfig/ifconfig.c
1.396+10-2sbin/ifconfig/ifconfig.8
1.28+11-1sys/net/if_wg.c
1.5+3-1sys/net/if_wg.h
+53-64 files

OpenBSD/src 9cYvXZpsbin/ifconfig ifconfig.8 ifconfig.c, sys/dev/pci if_ix.c

   Use separate IFCAPs for LRO and TSO.

   This diff introduces separate capabilities for TCP offloading.  We split this
   into LRO (large receive offloading) and TSO (TCP segmentation offloading).
   LRO can be turned on/off via tcprecvoffload option of ifconfig and is not
   inherited to sub interfaces.

   TSO is inherited by sub interfaces to signal this hardware offloading capability
   to the network stack.

   With tweaks from bluhm, claudio and dlg

   ok bluhm, claudio
VersionDeltaFile
1.697+15-20sys/net/if.c
1.395+21-11sbin/ifconfig/ifconfig.8
1.215+3-27sys/net/if_vlan.c
1.194+7-7sys/dev/pci/if_ix.c
1.464+5-5sbin/ifconfig/ifconfig.c
1.213+4-4sys/net/if.h
+55-745 files not shown
+68-8411 files

OpenBSD/src 967HP2tsbin/ifconfig ifconfig.c

   Add interface names in front of error messages.

   Suggested by Hrvoje Popovski.

   ok phessler@
VersionDeltaFile
1.463+112-110sbin/ifconfig/ifconfig.c
+112-1101 files

OpenBSD/src XpCPs9Ebin/csh func.c, lib/libedit vi.c common.c

   Delete obsolete /* ARGSUSED */ lint comments.

   ok miod@ millert@
VersionDeltaFile
1.462+1-52sbin/ifconfig/ifconfig.c
1.29+1-46lib/libedit/vi.c
1.41+1-28bin/csh/func.c
1.85+1-26usr.bin/ftp/cmds.c
1.23+1-25lib/libedit/common.c
1.98+1-21sys/ddb/db_command.c
+6-198283 files not shown
+289-1,192289 files

OpenBSD/src t2BDPs9sbin/ifconfig ifconfig.c

   remove redundant SIOCS80211JOIN ioctl call in ifconfig delifjoinlist()
   Found by Mathias Koehler, thanks!
VersionDeltaFile
1.461+1-8sbin/ifconfig/ifconfig.c
+1-81 files

OpenBSD/src Fht8aXRsbin/ifconfig ifconfig.c

   Unify RSSI check

   Two spots in ifconfig print the signal strength, one for the "ieee80211: "
   line and one for each SSID in scan output.

   Only the former checks nr_rssi, which is not needed as nr_max_rssi alone
   indicates whether the driver reports signal strength in percentage or dBm.

   Zap the nr_rssi check to simplify;  "worst case" we display 0% or 0dBm
   instead of nothing.

   Feedback OK stsp
VersionDeltaFile
1.460+5-8sbin/ifconfig/ifconfig.c
+5-81 files

OpenBSD/src me90RWksbin/ifconfig ifconfig.8 ifconfig.c

   - in SYNOPSIS, redo the formatting for "address" and "dest address" to avoid
   an ugly line split on narrower terminals
   - in usage(), match the output
VersionDeltaFile
1.387+3-6sbin/ifconfig/ifconfig.8
1.459+3-4sbin/ifconfig/ifconfig.c
+6-102 files

OpenBSD/src q6yacU6sbin/ifconfig ifconfig.c ifconfig.8

   ifconfig -M <mac> finds the address on an interface and prints it.
   cloned (virtual) interfaces are skipped, and if the MAC is on more
   than 1 interface, no answer either.  The mac must be in same format
   as the ifconfig lladdr output (complete lowercase with :)
   idea from florian, ok afresh1
VersionDeltaFile
1.458+84-14sbin/ifconfig/ifconfig.c
1.386+8-2sbin/ifconfig/ifconfig.8
+92-162 files

OpenBSD/src 2AKgoYssbin/ifconfig ifconfig.c ifconfig.8

   Limit wireguard peers listing to -A or wg-interface

   ifconfig(8) output can get too long when always printing `wgpeers' for all
   wg(4) interfaces, so omit it output is requested and/or output is limited
   to the interface group "wg" or a specific interface "wgX".

   No install media size change as wireguard code is under #ifndef SMALL.

   Diff from Mikolaj Kucharski <mikolaj AT kucharski DOT name>
   makes Hrvoje Popovski happy
   manual bits from jmc
   OK sthen
VersionDeltaFile
1.457+43-41sbin/ifconfig/ifconfig.c
1.385+9-1sbin/ifconfig/ifconfig.8
+52-422 files

OpenBSD/src BHsb0R1sbin/ifconfig ifconfig.c brconfig.c

   remove unused variables
VersionDeltaFile
1.456+1-9sbin/ifconfig/ifconfig.c
1.31+1-2sbin/ifconfig/brconfig.c
+2-112 files

OpenBSD/src ThfHlWrsbin/ifconfig ifconfig.8 ifconfig.c, sys/dev/pci if_ix.c if_ix.h

   Introduce Large Receive Offloading of TCP segment offloading for ix(4).  It is
   disabled by default.  Also add a tso option to ifconfig(8) to enable and
   disable this feature.

   ok deraadt
VersionDeltaFile
1.186+44-7sys/dev/pci/if_ix.c
1.654+33-1sys/net/if.c
1.383+20-2sbin/ifconfig/ifconfig.8
1.455+5-3sbin/ifconfig/ifconfig.c
1.209+3-1sys/net/if.h
1.45+2-1sys/dev/pci/if_ix.h
+107-156 files

OpenBSD/src AKuCLHgsbin/ifconfig ifconfig.c, sys/net if_media.c

   constify ifmedia descriptions; ok deraadt@ miod@
VersionDeltaFile
1.32+6-6sys/net/if_media.c
1.454+2-2sbin/ifconfig/ifconfig.c
+8-82 files

OpenBSD/src 4i3ggGUsbin/ifconfig ifconfig.c, sys/net80211 ieee80211_ioctl.c ieee80211_ioctl.h

   rename net80211 ioctl struct ieee80211_channel to struct ieee80211_chaninfo

   ioctls should use dedicated names for their structs, but SIOCG80211ALLCHANS
   duplicated struct ieee80211_channel. We cannot make changes to the kernel's
   version of ieee80211_channel while an ioctl is squatting on the struct name.

   Helpful guidance from deraadt@
   Tested in a ports bulk build by sthen@, and tested by Mikhail.

   ok sthen@
VersionDeltaFile
1.81+19-4sys/net80211/ieee80211_ioctl.c
1.42+7-14sys/net80211/ieee80211_ioctl.h
1.453+9-5sbin/ifconfig/ifconfig.c
+35-233 files

OpenBSD/src ZRSxTcDsbin/ifconfig ifconfig.c

   don't hide the mtu on "bridge" interfaces.

   interfaces like vxlan and nvgre have bridges inside them and respond
   to bridge ioctls, but they are still interfaces that handle l3
   traffic so the mtu means something on them. if we don't want bridge
   to show an mtu, that can be done by bridge(4) instead of having
   ifconfig make assumptions like this.

   noticed by jason tubnor
   ok deraadt@ claudio@
VersionDeltaFile
1.452+1-5sbin/ifconfig/ifconfig.c
+1-51 files

OpenBSD/src zqRiitDsbin/ifconfig ifconfig.c, sys/net if_pppoe.c

   Use system uptime not UTC time to calculate PPPoE session duration

   Systems without RTC are likely to boot with wrong time, but pppoe(4) used
   microtime(9) anyway to remember when a new session began.

   (In)adequately, ifconfig(8) used gettimeofday(2) and calculated the
   difference between two absoloute dates to infer the PPPoE session duration.

   This goes off the rails if the wall clock jumps in between, e.g. due to NTP
   kicking in.

   Use getmicrouptime(9) and clock_gettime(2)/CLOCK_BOOTTIME instead to rely
   on the monotonically increasing system uptime instead to fix this.

   Reported and tested by Peter J. Philipp <pjp AT delphinusdns DOT org> on
   some octeon box without RTC.
   I've seen this on a Edgerouter 4 as well (2m uptime, 19d session).

   OK claudio
VersionDeltaFile
1.451+5-3sbin/ifconfig/ifconfig.c
1.79+2-2sys/net/if_pppoe.c
+7-52 files

OpenBSD/src 10CgFLcsbin/ifconfig ifconfig.c, sys/net if_spppsubr.c if_sppp.h

   Display DNS information from sppp(4) in ifconfig(8)

   Behaviour is similar to that of umb(4).

   OK kn@
VersionDeltaFile
1.450+26-1sbin/ifconfig/ifconfig.c
1.190+18-1sys/net/if_spppsubr.c
1.30+10-3sys/net/if_sppp.h
+54-53 files

OpenBSD/src ebesRVmsbin/ifconfig brconfig.c ifconfig.8

   Remove switch(4) specific bits from ifconfig.
   OK deraadt@ patrick@
VersionDeltaFile
1.30+2-87sbin/ifconfig/brconfig.c
1.379+2-62sbin/ifconfig/ifconfig.8
1.4+1-3sbin/ifconfig/ifconfig.h
1.449+1-3sbin/ifconfig/ifconfig.c
+6-1554 files

OpenBSD/src XM8J3s4sbin/ifconfig ifconfig.c

   Zap swapips remnants

   There since 1998, probably dead long before.

   "I am sure swabips died before you were born." deraadt
VersionDeltaFile
1.448+1-6sbin/ifconfig/ifconfig.c
+1-61 files

OpenBSD/src NU2M3WVsbin/ifconfig ifconfig.c

   fix previous
VersionDeltaFile
1.447+2-2sbin/ifconfig/ifconfig.c
+2-21 files