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
/
netinet
Age
Commit message (
Expand
)
Author
2014-12-02
use the new printing code.
christos
2014-12-02
add routines to print in_addr and sockaddr_in (in_print and sin_print)
christos
2014-12-01
Don't pass junk in sin_family and sin_len for SIOCGIFNETMASK, and explain why.
christos
2014-11-30
Only check that the offset < sizeof(struct ip) if nxt != 0, i.e. in the
christos
2014-11-26
Call looutput with holding KERNEL_LOCK
ozaki-r
2014-11-25
Really make SO_REUSEPORT and SO_REUSEADDR equivalent for multicast
seanb
2014-11-25
Clean up any dangling ifp references in (struct in6pcb *)->in6p_v4moptions
seanb
2014-11-13
Add sysctl to selectively log arp packets from unknown network. (Adrien URBAN).
christos
2014-11-10
Do not uselessly include <sys/malloc.h>.
maxv
2014-10-25
Avoid stack overflow when SACK and TCP_SIGNATURE are both present. Thanks
christos
2014-10-21
Fix wrong condition checking TSO capability.
hikaru
2014-10-18
src is too big these days to tolerate superfluous apostrophes. It's
snj
2014-10-12
document that we depend on the option numbers matching.
christos
2014-10-12
Refactor the multicast membership code so that we can handle v4 mapped
christos
2014-10-11
exposet multicast option functions which are used by the v6 code now.
christos
2014-09-09
Eliminate IFAREF() and IFAFREE() macros in favour of functions.
rmind
2014-09-08
Always use cprng_fast32, even during initialisation. No point in using
joerg
2014-09-07
in_pcbdetach: move ip_freemoptions() under softnet_lock for now (this will
rmind
2014-09-05
Don't use C++ keyword (template) as variable.
matt
2014-09-05
Don't use C++ keywords (class, template) as variables
matt
2014-09-05
Deanonymize structure for llinfo_arp.
matt
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
get_tcppcb() is nearly always called upon entry to usrreqs so
rtr
2014-08-05
revert the removal of struct lwp * parameter from bind, listen and connect
rtr
2014-08-03
in_pcbdetach: not that IGMP and multicast groups are MP-safe, we can move
rmind
2014-08-03
req cannot be PRU_SENDOOB here as per KASSERT() earlier in the
rtr
2014-08-02
restore splsoftnet() in various usrreqs that were removed during the PRU
rtr
2014-07-31
split PRU_DISCONNECT, PRU_SHUTDOWN and PRU_ABORT function out of
rtr
2014-07-31
Make carp_suppress_preempt global back
ozaki-r
2014-07-31
Define IFNET_EMPTY() and replace !IFNET_FIRST() with it
ozaki-r
2014-07-31
KNF
ozaki-r
2014-07-31
Make local functions/variables static
ozaki-r
2014-07-30
split PRU_CONNECT function out of pr_generic() usrreq switches and put
rtr
2014-07-30
put boilerplate extraction of inpcb or in6pcb and tcpcb performed in tcp
rtr
2014-07-25
fix some case of reference to uninitialized tp->snd_fack.
ryo
2014-07-24
cleanup after last commit
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-14
fix fat fingered KASSERT(solocked(0)) -> KASSERT(solocked(so)) mistake.
rtr
2014-07-14
pr_generic() for req = PRU_RCVOOB is always called with control == NULL
rtr
2014-07-10
tcp_accept: simplify a little.
rmind
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
[next]