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
2021-03-08
reinstate a simple version of ip_randomid()
christos
2021-03-08
Remove the unused "addin" argument (it was always 0) and go back using
christos
2021-03-08
remove now unused pseudo-random ip id code.
christos
2021-03-08
Add some randomness to the iss offset
christos
2021-03-08
Use a random IPv4 ID because the shuffling algorithm used before could expose
christos
2021-03-08
Don't increment the iss sequence on each connection because it exposes
christos
2021-03-07
netinet/netinet6: Add necessary includes to make these standalone.
christos
2021-03-07
netinet: Enable RFC 1948 pseudorandom TCP ISS selection by default.
christos
2021-03-07
netinet: Enable random IP fragment ids by default (from riastradh)
christos
2021-02-19
it's spelled struct tcphdr, not struct tcp_hdr
jakllsch
2021-02-19
- Make ALIGNED_POINTER use __alignof(t) instead of sizeof(t). This is more
christos
2021-02-17
- pass the alignment instead of the mask (as Roy asked and to match the
christos
2021-02-16
One more time: backout arp header alignment, now that the alignment
martin
2021-02-16
Undo previous backout: alignment is needed here.
martin
2021-02-15
Undo previous; POINTER_ALIGNED_P was broken.
christos
2021-02-15
put back alignment (reported by martin@)
christos
2021-02-15
Fix build failure for options GATEWAY.
knakahara
2021-02-14
- centralize header align and pullup into a single inline function
christos
2021-02-14
if_arp: Just KASSERT that arphrd is aligned
roy
2021-02-13
Prior alignment fixes should not use an offset
roy
2021-02-13
if_arp: Ensure that arphdr is aligned
roy
2021-02-03
CTASSERT -> __CTASSERT to unbreak userland build.
roy
2021-02-03
Guard CTASSERT
roy
2021-02-03
Sprinkle CTASSERT to enforce on-wire layout without __packed
roy
2021-02-03
tcp_debug: restore __packed
roy
2021-02-03
Remove __packed from various network structures
roy
2021-02-02
arp: Plug an mbuf leak
yamt
2020-12-04
Build ip_sync.c with -Wno-error to avoid failing due to excessive stack
thorpej
2020-11-23
Restore correct functioning of SIOCATMARK by removing the previous
chs
2020-11-12
PR kern/55779:
kardel
2020-10-17
Fix RTT values reported by TCP_INFO.
mlelstv
2020-10-14
carp: Don't set a link level address if vhid == -1
roy
2020-10-12
carp: link state is DOWN until it becomes a MASTER
roy
2020-10-12
carp: Set ethernet address just before interface registation
roy
2020-10-09
carp: Remove media, software should use link status.
roy
2020-09-29
inet: Treat LINK_STATE_UNKNOWN as LINK_STATE_UP when changing
roy
2020-09-29
s/occurence/occurrence/
msaitoh
2020-09-15
Implement RFC 7048, making Neighbor Unreachability Detection less impatient
roy
2020-09-14
nd: Name l3addr union of llentry and use in-place of nd_addr.
roy
2020-09-13
inet: Fix build without ARP
roy
2020-09-11
inet: Add SIOCGNBRINFO to retrieve neighbor state about an address
roy
2020-09-11
in: No need to set expire here anymore
roy
2020-09-11
ARP: Use ND rather than our own.
roy
2020-09-11
tcp_input: Adjust for ND changes
roy
2020-09-11
PR/kern 55567
kardel
2020-09-08
Add IP_BINDANY, IPV6_BINDANY which can be used to bind to any address in
christos
2020-09-02
Fix fast path for uni directional transfers
kardel
2020-08-29
Partially revert previous: set RTF_HOST regardless of mask for point-to-point
christos
2020-08-28
Don't cache the sa, because we are dealing with multiple mbufs (from ozaki-r)
christos
2020-08-28
netinet: Include the needful so include order doesn't matter.
riastradh
[prev]
[next]