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
2017-10-23
If if_initialize() failed in the attach function, free resources and return.
msaitoh
2017-10-17
Make SCTP work when IPSEC is also defined.
rjs
2017-10-17
Move call to sofree() to end of sctp_inpcb_free() and re-aquire
rjs
2017-10-17
Set SPL level to match usage for TCP.
rjs
2017-10-17
Remove duplicate assignment, comment doesn't match it anyway.
rjs
2017-10-17
Remove some foreign conditional code. NFC intended.
rjs
2017-10-17
Wrap pcb list check with #ifdef DEBUG.
rjs
2017-10-17
Remove function prototype that is no longer required. NFC
rjs
2017-09-27
Take softnet_lock on pr_input properly if NET_MPSAFE
ozaki-r
2017-09-21
add lock for percpu route like l2tp(4).
knakahara
2017-09-21
Invalidate rtcache based on a global generation counter
ozaki-r
2017-08-15
add some more getsockopt(2) params
christos
2017-08-10
Add support IP_PKTINFO for sendmsg(2).
ryo
2017-08-04
Fix it's -> its in a comment.
uwe
2017-08-03
Introduce KEY_SA_UNREF and replace KEY_FREESAV with it where sav will never b...
ozaki-r
2017-07-31
Fix TCPCTL_NAMES, and remove TCPCTL_VARIABLES.
maxv
2017-07-29
Remove TCP_COMPAT_42.
maxv
2017-07-29
Forgot to commit this file yesterday.
maxv
2017-07-28
Remove TCP_COMPAT_42. This feature is a workaround for a bug in the TCP
maxv
2017-07-27
Don't acquire global locks for IPsec if NET_MPSAFE
ozaki-r
2017-07-23
kmem_intr_free kmem_intr_[z]alloced memory
para
2017-07-19
Correct a comment
ozaki-r
2017-07-11
l2tp(4): fix mbuf leak when tunnel nested over the limit
knakahara
2017-07-08
Reorder the controls to the ones that need an interface and the ones that
christos
2017-07-07
Rename key_alloc* functions (NFC)
ozaki-r
2017-07-06
remove unnecessary casts (no functional change)
christos
2017-07-06
Merge the two copies SO_TIMESTAMP/SO_OTIMESTAMP processing to a single
christos
2017-07-04
Rename u to udst, .dst to .sa and .dst4 to sin.
roy
2017-07-03
Typo
khorben
2017-07-03
When outputting, search for the sending address on the sending interface
roy
2017-06-28
Pack assoc structs.
rjs
2017-06-28
Put back some commented out code.
rjs
2017-06-28
Whitespace.
rjs
2017-06-27
Use host byte order for a debug message.
rjs
2017-06-27
Check outgoing cookie size before accessing any contents.
rjs
2017-06-27
Use if_get_bylla() instead of just looking at the lla of the interface
roy
2017-06-27
Pack structs.
rjs
2017-06-23
Make arguments match debug message.
rjs
2017-06-22
Purge ARP/NDP entries on an interface when the interface is down
ozaki-r
2017-06-22
Fix in_lltable_match_prefix
ozaki-r
2017-06-21
Don't create a permanent L2 cache entry on adding an address to an interface
ozaki-r
2017-06-19
Fix KASSERT in tcp_input
ozaki-r
2017-06-16
Sending a routing message (RTM_ADD) on adding an llentry
ozaki-r
2017-06-02
pool_init does not copy its name argument
para
2017-06-02
Assert inph_locked on ipsec_pcb_skip_ipsec (was IPSEC_PCB_SKIP_IPSEC)
ozaki-r
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2017-05-25
Fix that a fresh in_ifaddr is unexpectedly freed before activating it
ozaki-r
2017-05-21
Add missing NULL check for pool_get call with PR_NOWAIT
ozaki-r
2017-05-19
Allow CARP to call the link_state_change handler immediately
ozaki-r
2017-05-18
Lookup caches from a CARP interface if the packet is routed to the interface
ozaki-r
[next]