summaryrefslogtreecommitdiff
path: root/sys/net/if_arp.h
AgeCommit message (Expand)Author
2024-04-23Support ARP for 802 networksDenny Page
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2019-03-09Improve ARP logging.Bjoern A. Zeeb
2018-04-13Remove support for the Arcnet protocol.Brooks Davis
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2014-11-07Remove struct arpcom. It is unused by most interface types, that allocateGleb Smirnoff
2013-07-09Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPUAndrey V. Elsukov
2013-07-09Prepare network statistics structures for migration to PCPU counters.Andrey V. Elsukov
2011-03-21 - Merge changes to the base system to support OFED. These includeJeff Roberson
2009-09-03Add ARP statistics to the kernel and netstat.George V. Neville-Neil
2005-11-11- Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov
2005-11-11- Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherRuslan Ermilov
2005-06-10Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2004-06-13Add a new driver to support IP over firewire. This driver is intended toDoug Rabson
2004-04-18+ rename and document an unused field in struct arpcom (field is stillLuigi Rizzo
2004-04-07Remove advertising clause from University of California Regent'sWarner Losh
2003-03-21- Use if_broadcastaddr from struct ifnet rather than relying onMatthew N. Dodd
2001-10-14bring in ARP support for variable length link level addressesMax Khon
2000-06-26Make the ng_ether(4) node type dynamically loadable like the rest.Archie Cobbs
1999-12-29Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm
1999-10-21Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-02-20World, I'd like you to meet the first FreeBSD token Ring driver.Julian Elischer
1998-01-10Fixed change prerequisites for <net/if_arp.h>:Bruce Evans
1998-01-08Make INET a proper option.Eivind Eklund
1997-02-22Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-10-12Removed nested include if <sys/socket.h> from <net/if.h> andBruce Evans
1994-11-16#include <socket.h> -> <sys/socket.h>Poul-Henning Kamp
1994-11-15Include <sys/socket.h> for declaration of struct sockaddr. This helpsBruce Evans
1994-08-21Make idempotent.Paul Richards
1994-08-02Added $Id$David Greenman
1994-05-24BSD 4.4 Lite Kernel SourcesRodney W. Grimes