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
/
netinet6
/
ip6_flow.c
Age
Commit message (
Expand
)
Author
2021-02-19
- Make ALIGNED_POINTER use __alignof(t) instead of sizeof(t). This is more
christos
2021-02-14
- centralize header align and pullup into a single inline function
christos
2018-02-06
Shorten the name of a workqueue instance to fit to the limit (15)
ozaki-r
2018-01-29
Style, and use __cacheline_aligned.
maxv
2018-01-08
Committed debugging logs by mistake, sorry. Revert cryoto.c:r.1.103 and ip6_f...
knakahara
2018-01-08
Fix PR kern/52910. Reported and implemented a patch by Sevan Janiyan, thanks.
knakahara
2017-12-10
Fix use-after-free: if m_pullup fails the (freed) mbuf is pushed on the
maxv
2017-11-17
Provide macros for softnet_lock and KERNEL_LOCK hiding NET_MPSAFE switch
ozaki-r
2017-01-11
Get rid of unnecessary header inclusions
ozaki-r
2016-12-08
Add rtcache_unref to release points of rtentry stemming from rtcache
ozaki-r
2016-10-18
Don't hold global locks if NET_MPSAFE is enabled
ozaki-r
2016-08-23
improve fast-forward performance when the number of flows exceeds ip6_maxflows.
knakahara
2016-08-02
ip6flow refactor like ipflow.
knakahara
2016-07-26
Simplify by using atomic_swap instead of mutex
ozaki-r
2016-07-11
Run timers in workqueue
ozaki-r
2016-06-20
apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 ...
knakahara
2016-06-13
eliminate unnecessary splnet
knakahara
2016-06-13
MP-ify fastforward to support GATEWAY kernel option.
knakahara
2015-03-23
Add RTF_BROADCAST to mark routes used for the broadcast address when
roy
2014-05-20
Sync with the ipv4 code and call ifp->if_output() with KERNEL_LOCK
bouyer
2014-04-01
Wrap ipflow_create() & ip6flow_create() in kernel lock. Prevents the
pooka
2013-05-23
Clear mbuf's csum_flags in ip6flow_fastforward(). Fixes PR#47849.
msaitoh
2012-10-11
PR/47058: Antti Kantee: If the ipv6 flow code modifies the mbuf, pass the
christos
2012-01-19
Remove ip6f_start from ip6f struct
liamjfoy
2009-03-23
Init ip6flow pool dynamically instead of using a linkset.
liamjfoy
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-24
Merge the socket locking patch:
ad
2008-04-15
Make ip6 and icmp6 stats per-cpu.
thorpej
2008-04-08
Change IPv6 stats from a structure to an array of uint64_t's.
thorpej
2008-01-04
Constify.
dyoung
2008-01-04
Replace rtcache_down() with rtcache_validate() and update rtcache_down()
dyoung
2007-12-20
Poison struct route->ro_rt uses in the kernel by changing the name
dyoung
2007-12-11
use __KERNEL_RCSID()
lukem
2007-08-20
Don't call rtcache_check() from the fast-forward code, which runs
dyoung
2007-05-02
Remove obsolete files netinet/in_route.[ch].
dyoung
2007-05-02
Eliminate address family-specific route caches (struct route, struct
dyoung
2007-04-05
use size_t for indexes
liamjfoy
2007-03-23
caddr_t -> void *
macallan
2007-03-23
Add a new sysctl net.inet6.ip6.hashsize to control the hash table size.
liamjfoy
2007-03-12
Pass an ipl argument to pool_init/POOL_INIT to be used when initializing
ad
2007-03-08
Use ip6flowtable when looking up
liamjfoy
2007-03-07
Add IPv6 Fast Forward - the IPv4 counterpart:
liamjfoy