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
Age
Commit message (
Expand
)
Author
2020-09-13
Start documenting locks for struct pppoe_softc members
kn
2020-09-12
Keep port interface UP on removal
kn
2020-09-12
Add sizes to free() calls
kn
2020-09-01
zap nasty whitespace
Theo Buehler
2020-09-01
Fix a leak due to a missing free on m_defrag(m, M_NOWAIT) failure.
Theo Buehler
2020-08-30
Don't include "net/netisr.h" header. It's not needed here.
mvs
2020-08-30
pppac(4) uses per cpu counters for collect `ifnet' statistics, but in
mvs
2020-08-28
Make sure not to pass NULL to explicit_bzero().
tobhe
2020-08-28
Add missing #if's to fix build without bpf(4).
mvs
2020-08-27
Use p2p_rtrequest()
kn
2020-08-27
Make pipex(4) more common for pppac(4) and pppx(4). Replace
YASUOKA Masahiko
2020-08-24
Rehash main ruleset after rule expiration
kn
2020-08-24
Remove ptr_array from struct pf_ruleset
kn
2020-08-22
Add sizes to free() calls
kn
2020-08-21
Leave default ifq_maxlen handling to ifq_init()
kn
2020-08-21
Add sizes to free(9) calls
kn
2020-08-19
Allow SIOCSWGDPID and SIOCSWGMAXFLOW ioctls for non-root
kn
2020-08-14
Zap LOOPALIVECNT
kn
2020-08-14
Set `IFXF_MPSAFE' bit to pppx(4) related `ifnet'. This moves pppx(4)
mvs
2020-08-13
Add a ROUTE_FLAGFILTER socket option for routing sockets, allowing
Jonathan Matthew
2020-08-13
Use rtm_miss() rather than the simpler rtm_send() to send route delete
Jonathan Matthew
2020-08-12
Remove interface statistics update for outgoing packets. We shouldn't
mvs
2020-08-11
Run start routing without KERNEL_LOCK()
kn
2020-08-10
Set `IFXF_MPSAFE' bit to pppac(4) related `ifnet'. This moves pppac(4)
mvs
2020-08-09
vether(4) is pretty dummy. It contains nothing requires to be protected.
mvs
2020-08-07
pfkey_get may allocate more memory than is needed to hold the SA
tobhe
2020-08-06
Allow pf(4) to divert packets from bridge(4) to local socket.
Alexander Bluhm
2020-08-06
Remove defines for `netisr' bits which are not used anymore.
mvs
2020-08-05
Use PFKEYV2_LIFETIME_CURRENT instead of magic number.
tobhe
2020-08-05
Revert r1.614 of net/if.c. Modifications of `ifnet' list must still be
mvs
2020-08-04
We have `pipexinq' and `pipexoutq' mbuf(9) queues to store pipex(4)
mvs
2020-08-03
add a BPF_RND load location that provides a random value.
David Gwynne
2020-07-30
`struct bstp_state' stores pointer to parent `ifnet' as `bs_ifp'.
mvs
2020-07-30
make pflog more mpsafe with variables on the stack instead of globals.
David Gwynne
2020-07-29
Interface index is unsigned integer. Fix the places where it referenced
mvs
2020-07-29
pfsync(4) holds pointer to corresponding `ifnet' as `sc_sync_if'. This
mvs
2020-07-29
Remove SIOCSIFADDR
kn
2020-07-29
Fix previous commit which referred wrong address and returned wrong
YASUOKA Masahiko
2020-07-28
Use the table on root always if current table is not active.
YASUOKA Masahiko
2020-07-28
Document locks which protect pipex(4) global data structures.
mvs
2020-07-28
Add size to free(9) calls
kn
2020-07-28
Document locks which protect ppp{ac,x}(4) global data structures.
mvs
2020-07-28
Add missing `IFXF_CLONED' flag to clone interfaces.
mvs
2020-07-28
Implement SIOCBRDGIFS, provide SIOCBRDGGRL stub
kn
2020-07-28
Return total size if SIOCBRDGIFS passes in ifbic_len set to zero
kn
2020-07-24
Use interface index instead of pointer to `ifnet' in carp(4).
mvs
2020-07-24
Increase state counter for least-states when the address is selected
YASUOKA Masahiko
2020-07-24
Remove lacpmode and lacptimeout bits
kn
2020-07-24
Remove trunkdev bits
kn
2020-07-24
Remove trunkproto bits
kn
[next]