index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
if.h
Age
Commit message (
Expand
)
Author
2024-06-09
Introduce IFCAP_VLAN_HWOFFLOAD for vio(4).
Jan Klemkow
2024-04-11
Prevent changing interface loopback flag from userland.
Alexander Bluhm
2023-11-11
Pass constant struct sockaddr to interface lookup functions.
Alexander Bluhm
2023-05-30
add net_tq_barriers
David Gwynne
2023-05-16
Use separate IFCAPs for LRO and TSO.
Jan Klemkow
2023-05-15
Implement the TCP/IP layer for hardware TCP segmentation offload.
Alexander Bluhm
2023-03-07
Avoid enabling TSO on interfaces which are already attached to a bridge.
Jan Klemkow
2023-02-27
Turn off TSO if interface is added to layer 2 devices.
Jan Klemkow
2022-06-27
Introduce Large Receive Offloading of TCP segment offloading for ix(4). It is
Jan Klemkow
2021-03-11
When RFC 8981 obsoleted RFC 4941 the terminology changed from
Florian Obser
2021-02-20
add a MONITOR flag to ifaces to say they're only used for watching packets.
David Gwynne
2021-02-01
ifunit() was fully replaced by if_unit(9) and should go away.
mvs
2021-01-18
Introduce new function if_unit(9). This function returns a pointer the
mvs
2020-09-30
We have no if_attachtail() function so remove the declaration.
mvs
2019-07-25
AF_INET comes before AF_INET6. Shorten line to <80 chars.
Kenneth R Westerback
2019-07-25
Add IFXF_AUTOCONF4 to if_xflags to match IFXF_AUTOCONF6. Let
Kenneth R Westerback
2019-04-19
add IF_HDRPRIO_OUTER for rxprio
David Gwynne
2019-04-10
add struct if_sffpage so userland can read a page of sfp/qsfp info
David Gwynne
2019-01-23
add a SIOCGPWE3 ioctl for interfaces to advertise pwe3 capability
David Gwynne
2018-11-12
add ifreq bits for the tx header prio field ioctls
David Gwynne
2018-11-12
Add new routing socket message RTM_80211INFO to provide details of
Kenneth R Westerback
2018-11-11
use the llprio on gre(4) and eoip(4) interfaces for the keepalive tos
David Gwynne
2018-09-12
Fix obvious cut&pasto in comment (ifa_msghdr -> if_announcemsghdr).
Kenneth R Westerback
2018-05-30
restrict the prio values from SIOCSIFLLPRIO to what the kernel handles
David Gwynne
2018-04-25
Make this header standalone #if __BSD_VISIBLE, by including needed headers
Jeremie Courreges-Anglas
2018-02-19
tunneldf needs ifr_df
David Gwynne
2018-02-10
Implement RFC 7217: "A Method for Generating Semantically Opaque
Florian Obser
2018-01-16
Recycle IFF_NOTRAILERS into IFF_STATICARP and document ownerhsip
Martin Pieuchot
2017-12-21
prototype if_attach_iqueues so drivers can configure multiple iqs.
David Gwynne
2017-11-09
The cmd argument of ifconf() has been unused since COMPAT_LINUX was
Theo Buehler
2017-10-31
- add one more softnet taskq
Alexandr Nedvedicky
2017-01-24
A space here, a space there. Soon we're talking real whitespace
Kenneth R Westerback
2017-01-24
add support for multiple transmit ifqueues per network interface.
David Gwynne
2017-01-23
Flag pseudo-interfaces as such in order to call add_net_randomness()
Martin Pieuchot
2017-01-23
i botched the copyout to ifr->ifr_data in SIOCGIFDATA.
David Gwynne
2017-01-23
merge the ifnet and ifqueue stats together when userland wants them.
David Gwynne
2016-12-12
Remove most of the splsoftnet() recursions related to cloned interfaces.
Martin Pieuchot
2016-10-27
add a new pool for 2k + 2 byte (mcl2k2) clusters.
David Gwynne
2016-09-04
Move code to change the rdomain of an interface from the ioctl switch case
Reyk Floeter
2016-09-03
Add support for a multipoint-to-multipoint mode in vxlan(4). In this
Reyk Floeter
2016-06-10
Add the "llprio" field to struct ifnet, and the corresponding keyword
Vincent Gross
2016-03-02
provide generic ioctls for managing an interfaces parent
David Gwynne
2015-12-05
avoid an ugly wrap in a comment
Theo de Raadt
2015-12-03
rework if_start to allow nics to provide an mpsafe start routine.
David Gwynne
2015-11-20
Keep if_ref() private, if_get() is what you want to use before if_put().
Martin Pieuchot
2015-10-24
Add pair(4), a vether-based virtual Ethernet driver to interconnect
Reyk Floeter
2015-10-23
Introduce a new sysctl NET_RT_IFNAMES that returns only ifnames to ifindex
Claudio Jeker
2015-10-23
tweak the vnetid so it can be optional and therefore cleared/deleted.
David Gwynne
2015-10-05
Add ifi_oqdrops and its alias to struct if_data.
Masao Uebayashi
2015-09-27
Add if_setlladdr(), factored out from ifioctl(). Will be used by iwm(4) soon.
Stefan Sperling
[next]