aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig/ifconfig.c
Commit message (Expand)AuthorAgeFilesLines
* Catch up with 6edfd179c86: mechanically rename IFCAP_NOMAP to IFCAP_MEXTPG.Gleb Smirnoff2021-01-291-2/+2
* ifconfig: fix UBSan signed shift errorAlex Richardson2021-01-251-1/+1
* Ensure consistent error messages from ifconfig(8).Hans Petter Selasky2020-11-261-0/+13
* Support hardware rate limiting (pacing) with TLS offload.John Baldwin2020-10-291-1/+3
* Add two new ifnet capabilities for hw checksumming and TSO for VXLAN traffic.Navdeep Parhar2020-09-181-1/+2
* ifconfig(8): plug memory leak after r361790 by me.Eugene Grosbein2020-08-131-0/+1
* ifconfig(8): make it possible to filter output by interface group.Eugene Grosbein2020-06-041-2/+88
* Add kernel-side support for in-kernel TLS.John Baldwin2019-08-271-1/+3
* Add an external mbuf buffer type that holds multiple unmapped pages.John Baldwin2019-06-291-1/+3
* ifconfig(8): Add kld mappings for ipsec/encKyle Evans2019-05-101-3/+25
* ifconfig(8): Partial revert of r347241Kyle Evans2019-05-091-11/+5
* tun/tap: merge and rename to `tuntap`Kyle Evans2019-05-081-6/+45
* ifconfig: eliminate trailing whitespaceAlan Somers2019-02-261-1/+1
* Speed up non-status operations applied to a single interfacePatrick Kelsey2019-01-281-9/+48
* Fix grammar.Andrey V. Elsukov2018-10-211-1/+1
* Do not allow use `create` keyword as hostname when ifconfig(8) is invokedAndrey V. Elsukov2018-10-211-0/+12
* ifconfig: Fix use of _Noreturn.Mark Johnston2018-08-071-1/+1
* Make the name of option that toggles IFCAP_HWRXTSTMP capability toAndrey V. Elsukov2018-05-181-2/+2
* Make lagg creation more fault tolerantAndrew Gallatin2018-04-171-3/+4
* Allow to specify PCP on packets not belonging to any VLAN.Konstantin Belousov2018-03-271-0/+28
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Add a place for a driver to report rx timestamps in nanoseconds fromKonstantin Belousov2017-11-071-1/+3
* Add missing parenthesis on error messageRenato Botelho2017-08-081-1/+1
* Unbreak ifconfig for mlx4en(4) after r317755Alan Somers2017-05-031-3/+5
* Various Coverity fixes in ifconfig(8)Alan Somers2017-05-031-22/+21
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Implement kernel support for hardware rate limited sockets.Hans Petter Selasky2017-01-181-1/+3
* Address feedback from hrs@ re: r301059 (ifconfig subnet mask)Allan Jude2016-06-021-6/+2
* ifconfig(8) now supports some output formatting optionsAllan Jude2016-05-311-5/+65
* Use strlcpy() instead of strncpy() when copying ifname to ensureDon Lewis2016-05-161-10/+12
* ifconfig(8): can't use 'name' or 'description' when creating interface with a...Kristof Provost2016-02-201-0/+20
* Replace N #defines with nitems to simplify ifconfig code slightlyEnji Cooper2015-09-271-7/+3
* Make ifconfig always exit with an error code if an important ioctl failsAllan Jude2015-09-161-9/+6
* Stop including if_var.h from userland.Gleb Smirnoff2015-04-061-1/+0
* Simplify string mangling in ifmaybeload().John Baldwin2015-03-131-5/+4
* Revert the change of flowid output format. [1]Vsevolod Stakhov2015-02-021-1/+1
* Style(9) fixes.Vsevolod Stakhov2015-02-021-15/+19
* Reorganize the list of addresses associated with an interface and group themVsevolod Stakhov2015-02-021-2/+168
* Revert r272390.Hiroki Sato2014-10-021-1/+1
* Add IFCAP_HWSTATS.Hiroki Sato2014-10-021-1/+1
* Add support for reading i2c SFP/SFP+ data from NIC driver andAlexander V. Chernikov2014-08-161-0/+3
* Fix a typo in a comment: s/interprete/interpret/Glen Barber2014-08-121-1/+1
* Remove IPX support.Gleb Smirnoff2014-03-141-15/+0
* Axe IFF_SMART.Gleb Smirnoff2013-11-051-1/+1
* Fix socket calls on error post-r243965.Kevin Lo2012-12-211-1/+1
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-191-1/+3
* Removed the IFCAP_ prefix when printing the IPv6 checksum capabilities.Bjoern A. Zeeb2012-05-281-1/+1
* It turns out that too many drivers are not only parsing the L2/3/4Bjoern A. Zeeb2012-05-281-1/+6
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-191-0/+4
* Disable jail support in ifconfig when either building a rescueRobert Millan2012-02-141-0/+8