aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/if_ether.h
Commit message (Expand)AuthorAgeFilesLines
* Retire arpresolve_addr(), which is not used anywhere, from if_ether.c.Bjoern A. Zeeb2018-11-171-3/+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
* This change re-adds L2 caching for TCP and UDP, as originally added in D4306George V. Neville-Neil2016-06-021-2/+5
* Implement interface link header precomputation API.Alexander V. Chernikov2015-12-311-0/+2
* Revert r292275 & r292379Steven Hartland2015-12-171-2/+1
* Fix lagg failover due to missing notificationsSteven Hartland2015-12-151-1/+2
* Decompose arp_ifinit() into arp_add_ifa_lle() and arp_announce_ifaddr().Alexander V. Chernikov2015-11-091-1/+1
* * Do more fine-grained locking: call eventhandlers/free_entryAlexander V. Chernikov2015-09-141-1/+0
* Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr -Alexander V. Chernikov2014-11-271-3/+2
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-261-12/+11
* Retire struct sockaddr_inarp.Gleb Smirnoff2013-01-311-0/+3
* Move lle_event to if_llatbl.hNavdeep Parhar2013-01-251-11/+0
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-191-2/+8
* Move arprequest() declaration to if_ether.h.Gleb Smirnoff2012-01-081-0/+2
* A major overhaul of the CARP implementation. The ip_carp.c was startedGleb Smirnoff2011-12-161-0/+1
* Add arp_update_event. This replaces route_arp_update_event, whichNavdeep Parhar2009-09-081-0/+5
* remove dependency on net/if.h of this headerLuigi Rizzo2009-02-161-0/+1
* This main goals of this project are:Qing Li2008-12-151-1/+4
* Don't duplicate the whole of arpresolve to arpresolve 2 for the sakeJulian Elischer2007-12-311-2/+0
* widen the routing event interface (arp update, redirect, and eventually pmtu ...Kip Macy2007-12-171-0/+2
* Add CARP (Common Address Redundancy Protocol), which allows multipleGleb Smirnoff2005-02-221-0/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* + arpresolve(): remove an unused argumentLuigi Rizzo2004-04-041-2/+2
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-1/+0
* Fixed some style bugs in the removal of __P(()). Continuation linesBruce Evans2002-03-241-1/+1
* Remove __P.Alfred Perlstein2002-03-191-3/+3
* bring in ARP support for variable length link level addressesMax Khon2001-10-141-2/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* KAME related header files additions and merges.Yoshinobu Inoue1999-11-051-0/+16
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Make INET a proper option.Eivind Eklund1998-01-081-17/+1
* 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
* Use the new if_multiaddrs list for multicast addresses rather than theGarrett Wollman1997-01-131-73/+1
* Move the ethertypes from <netinet/if_ether.h> to <net/ethernet.h>.Garrett Wollman1997-01-031-17/+1
* Include <net/if_arp.h> in the one header that requires it,Garrett Wollman1996-12-111-1/+2
* Megacommit to straigthen out ETHER_ mess.Poul-Henning Kamp1996-08-061-31/+17
* Send ARP's for aliased subnets with the proper source address.Bill Fenner1996-03-231-2/+1
* Remove old ballast, clean up a little bit, staticize.Poul-Henning Kamp1995-12-091-4/+1
* all:David Greenman1995-12-051-1/+4
* Convert ARP to use queue.h macros rather than insque/remque. WhileGarrett Wollman1995-10-051-13/+1
* Merge with 4.4-Lite-2. This involves changing the version number andGarrett Wollman1995-09-211-3/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* Add declaration for struct ether_addr (this is where Sun documentsBill Paul1995-04-021-1/+8
* Make arp_rtrequest() static since nobody needs to referene it any more.Garrett Wollman1994-12-221-2/+1
* Move ARP interface initialization into if_ether.c:arp_ifinit().Garrett Wollman1994-12-221-1/+2
* Fix a bug which caused panics when attempting to change just the flags ofGarrett Wollman1994-10-111-3/+3
* Made idempotent.Paul Richards1994-08-211-1/+6