aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_arp.h
Commit message (Expand)AuthorAgeFilesLines
* Improve ARP logging.Bjoern A. Zeeb2019-03-091-1/+2
* Remove support for the Arcnet protocol.Brooks Davis2018-04-131-1/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove struct arpcom. It is unused by most interface types, that allocateGleb Smirnoff2014-11-071-14/+0
* Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPUAndrey V. Elsukov2013-07-091-2/+10
* Prepare network statistics structures for migration to PCPU counters.Andrey V. Elsukov2013-07-091-9/+9
* - Merge changes to the base system to support OFED. These includeJeff Roberson2011-03-211-0/+1
* Add ARP statistics to the kernel and netstat.George V. Neville-Neil2009-09-031-1/+26
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-2/+0
* - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherRuslan Ermilov2005-11-111-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-11/+6
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Add a new driver to support IP over firewire. This driver is intended toDoug Rabson2004-06-131-0/+1
* + rename and document an unused field in struct arpcom (field is stillLuigi Rizzo2004-04-181-1/+5
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* - Use if_broadcastaddr from struct ifnet rather than relying onMatthew N. Dodd2003-03-211-2/+0
* bring in ARP support for variable length link level addressesMax Khon2001-10-141-0/+10
* Make the ng_ether(4) node type dynamically loadable like the rest.Archie Cobbs2000-06-261-3/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* World, I'd like you to meet the first FreeBSD token Ring driver.Julian Elischer1999-02-201-1/+2
* Fixed change prerequisites for <net/if_arp.h>:Bruce Evans1998-01-101-4/+4
* Make INET a proper option.Eivind Eklund1998-01-081-1/+19
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Removed nested include if <sys/socket.h> from <net/if.h> andBruce Evans1996-10-121-3/+1
* #include <socket.h> -> <sys/socket.h>Poul-Henning Kamp1994-11-161-2/+2
* Include <sys/socket.h> for declaration of struct sockaddr. This helpsBruce Evans1994-11-151-3/+5
* Make idempotent.Paul Richards1994-08-211-1/+6
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+85