summaryrefslogtreecommitdiff
path: root/sbin/ifconfig
AgeCommit message (Expand)Author
2024-06-29remove unused varsJonathan Gray
2024-06-09Introduce IFCAP_VLAN_HWOFFLOAD for vio(4).Jan Klemkow
2024-05-18remove prototype with no matching functionJonathan Gray
2024-04-23correct indentation; no functional changeJonathan Gray
2024-01-11ifconfig.8: reorder hwfeature listJan Klemkow
2023-11-23add an endpoint command for "bridges" that use addresses as endpoints.David Gwynne
2023-11-23add support for specifying ports on the src address in tunnel endpoints.David Gwynne
2023-10-29Use clock_gettime(), not timespec_get() like other parts of ifconfig.Todd C. Miller
2023-07-18Enable LRO for TCP per default in the network drivers.Alexander Bluhm
2023-06-09Readd "-wgpsk", accidentially dropped in r1.465 adding "wgdescr"Klemens Nanni
2023-06-07Rename ifconfig tcprecvoffload to tcplro. It is shorter andAlexander Bluhm
2023-06-01Add support for wireguard peer descriptionsKlemens Nanni
2023-05-16Use separate IFCAPs for LRO and TSO.Jan Klemkow
2023-05-12Add interface names in front of error messages.Jan Klemkow
2023-04-26Add parent to nvgre in ifconfig.8.ASOU Masato
2023-04-25add eoip to keepalive.ASOU Masato
2023-04-21add -pweneighbor.ASOU Masato
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-03-07Avoid enabling TSO on interfaces which are already attached to a bridge.Jan Klemkow
2023-02-27sort VEB and add "rules"; ok stspJason McIntyre
2023-02-27Add missing documentation of veb(4) ioctls to the ifconfig(8) VEB section.Stefan Sperling
2023-01-18remove redundant SIOCS80211JOIN ioctl call in ifconfig delifjoinlist()Stefan Sperling
2022-12-23point readers, where relevant, to route(8) rather than netstat(1) or route(4);Jason McIntyre
2022-12-18Unify RSSI checkKlemens Nanni
2022-11-26- in SYNOPSIS, redo the formatting for "address" and "dest address" to avoidJason McIntyre
2022-11-25ifconfig -M <mac> finds the address on an interface and prints it.Theo de Raadt
2022-10-26Limit wireguard peers listing to -A or wg-interfaceKlemens Nanni
2022-07-08remove unused variablesJonathan Gray
2022-06-27tweak the tso text a little;Jason McIntyre
2022-06-27Introduce Large Receive Offloading of TCP segment offloading for ix(4). It isJan Klemkow
2022-05-14Document usage of tunneladdrDenis Fondras
2022-04-07constify ifmedia descriptions; ok deraadt@ miod@Christian Weisgerber
2022-03-07rename net80211 ioctl struct ieee80211_channel to struct ieee80211_chaninfoStefan Sperling
2022-02-22don't hide the mtu on "bridge" interfaces.David Gwynne
2021-12-29make the argument name for veb's "child-iface" consistent;Jason McIntyre
2021-11-23Use system uptime not UTC time to calculate PPPoE session durationKlemens Nanni
2021-11-17Display DNS information from sppp(4) in ifconfig(8)Bjorn Ketelaars
2021-11-14"autoconf" is an automatic "up"Klemens Nanni
2021-11-11Remove switch(4) specific bits from ifconfig.Claudio Jeker
2021-11-03Zap swapips remnantsKlemens Nanni
2021-11-02fix previousKlemens Nanni
2021-11-02Return non-zero on failed "nwkey" commandKlemens Nanni
2021-10-29the list of devices which can be created it getting unwieldy and keep gettingJason McIntyre
2021-10-27Mention vether(4) and mpip(4) interfaces in the create listSolene Rapenne
2021-10-22Document existent "descr" alias for "description"Klemens Nanni
2021-10-06Remove autoconfprivacy deprecation warning.Florian Obser
2021-08-18Add veb(4) to the list of pseudo devices that can be created.solene
2021-08-17document 11ac as a valid wireless mode; ok stspJason McIntyre
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2021-07-04store provider ID in umb(4), and display it in ifconfig. OK stsp deraadtStuart Henderson