index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
ifconfig
/
ifconfig.c
Age
Commit message (
Expand
)
Author
2024-06-29
remove unused vars
Jonathan Gray
2024-06-09
Introduce IFCAP_VLAN_HWOFFLOAD for vio(4).
Jan Klemkow
2024-05-18
remove prototype with no matching function
Jonathan Gray
2024-04-23
correct indentation; no functional change
Jonathan Gray
2023-11-23
add an endpoint command for "bridges" that use addresses as endpoints.
David Gwynne
2023-11-23
add support for specifying ports on the src address in tunnel endpoints.
David Gwynne
2023-10-29
Use clock_gettime(), not timespec_get() like other parts of ifconfig.
Todd C. Miller
2023-06-09
Readd "-wgpsk", accidentially dropped in r1.465 adding "wgdescr"
Klemens Nanni
2023-06-07
Rename ifconfig tcprecvoffload to tcplro. It is shorter and
Alexander Bluhm
2023-06-01
Add support for wireguard peer descriptions
Klemens Nanni
2023-05-16
Use separate IFCAPs for LRO and TSO.
Jan Klemkow
2023-05-12
Add interface names in front of error messages.
Jan Klemkow
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2023-01-18
remove redundant SIOCS80211JOIN ioctl call in ifconfig delifjoinlist()
Stefan Sperling
2022-12-18
Unify RSSI check
Klemens Nanni
2022-11-26
- in SYNOPSIS, redo the formatting for "address" and "dest address" to avoid
Jason McIntyre
2022-11-25
ifconfig -M <mac> finds the address on an interface and prints it.
Theo de Raadt
2022-10-26
Limit wireguard peers listing to -A or wg-interface
Klemens Nanni
2022-07-08
remove unused variables
Jonathan Gray
2022-06-27
Introduce Large Receive Offloading of TCP segment offloading for ix(4). It is
Jan Klemkow
2022-04-07
constify ifmedia descriptions; ok deraadt@ miod@
Christian Weisgerber
2022-03-07
rename net80211 ioctl struct ieee80211_channel to struct ieee80211_chaninfo
Stefan Sperling
2022-02-22
don't hide the mtu on "bridge" interfaces.
David Gwynne
2021-11-23
Use system uptime not UTC time to calculate PPPoE session duration
Klemens Nanni
2021-11-17
Display DNS information from sppp(4) in ifconfig(8)
Bjorn Ketelaars
2021-11-11
Remove switch(4) specific bits from ifconfig.
Claudio Jeker
2021-11-03
Zap swapips remnants
Klemens Nanni
2021-11-02
fix previous
Klemens Nanni
2021-11-02
Return non-zero on failed "nwkey" command
Klemens Nanni
2021-10-06
Remove autoconfprivacy deprecation warning.
Florian Obser
2021-07-12
Change the error reporting pattern throughout the tree when unveil
Bob Beck
2021-07-04
store provider ID in umb(4), and display it in ifconfig. OK stsp deraadt
Stuart Henderson
2021-03-20
RFC 8981 allows the configuration of only temporary IPv6 addresses.
Florian Obser
2021-03-16
Move setifrtlabel() and *keepalive() prototypes out of SMALL
kn
2021-03-13
Remove "deletetunnel" (deprecated with 6.4)
kn
2021-03-13
Move all rdomain bits under SMALL
kn
2021-03-13
Move MPLS related function prototypes under SMALL
kn
2021-03-12
Add deprecation warning for autoconfprivacy.
Florian Obser
2021-03-11
When RFC 8981 obsoleted RFC 4941 the terminology changed from
Florian Obser
2021-03-04
remove extra argument to printf
Jonathan Gray
2021-02-20
add support for handling the interface monitor flag
David Gwynne
2021-02-10
Use the same check in kernel and ifconfig for group names. ifconfig
Alexander Bluhm
2021-01-16
Only recover the scope_id if it was not set. This way this code works
Claudio Jeker
2020-12-30
getifaddrs() can return entries where ifa_addr is NULL. Check for this
Sebastian Benoit
2020-11-06
Keep track of allowed ips pointer correctly
kn
2020-10-07
Fix display of P2P link to be consistent over all AF.
denis
2020-10-07
Reverse previous, needs discussion.
denis
2020-10-07
Fix display of P2P link to be consistent over all AF.
denis
2020-09-15
umb(4) shows the speed of the LTE connection but misses the b in Mbps.
Claudio Jeker
2020-08-05
Merge switch_status() into bridge_status()
kn
[next]