summaryrefslogtreecommitdiff
path: root/sys/netinet/if_ether.c
AgeCommit message (Expand)Author
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
2008-02-05Move carp load balancing (ARP/IP) to a simpler configuration scheme.Marco Pfatschbacher
2007-11-06Do not panic in arpintr() if IF_DEQUEUE returns NULL, this is perfectly legalMiod Vallat
2007-03-25Change the "can't allocate llinfo" to a better log message that includesClaudio Jeker
2007-03-18Add IP load balancing support for carp(4).Marco Pfatschbacher
2007-03-16remove message that printsTheo de Raadt
2006-08-21Answer ARP queries also for addresses on carp interfaces, if carpsMarco Pfatschbacher
2006-06-16adjust functions dealing with the routing table to take a table ID asHenning Brauer
2006-03-22prevent anything outside rote.c from accessing the routing table headsHenning Brauer
2006-03-04With the exception of two other small uncommited diffs this movesBrad Smith
2005-11-29something in the eurobsdcon route-a-thon broke my simple home networkJolan Luff
2005-11-27don't let anything outside route.c access the routing table heads directly,Henning Brauer
2005-07-25minor whitespace cleanupChristopher Pascoe
2005-03-01Unbreak arp_input with carp; add back the call to carp_iamatch()Ryan Thomas McBride