summaryrefslogtreecommitdiff
path: root/sys/net/if.h
AgeCommit message (Expand)Author
2022-11-25Support explicit unnumbered interface.knakahara
2022-10-24Make ifq_drops in struct ifqueue and struct ifaltq 64 bit.msaitoh
2022-09-18Typo in commentmartin
2022-09-03Garbage-collect the remaining vestiges of netisr.thorpej
2022-08-20ifnet(9): Defer if_watchdog (a.k.a. if_slowtimo) to workqueue.riastradh
2022-07-28Trailing whitespaceskrll
2022-06-20 bpf(4): added support for VLAN hardware offloading of ethernet devicesyamaguchi
2022-06-20Handling frames that vlan id is 0 as non-VLAN framesyamaguchi
2021-12-31sys/net: New functions if_ioctl, if_init, and if_stop.riastradh
2021-09-30net: obsolete ifnet::if_link_state_chengedyamaguchi
2021-09-30Provide a hook point called at change of link stateyamaguchi
2021-09-30Replace ifnet::if_agriprivate with ifnet::if_laggyamaguchi
2021-08-09fix various typos in compatibility, mainly in comments.andvar
2021-06-29Make if_stats_init, if_attach, if_initialize return void.riastradh
2021-05-17Add a new link-aggregation pseudo interface named lagg(4)yamaguchi
2020-10-15net: remove IFEF_NO_LINK_STATE_CHANGEroy
2020-09-27bridge: When an interface joins then mark addresses on it as tentativeroy
2020-09-26net: Add a callback to ifnet to notify of link state changesroy
2020-09-26net: Fix the setting of if_link_stateroy
2020-09-22ifconfig: Report link state even if media is not supportedroy
2020-08-28net: introduce IFQ_ENQUEUE_ISR to assemble packet queuing routines (NFCI)ozaki-r
2020-05-05remove struct ifnet if_mcastop, it's not used by anythingjdolecek
2020-02-14Remove the conditional __IF_STATS_PERCPU.thorpej
2020-02-06Perform link state change processing on a work queue, rather than in athorpej
2020-02-01Make if_stats competely opaque to user-space.thorpej
2020-02-01Flip the switch to the per-cpu implementation in <net/if_stats.h>. Leavethorpej
2020-01-29Add support for MP-safe network interface statistics by maintaining themthorpej
2019-09-19Avoid having a rtcache directly in a percpu storage for tunnel protocols.knakahara
2019-09-13 if_flags is neither int nor short. It's unsigned short.msaitoh
2019-08-10Add the ifnet_t::if_npf_private field. Bump the kernel version.rmind
2019-07-04Add support for a network interface description.ozaki-r
2019-06-24Fix 'unknown' spellosskrll
2019-05-10 Remove extra parentheses. No functional change.msaitoh
2019-05-10 Add missing parentheses for IFQ_CLASSIFY macro's argument.msaitoh
2019-05-10 Modify comment to make the data structure clear. No functional change.msaitoh
2019-03-23Replace compile-time checking for vlan code with a module hook.pgoyette
2019-02-05 Remove NOTRAILERS from IFFBITS.msaitoh
2019-02-05 Remove very old IFF_NOTRAILERS flag.msaitoh
2018-10-18fix panic when do ifconfig -vlanif and ifconfig vlanif again. advised by ozak...knakahara
2018-08-22- Cleanup for dynamic sysctl:msaitoh
2018-07-03Fix net.inet6.ip6.ifq node doesn't existozaki-r
2018-06-21sbappendaddr() is required any lock. Currently, softnet_lock is appropriate.knakahara
2018-06-12Check if ether_ifdetach is called without INET_LOCKozaki-r
2018-05-01Move if_name() from net_osdep.h to if.h. net_osdep.h is now unused and canmaxv
2018-04-19s/static inline/static __inline/g for consistency.christos
2018-04-12Resolve tangled lock dependencies in route.cozaki-r
2018-01-15Add a KASSERT in IFQ_CLASSIFY, we really need to make sure the givenmaxv
2017-12-18Note that IFNET_LOCK must not be held in softintozaki-r
2017-12-15Write a guideline for converting an interface to IFEF_MPSAFEozaki-r
2017-12-15Describe which lock is used to protect each member variable of struct ifnetozaki-r