summaryrefslogtreecommitdiff
path: root/net/packet/Makefile
blob: 9df61347a3c3e98938c7b11a83195a22eb5d755c (plain)
1
2
3
4
5
6
7
#
# Makefile for the packet AF.
#

obj-$(CONFIG_PACKET) += af_packet.o
obj-$(CONFIG_PACKET_DIAG) += af_packet_diag.o
af_packet_diag-y += diag.o
r class='logheader'>2017-02-07net: add confirm_neigh method to dst_opsJulian Anastasov1-0/+19 Add confirm_neigh method to dst_ops and use it from IPv4 and IPv6 to lookup and confirm the neighbour. Its usage via the new helper dst_confirm_neigh() should be restricted to MSG_PROBE users for performance reasons. For XFRM prefer the last tunnel address, if present. With help from Steffen Klassert. Signed-off-by: Julian Anastasov <ja@ssi.bg> Acked-by: Steffen Klassert <steffen.klassert@secunet.com> Signed-off-by: David S. Miller <davem@davemloft.net>