index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
if.h
Age
Commit message (
Expand
)
Author
2022-11-25
Support explicit unnumbered interface.
knakahara
2022-10-24
Make ifq_drops in struct ifqueue and struct ifaltq 64 bit.
msaitoh
2022-09-18
Typo in comment
martin
2022-09-03
Garbage-collect the remaining vestiges of netisr.
thorpej
2022-08-20
ifnet(9): Defer if_watchdog (a.k.a. if_slowtimo) to workqueue.
riastradh
2022-07-28
Trailing whitespace
skrll
2022-06-20
bpf(4): added support for VLAN hardware offloading of ethernet devices
yamaguchi
2022-06-20
Handling frames that vlan id is 0 as non-VLAN frames
yamaguchi
2021-12-31
sys/net: New functions if_ioctl, if_init, and if_stop.
riastradh
2021-09-30
net: obsolete ifnet::if_link_state_chenged
yamaguchi
2021-09-30
Provide a hook point called at change of link state
yamaguchi
2021-09-30
Replace ifnet::if_agriprivate with ifnet::if_lagg
yamaguchi
2021-08-09
fix various typos in compatibility, mainly in comments.
andvar
2021-06-29
Make if_stats_init, if_attach, if_initialize return void.
riastradh
2021-05-17
Add a new link-aggregation pseudo interface named lagg(4)
yamaguchi
2020-10-15
net: remove IFEF_NO_LINK_STATE_CHANGE
roy
2020-09-27
bridge: When an interface joins then mark addresses on it as tentative
roy
2020-09-26
net: Add a callback to ifnet to notify of link state changes
roy
2020-09-26
net: Fix the setting of if_link_state
roy
2020-09-22
ifconfig: Report link state even if media is not supported
roy
2020-08-28
net: introduce IFQ_ENQUEUE_ISR to assemble packet queuing routines (NFCI)
ozaki-r
2020-05-05
remove struct ifnet if_mcastop, it's not used by anything
jdolecek
2020-02-14
Remove the conditional __IF_STATS_PERCPU.
thorpej
2020-02-06
Perform link state change processing on a work queue, rather than in a
thorpej
2020-02-01
Make if_stats competely opaque to user-space.
thorpej
2020-02-01
Flip the switch to the per-cpu implementation in <net/if_stats.h>. Leave
thorpej
2020-01-29
Add support for MP-safe network interface statistics by maintaining them
thorpej
2019-09-19
Avoid 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-10
Add the ifnet_t::if_npf_private field. Bump the kernel version.
rmind
2019-07-04
Add support for a network interface description.
ozaki-r
2019-06-24
Fix 'unknown' spellos
skrll
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-23
Replace 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-18
fix panic when do ifconfig -vlanif and ifconfig vlanif again. advised by ozak...
knakahara
2018-08-22
- Cleanup for dynamic sysctl:
msaitoh
2018-07-03
Fix net.inet6.ip6.ifq node doesn't exist
ozaki-r
2018-06-21
sbappendaddr() is required any lock. Currently, softnet_lock is appropriate.
knakahara
2018-06-12
Check if ether_ifdetach is called without INET_LOCK
ozaki-r
2018-05-01
Move if_name() from net_osdep.h to if.h. net_osdep.h is now unused and can
maxv
2018-04-19
s/static inline/static __inline/g for consistency.
christos
2018-04-12
Resolve tangled lock dependencies in route.c
ozaki-r
2018-01-15
Add a KASSERT in IFQ_CLASSIFY, we really need to make sure the given
maxv
2017-12-18
Note that IFNET_LOCK must not be held in softint
ozaki-r
2017-12-15
Write a guideline for converting an interface to IFEF_MPSAFE
ozaki-r
2017-12-15
Describe which lock is used to protect each member variable of struct ifnet
ozaki-r
[next]