aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig
Commit message (Expand)AuthorAgeFilesLines
* ifconfig: 80211, add line break after key infoBjoern A. Zeeb2021-03-241-0/+2
* base: remove if_wg(4) and associated utilities, manpageKyle Evans2021-03-172-732/+0
* if_wg: import latest fixup work from the wireguard-freebsd projectKyle Evans2021-03-151-153/+242
* ifconfig: allow displaying/setting persistent-keepaliveKyle Evans2021-03-091-1/+27
* ifconfig: wg: stop requiring peer endpointsKyle Evans2021-03-091-2/+0
* sbin/ifconfig: Minor housekeepingRyan Moeller2021-03-051-10/+2
* sbin/ifconfig: Get media status with libifconfigRyan Moeller2021-03-053-501/+176
* sbin/ifconfig: Use a global libifconfig handleRyan Moeller2021-03-038-49/+21
* sbin/ifconfig: Get groups with libifconfigRyan Moeller2021-02-281-23/+15
* sbin/ifconfig: Get bridge status with libifconfigRyan Moeller2021-02-281-100/+69
* sbin/ifconfig: Drop local name var in sfp_statusRyan Moeller2021-02-281-3/+0
* sbin/ifconfig: Get lagg status with libifconfigRyan Moeller2021-02-281-74/+70
* sbin/ifconfig: Get carp status with libifconfigRyan Moeller2021-02-281-7/+11
* ifconfig: fix incorrect wg allowed-ips netmaskMichael Chiu2021-02-151-1/+1
* Catch up with 6edfd179c86: mechanically rename IFCAP_NOMAP to IFCAP_MEXTPG.Gleb Smirnoff2021-01-292-9/+11
* ifconfig: fix UBSan signed shift errorAlex Richardson2021-01-251-1/+1
* ifconfig: add vlanproto "qiniq" as an alias for "802.1ad"Allan Jude2021-01-202-2/+8
* Fix bug in ifconfig preventing proper VLAN creation.Hans Petter Selasky2020-12-091-15/+15
* Import kernel WireGuard supportMatt Macy2020-11-292-0/+620
* Ensure consistent error messages from ifconfig(8).Hans Petter Selasky2020-11-267-10/+19
* ifconfig: properly detect invalid mediaopt keywords.Konstantin Belousov2020-11-021-2/+3
* ifconfig.8: Improve formatting of -f in synopsisMateusz Piotrowski2020-11-011-2/+2
* Remove Tn macros from ifconfig.8Mateusz Piotrowski2020-11-011-27/+10
* Support hardware rate limiting (pacing) with TLS offload.John Baldwin2020-10-292-2/+8
* ifconfig.8: Remove spurious commasMateusz Piotrowski2020-10-251-3/+3
* Fix for colliding change (r366917).Hans Petter Selasky2020-10-221-1/+1
* Add support for IP over infiniband, IPoIB, to lagg(4). Currently onlyHans Petter Selasky2020-10-222-2/+37
* Add support for stacked VLANs (IEEE 802.1ad, AKA Q-in-Q).Alexander V. Chernikov2020-10-216-11/+126
* Move list_cloners to libifconfigRyan Moeller2020-10-211-36/+19
* net80211: update for (more) VHT160 supportBjoern A. Zeeb2020-10-181-1/+25
* Fix a few mandoc issuesGordon Bergling2020-10-091-1/+1
* 80211: ifconfig replace MS() with _IEEE80211_MASKSHIFT()Bjoern A. Zeeb2020-10-071-10/+17
* 80211: non-functional changesBjoern A. Zeeb2020-10-071-2/+1
* Add two new ifnet capabilities for hw checksumming and TSO for VXLAN traffic.Navdeep Parhar2020-09-183-3/+24
* 80211: consistently order 160 and 80+80Bjoern A. Zeeb2020-08-171-7/+22
* 80211: consistently spell 80P80Bjoern A. Zeeb2020-08-171-3/+3
* net80211 / ifconfig: cleanup the use of IEEE80211_FVHT_USEVHT*Bjoern A. Zeeb2020-08-171-18/+27
* ifconfig(8): plug memory leak after r361790 by me.Eugene Grosbein2020-08-131-0/+1
* Move ifconfig SFP status functionality into libifconfigRyan Moeller2020-08-092-916/+73
* net80211/ifconfig: print hardware device name for wlan interfacesBjoern A. Zeeb2020-08-071-0/+23
* libifconfig: Add function to get bridge statusRyan Moeller2020-07-011-30/+3
* ifconfig(8): optimize -f ether:dash modeAllan Jude2020-06-261-3/+3
* ifconfig(8): remove duplicate line from man pageAllan Jude2020-06-261-1/+0
* [ifconfig] add UAPSD and LPDC flagsAdrian Chadd2020-06-161-4/+10
* [net80211] Add uapsd option to ifconfigAdrian Chadd2020-06-161-0/+18
* Decode the "LACP Fast Timeout" LAGG option flagRavi Pokala2020-06-111-4/+4
* ifconfig(8): make it possible to filter output by interface group.Eugene Grosbein2020-06-042-4/+111
* ifconfig.8: fix cpability and flag descriptions for list scan / staAndriy Gapon2020-06-041-34/+29
* ifconfig(8): spell "groupname" consistently with SYNOPSYS.Eugene Grosbein2020-05-271-2/+2
* lagg: Further cleanup of the rr_limit option.Mark Johnston2020-01-091-2/+5