aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if.h
Commit message (Expand)AuthorAgeFilesLines
* Widen ifnet_detach_sxlock coverageKristof Provost2021-02-111-0/+3
* Catch up with 6edfd179c86: mechanically rename IFCAP_NOMAP to IFCAP_MEXTPG.Gleb Smirnoff2021-01-291-1/+1
* style(9): Correct whitespace in struct definitionsBrooks Davis2020-12-111-7/+7
* Support hardware rate limiting (pacing) with TLS offload.John Baldwin2020-10-291-0/+1
* Fix typo.Konstantin Belousov2020-10-071-1/+1
* Add two new ifnet capabilities for hw checksumming and TSO for VXLAN traffic.Navdeep Parhar2020-09-181-0/+2
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Although most of the NIC drivers are epoch ready, due to peer pressureGleb Smirnoff2020-02-241-2/+2
* Introduce flag IFF_NEEDSEPOCH that marks Ethernet interfaces thatGleb Smirnoff2020-01-231-1/+1
* Add SIOCGIFDOWNREASON.Konstantin Belousov2019-09-171-0/+10
* Add kernel-side support for in-kernel TLS.John Baldwin2019-08-271-0/+3
* Add an external mbuf buffer type that holds multiple unmapped pages.John Baldwin2019-06-291-0/+1
* Plug routing sysctl leaks.Mark Johnston2018-11-261-0/+4
* iflib(9): Add support for cloning pseudo interfacesMatt Macy2018-05-111-0/+3
* Add 32-bit compat for ioctls that take struct ifgroupreq.Brooks Davis2018-04-051-0/+2
* Use an accessor function to access ifr_data.Brooks Davis2018-03-301-0/+2
* Fix access to ifru_buffer on freebsd32.Brooks Davis2018-03-271-0/+2
* Allow to specify PCP on packets not belonging to any VLAN.Konstantin Belousov2018-03-271-0/+3
* Garbage collect IFCAP_POLLING_NOCOUNT. It wasn't used since veryGleb Smirnoff2017-12-061-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Add a place for a driver to report rx timestamps in nanoseconds fromKonstantin Belousov2017-11-071-0/+1
* if: Add ioctls to get RSS key and hash type/function.Sepherosa Ziehau2017-09-051-0/+36
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Implement kernel support for hardware rate limited sockets.Hans Petter Selasky2017-01-181-0/+1
* Add support to priority code point (PCP) that is an 3-bit fieldMarcelo Araujo2016-06-061-0/+2
* * Add SIOCGI2C driver ioctl used to retrieve i2c info.Alexander V. Chernikov2014-08-291-0/+13
* Garbage collect couple of unused fields from struct ifaddr:Gleb Smirnoff2014-07-291-2/+2
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff2014-03-131-25/+38
* Remove never used ioctls that originate from KAME. The proofGleb Smirnoff2013-11-111-12/+0
* Provide compat layer for OSIOCAIFADDR.Gleb Smirnoff2013-11-061-0/+8
* Axe IFF_SMART. Fortunately this layering violating flag was never used,Gleb Smirnoff2013-11-051-2/+2
* Drop support for historic ioctls and also undefine them, so that codeGleb Smirnoff2013-11-051-8/+0
* - Make the prophecy from 1997 happen and remove if_var.h inclusionGleb Smirnoff2013-10-281-12/+0
* There are some high performance NICs that count statistics in hardware,Gleb Smirnoff2013-10-091-0/+1
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andAndre Oppermann2013-08-241-1/+1
* provide helper if_initbaudrate() to set if_baudrate_pf and if_baudrate_pf.Maksim Yevmenkin2012-10-171-1/+1
* introduce concept of ifi_baudrate power factor. the idea is to workMaksim Yevmenkin2012-10-161-1/+1
* Hold GIF_LOCK() for almost all of gif_start(). It is required to be heldJohn Baldwin2012-06-291-1/+0
* Opps forgot to commit the flag.Randall Stewart2012-06-121-1/+1
* It turns out that too many drivers are not only parsing the L2/3/4Bjoern A. Zeeb2012-05-281-0/+4
* Introduce a new NET_RT_IFLISTL API to query the address list. It worksBjoern A. Zeeb2012-02-111-0/+54
* Backout changes from r228571. Remove if_data from struct ifa_msghdr again.Bjoern A. Zeeb2012-02-111-2/+0
* Provide ABI compatibility shim to enable configuring of addressesGleb Smirnoff2011-12-211-0/+8
* A major overhaul of the CARP implementation. The ip_carp.c was startedGleb Smirnoff2011-12-161-1/+4
* Add missing #includes.Ed Schouten2011-10-211-0/+2
* Add infrastructure to allow all frames/packets received on an interfaceBjoern A. Zeeb2011-07-031-0/+2
* Grab one of the ifcap bits for netmap, and enable printing in ifconfig.Luigi Rizzo2011-06-141-0/+10
* Adds IFF_CANTCONFIG to IFF_CANTCHANGE that it shouldn't happen throughWeongyo Jeong2010-12-071-1/+1
* Introduces IFF_CANTCONFIG interface flag to point that the interfaceWeongyo Jeong2010-12-071-1/+1
* Reshuffle SIOCGIFCONF32 handler from r155224.Sergey Kandaurov2010-10-211-10/+0