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-09
Pull up following revision(s) (requested by christos in ticket #1229):
martin
2021-03-07
Pull up following revision(s) (requested by christos in ticket #1226):
martin
2020-12-07
Pull up following revision(s) (requested by kardel in ticket #1143):
martin
2020-10-08
Pull up following revision(s) (requested by roy in ticket #1104):
martin
2020-09-13
Pull up following revision(s) (requested by kardel in ticket #1081):
martin
2020-09-03
Pull up following revision(s) (requested by kardel in ticket #1074):
martin
2020-07-07
Pull up following revision(s) (requested by christos in ticket #985):
martin
2020-05-18
Pull up following revision(s) (requested by maxv in ticket #915):
martin
2020-01-24
Pull up following revision(s) (requested by roy in ticket #645):
martin
2020-01-23
Pull up following revision(s) (requested by knakahara in ticket #644):
martin
2019-10-11
Pull up following revision(s) (requested by roy in ticket #300):
martin
2019-09-30
Pull up following revision(s) (requested by ozaki-r in ticket #269):
martin
2019-09-24
Pull up following revision(s) (requested by ozaki-r in ticket #238):
martin
2019-09-17
Pull up following revision(s) (requested by bouyer in ticket #208):
martin
2019-09-10
Pull up following revision(s) (requested by maxv in ticket #193):
martin
2019-09-05
Pull up following revision(s) (requested by roy in ticket #170):
martin
2019-09-01
Pull up following revision(s) (requested by roy in ticket #147):
martin
2019-08-26
Pull up following revision(s) (requested by roy in ticket #109):
martin
2019-06-25
Split out the prototypes for add/delete address into a separate header file.
rjs
2019-06-08
Don't need 'extern' for function prototypes.
rjs
2019-06-05
The packets which will be esp-fragmented should not be applied pfil. Pointed ...
knakahara
2019-06-05
Fix rtcache cannot be released once an esp-fragmented packet is sent. Pointed...
knakahara
2019-06-04
Fix typo (s/recevie/receive/).
msaitoh
2019-06-03
Fix typo in comment (s/seperate/separate/).
msaitoh
2019-06-01
Define carp6_cksum only when it is used, that is under INET6
joerg
2019-06-01
Replace potentially misaligned pointer dereference + htonl() with be32dec()
kamil
2019-05-28
s/recieve/receive/
msaitoh
2019-05-15
Fix build failure when INET6 is disabled and NET_MPSAFE is enabled. Pointed o...
knakahara
2019-05-15
Get rid of IFNET_LOCK for if_mcast_op to avoid a deadlock
ozaki-r
2019-05-13
Count packets dropped by pfil
ozaki-r
2019-04-29
Introduce rt_addrmsg_src which adds RTA_AUTHOR to the message.
roy
2019-04-29
Move lla_snprintf from if_arp.c to dl_print.c
roy
2019-04-29
rtsock: Route address message simplification
roy
2019-04-24
ARP: Enable Address Defence again.
roy
2019-03-14
carp: don't skip pserialize_read_enter and ifa_release
ozaki-r
2019-02-25
Improve panic messages.
maxv
2019-02-25
RIP6, CAN, SCTP and SCTP6 lack a length check in their _send() functions.
maxv
2019-02-24
Add missing FALLTHROUGH in sctp_input.c
kamil
2019-02-24
Appease GCC7 in sctp_asconf.h
kamil
2019-02-24
RIP, RIP6, DDP, SCTP and SCTP6 lack a length check in their _connect()
maxv
2019-02-15
This really was a missing break.
rjs
2019-02-12
Add some fallthrough annotations.
rjs
2019-02-05
adjust fallthru comments to appease gcc7.
mrg
2019-02-04
rework the #ifdef IPSEC code to not use fallthru.
mrg
2019-01-28
Fix memory leaks pointed out by Ilja Van Sprundel: all
martin
2019-01-17
Fix ipsecif(4) cannot apply input direction packet filter. Reviewed by ozaki-...
knakahara
2018-12-27
Remove unused arguments.
maxv
2018-12-22
Replace M_ALIGN and MH_ALIGN by m_align.
maxv
2018-12-22
Replace: M_MOVE_PKTHDR -> m_move_pkthdr. No functional change, since the
maxv
2018-12-16
sbspace() does not return negative values anymore and that broke OOB data
christos
[next]