summaryrefslogtreecommitdiff
path: root/sys/net/if_var.h
AgeCommit message (Expand)Author
2025-12-21net: add ifnet_rename_event EVENTHANDLER(9) for interface renamingGleb Smirnoff
2025-12-18net: attach IPv4 and IPv6 stacks to an interface with EVENTHANDLER(9)Gleb Smirnoff
2025-12-18net: split ifnet_arrival_event into two eventsGleb Smirnoff
2025-12-04net: remove dom_ifmtuGleb Smirnoff
2025-10-27net: Remove useless field annotationsMark Johnston
2025-10-01Revert "IfAPI: Added missing accessor for if_home_vnet"Kristof Provost
2025-09-29IfAPI: Added missing accessor for if_home_vnetItzBlinkzy
2025-08-26netlink: Bypass refcounting when setting promiscuityAymeric Wibo
2025-06-10send tags: add a status report methodKonstantin Belousov
2024-12-09IfAPI: make if_getlladdr() to return char *Gleb Smirnoff
2024-11-13IfAPI: Remove temporary inclusion of if_private.hJustin Hibbits
2024-09-04ifnet: Remove if_getamcount()Mark Johnston
2024-07-30ipsec_accel: consistently provide arguments name in typedefsKonstantin Belousov
2024-07-12ipsec_offload: offload inner checksums calculations for UDP/TCP/TSOKonstantin Belousov
2024-07-12sys/net: Add IPSEC_OFFLOAD interface cap and methods structureKonstantin Belousov
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-25IfAPI: Retire if_etherbpfmtap() and if_bpfmtap()Justin Hibbits
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-06-16netlink: convert to IfAPI.Alexander V. Chernikov
2023-05-17net/if_var.h: consistently use if_t over struct ifnet *Konstantin Belousov
2023-05-02IfAPI: Add if_maddr_empty() to check for any maddrsJustin Hibbits
2023-04-24IfAPI: Hide the macros that touch ifnet membersJustin Hibbits
2023-04-20ifnet: factor out interface renaming into a separate function.Alexander V. Chernikov
2023-03-23IfAPI: Add iterator to complement if_foreach()Justin Hibbits
2023-03-06ifnet: add if_foreach_sleep() to allow ifnet iterations with sleep.Alexander V. Chernikov
2023-03-06net: unify mtu update codeAlexander V. Chernikov
2023-02-14IfAPI: Style cleanupJustin Hibbits
2023-02-14IfAPI: Add capabilities2/capenable2 accessorsJustin Hibbits
2023-02-14IfAPI: More accessorsJustin Hibbits
2023-02-06IfAPI: Add needed APIs for mbuf supportJustin Hibbits
2023-02-03IfAPI: Add iterator to loop over all interfacesJustin Hibbits
2023-01-31IfAPI: Add if_altq_is_enabled() interface.Justin Hibbits
2023-01-31IfAPI: Add l2com accessor for firewire.Justin Hibbits
2023-01-31IfAPI: Add some more accessorsJustin Hibbits
2023-01-31IfAPI: Add if_llsoftc member accessors for TOEDEVJustin Hibbits
2023-01-31IfAPI: Add if_get/setmaclabel() and use it.Justin Hibbits
2023-01-31IfAPI: Add if_gettype() API and use it for vlanJustin Hibbits
2023-01-24debugnet: Add ifnet accessor to set debugnet methodsJustin Hibbits
2023-01-24ifnet/API: Move struct ifnet definition to a <net/if_private.h>Justin Hibbits
2023-01-24ifnet API: Change if_init() to take context argumentJustin Hibbits
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/DrvAPI: Move if_t typedef to a better placeJustin Hibbits
2022-12-20DrvAPI: Extend driver KPI with more accessorsJustin Hibbits
2022-12-01net: add if_allocdescr() to permit updating iface description from the kernelAlexander V. Chernikov
2022-09-24ifp: add if_setdescr() / if_freedesrt() methodsAlexander V. Chernikov
2022-05-24struct ifnet: add if_capabilities2 and if_capenable2 bitmasksKonstantin Belousov
2022-05-20[vlan + lagg] add IFNET_EVENT_UPDATE_BAUDRATE eventAndrey V. Elsukov
2022-05-05ifnet/mbuf: provide KPI to serialize/restore m->m_pkthdr.rcvifGleb Smirnoff
2022-05-03Revert "mbuf: do not restore dying interfaces"Marko Zec