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
/
netipsec
Age
Commit message (
Expand
)
Author
2016-06-22
fix: locking about IFQ_ENQUEUE and ALTQ
knakahara
2016-06-10
Avoid storing a pointer of an interface in a mbuf
ozaki-r
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-05-12
Protect ifnet list with psz and psref
ozaki-r
2016-04-28
introduce new ifnet MP-scalable sending interface "if_transmit".
knakahara
2016-03-07
PR/50905: Henning Petersen: Fix useless comparison (from FreeBSD)
christos
2016-03-06
Simplify the port comparison code further.
christos
2016-03-05
kill stray &
christos
2016-03-05
Fix port matching; we need to ignore ports when they are 0 not only in
christos
2016-03-05
gather more information from mbuf.
christos
2016-03-05
Add more debugging, no functional change.
christos
2016-01-26
eliminate variable argument in encapsw
knakahara
2016-01-26
implement encapsw instead of protosw and uniform prototype.
knakahara
2016-01-22
Back out previous change to introduce struct encapsw.
riastradh
2016-01-22
Don't abuse struct protosw for ip_encap -- introduce struct encapsw.
riastradh
2016-01-21
Revert previous: ran cvs commit when I meant cvs diff. Sorry!
riastradh
2016-01-21
Give proper prototype to ip_output.
riastradh
2016-01-20
Eliminate struct protosw::pr_output.
riastradh
2015-05-02
make connect syscall use sockaddr_big and modify pr_{send,connect}
rtr
2015-04-26
remove pr_generic from struct pr_usrreqs and all implementations of
rtr
2015-04-24
make accept, getsockname and getpeername syscalls use sockaddr_big and modify
rtr
2015-04-03
* change pr_bind to accept struct sockaddr * instead of struct mbuf *
rtr
2015-04-01
Pull out ipsec routines from ip6_input
ozaki-r
2015-04-01
Fix wrong comments
ozaki-r
2015-03-30
Tidy up opt_ipsec.h inclusions
ozaki-r
2015-03-27
Remove unnecessary ifdef IPSEC
ozaki-r
2015-03-27
KNF
ozaki-r
2014-09-05
Don't use C++ keyword new
matt
2014-08-13
C99 6.5.15 Conditional operator note 3 states that the second and
plunky
2014-08-09
split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq
rtr
2014-08-08
split PRU_RCVD function out of pr_generic() usrreq switches and put into
rtr
2014-08-05
split PRU_SEND function out of pr_generic() usrreq switches and put into
rtr
2014-08-05
revert the removal of struct lwp * parameter from bind, listen and connect
rtr
2014-07-31
split PRU_DISCONNECT, PRU_SHUTDOWN and PRU_ABORT function out of
rtr
2014-07-30
split PRU_CONNECT function out of pr_generic() usrreq switches and put
rtr
2014-07-24
split PRU_BIND and PRU_LISTEN function out of pr_generic() usrreq
rtr
2014-07-23
split PRU_SENDOOB and PRU_RCVOOB function out of pr_generic() usrreq
rtr
2014-07-09
* split PRU_ACCEPT function out of pr_generic() usrreq switches and put
rtr
2014-07-09
* split PRU_PEERADDR and PRU_SOCKADDR function out of pr_generic()
rtr
2014-07-07
* sprinkle KASSERT(solocked(so)); in all pr_stat() functions.
rtr
2014-07-07
backout change that made pr_stat return EOPNOTSUPP for protocols that
rtr
2014-07-07
* have pr_stat return EOPNOTSUPP consistently for all protocols that do
rtr
2014-07-06
* split PRU_SENSE functionality out of xxx_usrreq() switches and place into
rtr
2014-07-01
fix parameter types in pr_ioctl, called xx_control() functions and remove
rtr
2014-06-22
* split PRU_CONTROL functionality out of xxx_userreq() switches and place
rtr
2014-06-16
cleanup debugging printfs and fix port endianness printing issue.
christos
2014-06-05
- Implement pktqueue interface for lockless IP input queue.
rmind
2014-06-05
CID 1220169: Reverse NULL
christos
2014-06-05
CID 1220167: NULL Deref
christos
2014-06-05
CID 274353: Forward NULL
christos
[next]