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
2010-03-12
Fixed a number of race conditions in the case of receiving ipv4 packet.
oki
2010-01-26
tcp sockbuf autoscaling was initially added turned off because it
pooka
2010-01-24
ipfilter depends on bpf_filter, not bpfilter (since the year 2000).
pooka
2010-01-19
Redefine bpf linkage through an always present op vector, i.e.
pooka
2009-12-30
Get the uid from the socket's credentials.
elad
2009-12-09
Remove superfluous cast of a pointer to void *.
dyoung
2009-12-07
PR/42243: Yasuoka Masahiko: Add "net.inet.icmp.bmcastecho" sysctl support,
christos
2009-12-07
Initialize/compare pointers with NULL instead of 0.
dyoung
2009-11-20
ar_tha() can return NULL; treat this as an error.
christos
2009-11-03
Handle RFC 5227 ARP probes properly, don't drop 0.0.0.0 source packets
christos
2009-10-31
add enough info to let rtadvd compile with route-info.
christos
2009-10-19
Drop 3rd and 4th clauses from David Young's license.
rmind
2009-09-16
Replace a large number of link set based sysctl node creations with
pooka
2009-09-14
Import pfsync support from OpenBSD 4.2
degroote
2009-09-13
Wipe out the last vestiges of POOL_INIT with one swift stroke. In
pooka
2009-09-11
Make ifconfig(8) set and display preference numbers for IPv6
dyoung
2009-09-09
Make tcp msl (max segment life) tunable via sysctl net.inet.tcp.msl.
darran
2009-09-02
Add a direction argument to socket upcalls, so they can tell why they've
tls
2009-08-30
Stop the admin from creating nodes under net.inet.ip.interfaces or
dyoung
2009-08-12
Don't require the gateway address to have room for both an interface
dyoung
2009-07-19
Enable IP_MINTTL option for SOCK_DGRAM sockets.
minskim
2009-07-18
Check the minimum ttl only when pcb is available.
minskim
2009-07-17
Add the IP_MINTTL socket option.
minskim
2009-07-17
Delete trailing whitespace.
minskim
2009-07-16
Add the IP_RECVTTL option support.
minskim
2009-07-01
From Wolfgang Stukenbrock in PR kern/41659: add missing splx().
martin
2009-06-20
Follow exactly the recommendation of draft-ietf-tcpm-tcpsecure-11.txt:
christos
2009-06-07
sysctl_inpcblist: fix a lock leak in error path (hi <matt>).
rmind
2009-06-07
Make ip_carp.c compile, fixing usage of CARP_LOG().
taca
2009-05-27
PR/38260: Brian Seklecki: Improve carp logging.
christos
2009-05-27
Make it possible to register delayed radix tree head inits which
pooka
2009-05-27
POOL_INIT -> pool_init
pooka
2009-05-12
Implicit EPERM -> explicit EACCES.
elad
2009-05-12
Fix previous, || -> &&.
elad
2009-05-12
Fix inverted permissions check.
elad
2009-05-09
Add check for IN_MULTICAST() that was taken only to in_pcbbind_port() --
elad
2009-05-06
Remove some usage of "priv" and "privileged" variables and instead pass
elad
2009-04-30
Commit changes to netinet6/in6_src.c, forgot in previous commit:
elad
2009-04-30
- Make in6_pcbbind_{addr,port}() static
elad
2009-04-23
- Make kauth(9) call logic match the one in netinet6/in6_pcb.c
elad
2009-04-23
Some changes to in_pcbbind():
elad
2009-04-18
Remove extra whitespace added by a stupid tool.
tsutsui
2009-04-17
Pass the lwp argument to in6_pcbbind() for the INET6 PRU_LISTEN and
elad
2009-04-15
Remove a few KAUTH_GENERIC_ISSUSER in favor of more descriptive
elad
2009-04-14
Don't set sin->sin_port and sin6->sin6_port to 0 before calling
elad
2009-03-18
bcopy -> memcpy
cegger
2009-03-18
bzero -> memset
cegger
2009-03-18
bcmp -> memcmp
cegger
2009-03-15
ansify function definitions
cegger
2009-03-15
ansify function definitions
cegger
[next]