summaryrefslogtreecommitdiff
path: root/sbin/ifconfig/af_link.c
AgeCommit message (Expand)Author
27 hoursifconfig: Use strlcpy(3) instead of strncpy(3) for interface nameAmy Vargas
2025-05-15link_addr: be more strict about address formatsLexi Winter
2023-09-25Purge more stray embedded $FreeBSD$ stringsJohn Baldwin
2023-08-25ifconfig: fix 'ifconfig -l ether'Gleb Smirnoff
2023-06-16ifconfig: use default (more rigid) WARNS level.Alexander V. Chernikov
2023-06-16ifconfig: remove (most of) the usages of global 'struct ifreq ifr'.Alexander V. Chernikov
2023-06-13ifconfig(8): add the dotted format for MAC addresses.Trond Endrestol
2023-05-25ifconfig: switch IPv4/IPv6 address manipulations to Netlink.Alexander V. Chernikov
2023-05-24ifconfig: introduce `ifconfig_context` to store current global state.Alexander V. Chernikov
2023-05-22Revert "ifconfig: switch IPv4/IPv6 address manipulations to Netlink"Alexander V. Chernikov
2023-05-22ifconfig: switch IPv4/IPv6 address manipulations to NetlinkAlexander V. Chernikov
2023-05-16ifconfig: make interface and address listing use Netlink as transportAlexander V. Chernikov
2023-05-15ifconfig: split printing functions into smaller per-type chunks.Alexander V. Chernikov
2020-06-26ifconfig(8): optimize -f ether:dash modeAllan Jude
2018-03-27Allow to specify PCP on packets not belonging to any VLAN.Konstantin Belousov
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-08-04Selectively print "hwaddr" from ifconfig(8).Matt Joras
2017-05-10Persistently store NIC's hardware MAC address, and add a way to retrive itRavi Pokala
2017-02-28Renumber copyright clause 4Warner Losh
2016-09-27Indicate that this is a locally administered MAC address.Marcelo Araujo
2016-09-16Add an option called "random" that combined with "ether" can generate aMarcelo Araujo
2016-06-02Address feedback from hrs@ re: r301059 (ifconfig subnet mask)Allan Jude
2016-05-31ifconfig(8) now supports some output formatting optionsAllan Jude
2010-08-06Ethernet vlan(4) interfaces have valid Ethernet link layer addresses butJohn Baldwin
2007-02-24use getifaddrs from libc instead of private codeSam Leffler
2006-01-15Fix an off-by-one bug.Ruslan Ermilov
2004-12-31Fix special status reporting. Prior to the reorg there wasSam Leffler
2004-12-08Overhaul to cleanup some of the tangled logic that's grown over the years.Sam Leffler