summaryrefslogtreecommitdiff
path: root/sys/netinet/if_ether.h
AgeCommit message (Expand)Author
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2018-11-17Retire arpresolve_addr(), which is not used anywhere, from if_ether.c.Bjoern A. Zeeb
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2016-06-02This change re-adds L2 caching for TCP and UDP, as originally added in D4306George V. Neville-Neil
2015-12-31Implement interface link header precomputation API.Alexander V. Chernikov
2015-12-17Revert r292275 & r292379Steven Hartland
2015-12-15Fix lagg failover due to missing notificationsSteven Hartland
2015-11-09Decompose arp_ifinit() into arp_add_ifa_lle() and arp_announce_ifaddr().Alexander V. Chernikov
2015-09-14* Do more fine-grained locking: call eventhandlers/free_entryAlexander V. Chernikov
2014-11-27Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr -Alexander V. Chernikov
2013-04-26Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff
2013-01-31Retire struct sockaddr_inarp.Gleb Smirnoff
2013-01-25Move lle_event to if_llatbl.hNavdeep Parhar
2012-06-19- Updated TOE support in the kernel.Navdeep Parhar
2012-01-08Move arprequest() declaration to if_ether.h.Gleb Smirnoff
2011-12-16A major overhaul of the CARP implementation. The ip_carp.c was startedGleb Smirnoff
2009-09-08Add arp_update_event. This replaces route_arp_update_event, whichNavdeep Parhar
2009-02-16remove dependency on net/if.h of this headerLuigi Rizzo
2008-12-15This main goals of this project are:Qing Li
2007-12-31Don't duplicate the whole of arpresolve to arpresolve 2 for the sakeJulian Elischer
2007-12-17widen the routing event interface (arp update, redirect, and eventually pmtu ...Kip Macy
2005-02-22Add CARP (Common Address Redundancy Protocol), which allows multipleGleb Smirnoff
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2004-04-07Remove advertising clause from University of California Regent'sWarner Losh
2004-04-04+ arpresolve(): remove an unused argumentLuigi Rizzo
2003-03-04Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon
2002-03-24Fixed some style bugs in the removal of __P(()). Continuation linesBruce Evans
2002-03-19Remove __P.Alfred Perlstein
2001-10-14bring in ARP support for variable length link level addressesMax Khon
1999-12-29Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm
1999-11-05KAME related header files additions and merges.Yoshinobu Inoue
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
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
1997-01-13Use the new if_multiaddrs list for multicast addresses rather than theGarrett Wollman
1997-01-03Move the ethertypes from <netinet/if_ether.h> to <net/ethernet.h>.Garrett Wollman
1996-12-11Include <net/if_arp.h> in the one header that requires it,Garrett Wollman
1996-08-06Megacommit to straigthen out ETHER_ mess.Poul-Henning Kamp
1996-03-23Send ARP's for aliased subnets with the proper source address.Bill Fenner
1995-12-09Remove old ballast, clean up a little bit, staticize.Poul-Henning Kamp
1995-12-05all:David Greenman
1995-10-05Convert ARP to use queue.h macros rather than insque/remque. WhileGarrett Wollman
1995-09-21Merge with 4.4-Lite-2. This involves changing the version number andGarrett Wollman
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1995-04-02Add declaration for struct ether_addr (this is where Sun documentsBill Paul
1994-12-22Make arp_rtrequest() static since nobody needs to referene it any more.Garrett Wollman
1994-12-22Move ARP interface initialization into if_ether.c:arp_ifinit().Garrett Wollman