summaryrefslogtreecommitdiff
path: root/sys/net/if.h
AgeCommit message (Expand)Author
2025-11-25if.h: Fix a couple of typos in commentsNavdeep Parhar
2024-09-06ifnet: Add handling for toggling IFF_ALLMULTI in ifhwioctl()Mark Johnston
2024-07-12sys/net: Add IPSEC_OFFLOAD interface cap and methods structureKonstantin Belousov
2024-01-20net: Fix two typos in source code commentsGordon Bergling
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-03iflib(9): Remove support for cloning pseudo interfacesMarius Strobl
2023-06-16netlink: dump interface capabilities with other interface data.Alexander V. Chernikov
2023-05-17net/if.h: fix style of if_t definitionKonstantin Belousov
2023-04-17net: replace IFF_KNOWSEPOCH with IFF_NEEDSEPOCHGleb Smirnoff
2023-01-12Revert "ifnet/API: Move the IfAPI from if_var.h to if.h"Justin Hibbits
2023-01-12ifnet/API: Move the IfAPI from if_var.h to if.hJustin Hibbits
2023-01-04ifnet: Expose if_t to userspaceJustin Hibbits
2023-01-04ifnet/DrvAPI: Move if_t typedef to a better placeJustin Hibbits
2023-01-03ifcapnv: fix IFCAP2 usageKonstantin Belousov
2022-12-20DrvAPI: Extend driver KPI with more accessorsJustin Hibbits
2022-12-09netlink: add interface notification on link status / flags change.Alexander V. Chernikov
2022-05-27arp: Implement sticky ARP mode for interfaces.Konrad Sewiłło-Jopek
2022-05-24Add ifcap2 names for RXTLS4 and RXTLS6 interface capabilitiesKonstantin Belousov
2022-05-24Kernel-side infrastructure to implement nvlist-based set/get ifcapsKonstantin Belousov
2021-05-05Use thunks for compat ioctls using struct ifgroupreq.John Baldwin
2021-02-11Widen ifnet_detach_sxlock coverageKristof Provost
2021-01-29Catch up with 6edfd179c86: mechanically rename IFCAP_NOMAP to IFCAP_MEXTPG.Gleb Smirnoff
2020-12-11style(9): Correct whitespace in struct definitionsBrooks Davis
2020-10-29Support hardware rate limiting (pacing) with TLS offload.John Baldwin
2020-10-07Fix typo.Konstantin Belousov
2020-09-18Add two new ifnet capabilities for hw checksumming and TSO for VXLAN traffic.Navdeep Parhar
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-24Although most of the NIC drivers are epoch ready, due to peer pressureGleb Smirnoff
2020-01-23Introduce flag IFF_NEEDSEPOCH that marks Ethernet interfaces thatGleb Smirnoff
2019-09-17Add SIOCGIFDOWNREASON.Konstantin Belousov
2019-08-27Add kernel-side support for in-kernel TLS.John Baldwin
2019-06-29Add an external mbuf buffer type that holds multiple unmapped pages.John Baldwin
2018-11-26Plug routing sysctl leaks.Mark Johnston
2018-05-11iflib(9): Add support for cloning pseudo interfacesMatt Macy
2018-04-05Add 32-bit compat for ioctls that take struct ifgroupreq.Brooks Davis
2018-03-30Use an accessor function to access ifr_data.Brooks Davis
2018-03-27Fix access to ifru_buffer on freebsd32.Brooks Davis
2018-03-27Allow to specify PCP on packets not belonging to any VLAN.Konstantin Belousov
2017-12-06Garbage collect IFCAP_POLLING_NOCOUNT. It wasn't used since veryGleb Smirnoff
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-07Add a place for a driver to report rx timestamps in nanoseconds fromKonstantin Belousov
2017-09-05if: Add ioctls to get RSS key and hash type/function.Sepherosa Ziehau
2017-02-28Renumber copyright clause 4Warner Losh
2017-01-18Implement kernel support for hardware rate limited sockets.Hans Petter Selasky
2016-06-06Add support to priority code point (PCP) that is an 3-bit fieldMarcelo Araujo
2014-08-29* Add SIOCGI2C driver ioctl used to retrieve i2c info.Alexander V. Chernikov
2014-07-29Garbage collect couple of unused fields from struct ifaddr:Gleb Smirnoff
2014-03-13Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff
2013-11-11Remove never used ioctls that originate from KAME. The proofGleb Smirnoff