summaryrefslogtreecommitdiff
path: root/sys/netinet/if_ether.c
AgeCommit message (Expand)Author
2014-03-11Remove gratuitous differences between arp and nd6 rtrequests,Martin Pieuchot
2014-03-10if_lladdr -> if_sadl, no functional change.Martin Pieuchot
2014-01-22Remove genmask support from the kernel. rtmsgs with RTA_GENMASK set willClaudio Jeker
2014-01-10replace the rest of the obsolete radix macrosTed Unangst
2014-01-09replace Bcopy macro with memmove and memcpy. ok mpiTed Unangst
2014-01-09bzero/bcmp -> memset/memcmp. ok matthewTed Unangst
2013-12-31bcopy -> memcpy. reviewed with one fix from matthewTed Unangst
2013-11-27Since r1.106 we have a local variable referencing the receiving interface,Martin Pieuchot
2013-11-21Replace the last usage of IA_SIN() and kill this macro.Martin Pieuchot
2013-11-11Replace most of our formating functions to convert IPv4/6 addresses fromMartin Pieuchot
2013-10-31Convert the route expire timestamp in kernel and routing messageAlexander Bluhm
2013-10-28tedu FDDI support and the 3 flavors the driver for DEC devices, evenMartin Pieuchot
2013-10-14By passing invalid values in the routing message, root could crashAlexander Bluhm
2013-09-03Use satosin() rather than the local SIN macro, no functional change.Martin Pieuchot
2013-08-29Iterate over the interface's address list instead of the global list.Martin Pieuchot
2013-08-28Remove unused argument from *rtrequest()Martin Pieuchot
2013-08-09Constify the default null sockaddr_dl, no functional change.Martin Pieuchot
2013-08-01Do not use a static variable to perform a lookup. While thisMartin Pieuchot
2013-07-04Rewrite the function used to determine if we do proxy ARP for one ofMartin Pieuchot
2013-03-28code that calls timeout functions should include timeout.hTed Unangst
2013-03-28no need for a lot of code to include proc.hTed Unangst
2013-03-28Unfortunately the satosin, sintosa, ifatoia, satosin6, sin6tosa,Alexander Bluhm
2013-03-22simple replacement of LIST_END with NULL. ok mpiTed Unangst
2013-03-07Remove the IFAFREE() macro, the ifafree() function it was calling alreadyMartin Pieuchot
2012-10-18Move revarp code into #ifdef NFSCLIENT; saving space on some media.Theo de Raadt
2012-10-05Point an interface directly to its bridgeport configuration, insteadCamiel Dobbelaar
2012-10-05missing NCARP define and fix indentCamiel Dobbelaar
2011-09-18Fix various format string types to as a minimum match the width of theMiod Vallat
2011-07-06cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhmHenning Brauer
2011-07-05fix bizarre and mostly useless initialization of an ifqueue in BSS thatHenning Brauer
2011-07-05ansifyDavid Hill
2011-06-27Mark ARP request broadcasts with M_BCAST in the mbuf flags.Camiel Dobbelaar
2010-07-22remove unused variableTheo de Raadt
2010-06-28Add the rtable id as an argument to rn_walktree(). Functions likeClaudio Jeker
2010-05-07Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1Claudio Jeker
2010-04-06spacingTheo de Raadt
2010-02-08arpioctl() is not used sore remove it. Found by Gleydson Soares.Claudio Jeker
2010-01-13Remove special bridge code in in_arpinput() this is no longer needed sinceClaudio Jeker
2009-11-03rtables are stacked on rdomains (it is possible to have multiple routingClaudio Jeker
2009-10-17Allow us to accept gratuitous ARP requests in cases where theMarco Pfatschbacher
2009-06-05Initial support for routing domains. This allows to bind interfaces toClaudio Jeker
2008-12-24Fix two mbuf leaks in arpresolve. The first one happens on IFF_NOARPClaudio Jeker
2008-10-31Be way more strict in the number of packets allowed to be queued in theClaudio Jeker
2008-10-30Arpresolve could loose few packets during resolving an ethernetJoerg Goltermann
2008-09-10Convert timeout_add() calls using multiples of hz to timeout_add_sec()Bret Lambert
2008-06-06we must not hardcode the route priority in arplookup, it does notHenning Brauer
2008-05-11Try harder to avoid corrupting the mbuf pool. Stuff any mbuf chain inKenneth R Westerback
2008-05-09more rtrequest() to rtrequest1() replacement.Claudio Jeker
2008-05-09arp entries in the routing table should have priority RTF_CONNECTEDHenning Brauer
2008-04-24the softnet intr handlers check if the input queue has packets onDavid Gwynne