OpenGrok
Cross Reference: if_agrsubr.h
xref
: /
src
/
sys
/
net
/
agr
/
if_agrsubr.h
Home
|
History
|
Annotate
|
Download
|
only in
agr
History log of
/src/sys/net/agr/if_agrsubr.h
Revision
Date
Author
Comments
1.5
06-Dec-2017
ozaki-r
Simplify; share agr_vlan_add and agr_vlan_del (NFCI)
1.4
21-Feb-2007
thorpej
branches: 1.4.124;
Replace the Mach-derived boolean_t type with the C99 bool type. A
future commit will replace use of TRUE and FALSE with true and false.
1.3
29-Oct-2006
yamt
branches: 1.3.4;
make agr headers include lock.h and queue.h by themselves.
1.2
10-Dec-2005
elad
branches: 1.2.20; 1.2.22;
Multiple inclusion protection, as suggested by christos@ on tech-kern@
few days ago.
1.1
18-Mar-2005
yamt
branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
add agr(4), a pseudo network device driver for link aggregation.
1.1.8.3
26-Feb-2007
yamt
sync with head.
1.1.8.2
30-Dec-2006
yamt
sync with head.
1.1.8.1
21-Jun-2006
yamt
sync with head.
1.1.6.2
29-Apr-2005
kent
sync with -current
1.1.6.1
18-Mar-2005
kent
file if_agrsubr.h was added on branch kent-audio2 on 2005-04-29 11:29:32 +0000
1.1.4.3
11-Dec-2005
christos
Sync with head.
1.1.4.2
01-Apr-2005
skrll
Sync with HEAD.
1.1.4.1
18-Mar-2005
skrll
file if_agrsubr.h was added on branch ktrace-lwp on 2005-04-01 14:31:50 +0000
1.1.2.2
19-Mar-2005
yamt
sync with head. xen and whitespace. xen part is not finished.
1.1.2.1
18-Mar-2005
yamt
file if_agrsubr.h was added on branch yamt-km on 2005-03-19 08:36:35 +0000
1.2.22.1
10-Dec-2006
yamt
sync with head.
1.2.20.1
18-Nov-2006
ad
Sync with head.
1.3.4.1
27-Feb-2007
yamt
- sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
1.4.124.1
05-Feb-2018
martin
Pull up following revision(s) (requested by ozaki-r in ticket #528):
sys/net/agr/if_agr.c: revision 1.42
sys/netinet6/nd6_rtr.c: revision 1.137
sys/netinet6/nd6_rtr.c: revision 1.138
sys/net/agr/if_agr.c: revision 1.46
sys/net/route.c: revision 1.206
sys/net/if.c: revision 1.419
sys/net/agr/if_agrether.c: revision 1.10
sys/netinet6/nd6.c: revision 1.241
sys/netinet6/nd6.c: revision 1.242
sys/netinet6/nd6.c: revision 1.243
sys/netinet6/nd6.c: revision 1.244
sys/netinet6/nd6.c: revision 1.245
sys/netipsec/ipsec_input.c: revision 1.52
sys/netipsec/ipsec_input.c: revision 1.53
sys/net/agr/if_agrsubr.h: revision 1.5
sys/kern/subr_workqueue.c: revision 1.35
sys/netipsec/ipsec.c: revision 1.124
sys/net/agr/if_agrsubr.c: revision 1.11
sys/net/agr/if_agrsubr.c: revision 1.12
Simplify; share agr_vlan_add and agr_vlan_del (NFCI)
Fix late NULL-checking (CID
1427782
: Null pointer dereferences (REVERSE_INULL))
KNF: replace soft tabs with hard tabs
Add missing NULL-checking for m_pullup (CID
1427770
: Null pointer dereferences (NULL_RETURNS))
Add locking.
Revert "Get rid of unnecessary splsoftnet" (v1.133)
It's not always true that softnet_lock is held these places.
See PR kern/52947.
Get rid of unnecessary splsoftnet (redo)
Unless NET_MPSAFE, splsoftnet is still needed for rt_* functions.
Use existing fill_[pd]rlist() functions to calculate size of buffer to
allocate, rather than relying on an arbitrary length passed in from
userland.
Allow copyout() of partial results if the user buffer is too small, to
be consistent with the way sysctl(3) is documented.
Garbage-collect now-unused third parrameter in the fill_[pd]rlist()
functions.
As discussed on IRC.
OK kamil@ and christos@
XXX Needs pull-up to netbsd-8 branch.
Simplify, from christos@
More simplification, this time from ozaki-r@
No need to break after return.
One more from christos@
No need to initialize fill_func
more cleanup (don't allow oldlenp == NULL)
Destroy ifq_lock at the end of if_detach
It still can be used in if_detach.
Prevent rt_free_global.wk from being enqueued to workqueue doubly
Check if a queued work is tried to be enqueued again, which is not allowed
Indexes created Wed Oct 22 13:09:56 GMT 2025