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
/
if_arp.c
Age
Commit message (
Expand
)
Author
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-09-03
Convert ARP from a legacy netisr to pktqueue.
thorpej
2021-02-19
- Make ALIGNED_POINTER use __alignof(t) instead of sizeof(t). This is more
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-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-02
arp: Plug an mbuf leak
yamt
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-11
ARP: Use ND rather than our own.
roy
2020-03-09
route: RTM_MISS now puts the message source address in RTA_AUTHOR
roy
2020-03-09
arp: report RTM_MISS when removing an unresolved entry in the arp table
roy
2020-01-23
arp: find source address then target address when processing input
roy
2020-01-20
Remove FDDI support.
thorpej
2020-01-19
Remove Token Ring support.
thorpej
2019-10-11
ARP: Don't defend ARP probes.
roy
2019-09-25
Initialize DAD components properly
ozaki-r
2019-09-01
inet: Send RTM_MISS when we fail to resolve an address.
roy
2019-08-30
ARP: change default sysctl entry log_movements to 0
roy
2019-08-30
ARP: remove unused sysctl entry log_unknown_network
roy
2019-08-22
rtsock: rework rt_clonedmsg to take a message type and lladdr
roy
2019-08-19
Initialize dom_mowner for MBUFTRACE
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
2018-12-22
Replace M_ALIGN and MH_ALIGN by m_align.
maxv
2018-11-29
Introduce and use ip_dad_enabled() and ip6_dad_enabled() functions
ozaki-r
2018-10-30
Avoid double rt_replace_ifa on rtrequest1(RTM_ADD)
ozaki-r
2018-05-11
static
maxv
2018-05-01
Remove now unused net_osdep.h includes, the other BSDs did the same.
maxv
2018-04-11
Add XXX.
maxv
2018-04-10
Remove unused mbuf argument from arpcreate() and arplookup().
maxv
2018-03-08
Fix a race condition on DAD destructions (again)
ozaki-r
2018-03-06
Fix reference leaks of llentry
ozaki-r
2018-03-06
Tweak sanity checks
ozaki-r
2018-03-01
Sprinkle some const.
roy
2018-02-24
Avoid a race condition of DAD timer destructions
ozaki-r
2018-02-14
Remove IFF_STATICARP, we don't support this, and the code is useless in its
maxv
2018-02-13
Mmh. Add a missing check: if ARP was disabled on the interface, don't
maxv
2018-02-13
Be tougher:
maxv
2018-02-13
Same change as rev1.258, but this time in revarpinput: use m_pullup.
maxv
2018-02-13
Minor stylistic changes, and use C99 types.
maxv
[next]