summaryrefslogtreecommitdiffstats
path: root/sys/net/if_arp.h
Commit message (Expand)AuthorAgeFilesLines
* Remove struct arpcom. It is unused by most interface types, that allocateglebius2014-11-071-14/+0
* Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPUae2013-07-091-2/+10
* Prepare network statistics structures for migration to PCPU counters.ae2013-07-091-9/+9
* - Merge changes to the base system to support OFED. These includejeff2011-03-211-0/+1
* Add ARP statistics to the kernel and netstat.gnn2009-09-031-1/+26
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-2/+0
* - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherru2005-11-111-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-11/+6
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Add a new driver to support IP over firewire. This driver is intended todfr2004-06-131-0/+1
* + rename and document an unused field in struct arpcom (field is stillluigi2004-04-181-1/+5
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* - Use if_broadcastaddr from struct ifnet rather than relying onmdodd2003-03-211-2/+0
* bring in ARP support for variable length link level addressesfjoe2001-10-141-0/+10
* Make the ng_ether(4) node type dynamically loadable like the rest.archie2000-06-261-3/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-211-0/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* World, I'd like you to meet the first FreeBSD token Ring driver.julian1999-02-201-1/+2
* Fixed change prerequisites for <net/if_arp.h>:bde1998-01-101-4/+4
* Make INET a proper option.eivind1998-01-081-1/+19
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Removed nested include if <sys/socket.h> from <net/if.h> andbde1996-10-121-3/+1
* #include <socket.h> -> <sys/socket.h>phk1994-11-161-2/+2
* Include <sys/socket.h> for declaration of struct sockaddr. This helpsbde1994-11-151-3/+5
* Make idempotent.paul1994-08-211-1/+6
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+85
OpenPOWER on IntegriCloud