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
/
netmpls
/
mpls_proto.c
Age
Commit message (
Expand
)
Author
2022-09-03
Convert MPLS from a legacy netisr to pktqueue.
thorpej
2019-01-28
Fix memory leaks pointed out by Ilja Van Sprundel: all
martin
2017-09-21
Invalidate rtcache based on a global generation counter
ozaki-r
2016-10-03
Fix race condition on ifqueue used by traditional netisr
ozaki-r
2015-08-24
sprinkle _KERNEL_OPT
pooka
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
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
add missing KASSERT(req != PRU_XXX) to mpls_usrreq() for PRUs that have
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-06
* split PRU_SENSE functionality out of mpls_usrreq() 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-05-20
Adjust PR_WRAP_USRREQS() to include the attach/detach functions.
rmind
2014-05-19
- Split off PRU_ATTACH and PRU_DETACH logic into separate functions.
rmind
2014-05-18
Add struct pr_usrreqs with a pr_generic function and prepare for the
rmind
2014-02-25
Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
pooka
2013-07-23
Implement RFC4182 changes - switchable via sysctl
kefren
2013-07-18
explicitly call sysctl setup in init. Needed for future dynamic loading
kefren
2012-02-01
old style def
christos
2011-03-31
Hide the radix-trie implementation of the forwarding table so that we
dyoung
2010-06-26
Add MPLS support, proposed on tech-net@ a couple of days ago
kefren