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
2023-06-24
Fix typo in comment.
msaitoh
2023-06-16
White space fixes. No binary changes.
rin
2023-06-02
follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos.
andvar
2023-04-19
Again allow multicast packets to be sent from unnumbered interfaces.
mlelstv
2023-04-19
Revert "Fix panic on packet sending via a route with rt_ifa of AF_LINK."
ozaki-r
2023-04-07
Select virtual address as sender if backing interface is anonymous.
mlelstv
2023-04-05
remove some double ee typos in comments.
andvar
2023-03-26
Use backing device to send advertisements. Otherwise the packets originate
mlelstv
2022-12-11
Need larger fat pointers for 128bit cache lines.
mlelstv
2022-12-07
Refactor ip_encap.[ch]
knakahara
2022-12-07
gif(4), ipsec(4) and l2tp(4) use encap_attach_addr().
knakahara
2022-12-07
Implement encap_attach_addr() which is used by IP-encaped tunnels.
knakahara
2022-12-07
refactor: use typedef for ip_encap priority function
knakahara
2022-11-25
Support explicit unnumbered interface.
knakahara
2022-11-21
Fix panic on packet sending via a route with rt_ifa of AF_LINK.
knakahara
2022-11-19
Make arp have its own mowner
yamt
2022-11-17
Fix sending broken RTM_DELADDR message in some operations.
knakahara
2022-11-15
arp: Validate ARP source hardware address matches Ethernet source
roy
2022-11-15
Revert prior.
roy
2022-11-14
arp: Validate L2 sender hardware address matches ARP probe
roy
2022-11-04
ipcb: add/update the description of functions
ozaki-r
2022-11-04
inpcb: replace leading white spaces with tabs
ozaki-r
2022-11-04
inpcb: get rid of parentheses for return value
ozaki-r
2022-11-04
inpcb: use NULL
ozaki-r
2022-11-04
inpcb: use in_port_t for port numbers
ozaki-r
2022-11-04
inpcb: use pool_cache instead of pool
ozaki-r
2022-11-04
inpcb: rename functions to in6pcb_*
ozaki-r
2022-11-04
inpcb: rename functions to inpcb_*
ozaki-r
2022-10-31
tcp: fix wrong logic in tcp_drop
ozaki-r
2022-10-30
tcp: restore NULL check for inp in tcp_ctloutput
ozaki-r
2022-10-29
tcp: restore NULL checks for inp
ozaki-r
2022-10-29
inpcb: fix for kernels without INET6
ozaki-r
2022-10-28
Adjust dccp and sctp for struct inpcb separation
ozaki-r
2022-10-28
inpcb: separate inpcb again to reduce the size of PCB for IPv4
ozaki-r
2022-10-28
Remove in_pcb_hdr.h
ozaki-r
2022-10-28
Adjust pf, wg, dccp and sctp for struct inpcb integration
ozaki-r
2022-10-28
inpcb: integrate data structures of PCB into one
ozaki-r
2022-10-15
fix various typos in documentation and comments.
andvar
2022-10-14
Avoid error of "-Wreturn-local-addr", and simplify the logic.
ryo
2022-09-20
syncache: make some functions static
ozaki-r
2022-09-20
tcp: separate syn cache stuffs into tcp_syncache.[ch] files
ozaki-r
2022-09-20
Remove routes on an address removal if the routes referencing to the address....
knakahara
2022-09-03
Garbage-collect everything related to struct domain::dom_ifqueues
thorpej
2022-09-03
Convert ARP from a legacy netisr to pktqueue.
thorpej
2022-09-02
Remove unnecessary inclusion of <net/netisr.h>.
thorpej
2022-09-02
pktqueue: Re-factor sysctl handling.
thorpej
2022-08-29
Add sysctl entry to control to send routing message for RTM_DYNAMIC.
knakahara
2022-08-22
Add sysctl entry to enable/disable to use path MTU discovery for icmpv6 refle...
knakahara
2022-08-06
s/blity/bility/ in various words, mainly in comments.
andvar
2022-07-29
Remove obsoleted comments.
knakahara
[next]