Age | Commit message (Expand) | Author |
2013-09-03 | Use satosin() rather than the local SIN macro, no functional change. | Martin Pieuchot |
2013-08-29 | Iterate over the interface's address list instead of the global list. | Martin Pieuchot |
2013-08-28 | Remove unused argument from *rtrequest() | Martin Pieuchot |
2013-08-09 | Constify the default null sockaddr_dl, no functional change. | Martin Pieuchot |
2013-08-01 | Do not use a static variable to perform a lookup. While this | Martin Pieuchot |
2013-07-04 | Rewrite the function used to determine if we do proxy ARP for one of | Martin Pieuchot |
2013-03-28 | code that calls timeout functions should include timeout.h | Ted Unangst |
2013-03-28 | no need for a lot of code to include proc.h | Ted Unangst |
2013-03-28 | Unfortunately the satosin, sintosa, ifatoia, satosin6, sin6tosa, | Alexander Bluhm |
2013-03-22 | simple replacement of LIST_END with NULL. ok mpi | Ted Unangst |
2013-03-07 | Remove the IFAFREE() macro, the ifafree() function it was calling already | Martin Pieuchot |
2012-10-18 | Move revarp code into #ifdef NFSCLIENT; saving space on some media. | Theo de Raadt |
2012-10-05 | Point an interface directly to its bridgeport configuration, instead | Camiel Dobbelaar |
2012-10-05 | missing NCARP define and fix indent | Camiel Dobbelaar |
2011-09-18 | Fix various format string types to as a minimum match the width of the | Miod Vallat |
2011-07-06 | cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm | Henning Brauer |
2011-07-05 | fix bizarre and mostly useless initialization of an ifqueue in BSS that | Henning Brauer |
2011-07-05 | ansify | David Hill |
2011-06-27 | Mark ARP request broadcasts with M_BCAST in the mbuf flags. | Camiel Dobbelaar |
2010-07-22 | remove unused variable | Theo de Raadt |
2010-06-28 | Add the rtable id as an argument to rn_walktree(). Functions like | Claudio Jeker |
2010-05-07 | Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 | Claudio Jeker |
2010-04-06 | spacing | Theo de Raadt |
2010-02-08 | arpioctl() is not used sore remove it. Found by Gleydson Soares. | Claudio Jeker |
2010-01-13 | Remove special bridge code in in_arpinput() this is no longer needed since | Claudio Jeker |
2009-11-03 | rtables are stacked on rdomains (it is possible to have multiple routing | Claudio Jeker |
2009-10-17 | Allow us to accept gratuitous ARP requests in cases where the | Marco Pfatschbacher |
2009-06-05 | Initial support for routing domains. This allows to bind interfaces to | Claudio Jeker |
2008-12-24 | Fix two mbuf leaks in arpresolve. The first one happens on IFF_NOARP | Claudio Jeker |
2008-10-31 | Be way more strict in the number of packets allowed to be queued in the | Claudio Jeker |
2008-10-30 | Arpresolve could loose few packets during resolving an ethernet | Joerg Goltermann |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-06-06 | we must not hardcode the route priority in arplookup, it does not | Henning Brauer |
2008-05-11 | Try harder to avoid corrupting the mbuf pool. Stuff any mbuf chain in | Kenneth R Westerback |
2008-05-09 | more rtrequest() to rtrequest1() replacement. | Claudio Jeker |
2008-05-09 | arp entries in the routing table should have priority RTF_CONNECTED | Henning Brauer |
2008-04-24 | the softnet intr handlers check if the input queue has packets on | David Gwynne |
2008-02-05 | Move carp load balancing (ARP/IP) to a simpler configuration scheme. | Marco Pfatschbacher |
2007-11-06 | Do not panic in arpintr() if IF_DEQUEUE returns NULL, this is perfectly legal | Miod Vallat |
2007-03-25 | Change the "can't allocate llinfo" to a better log message that includes | Claudio Jeker |
2007-03-18 | Add IP load balancing support for carp(4). | Marco Pfatschbacher |
2007-03-16 | remove message that prints | Theo de Raadt |
2006-08-21 | Answer ARP queries also for addresses on carp interfaces, if carps | Marco Pfatschbacher |
2006-06-16 | adjust functions dealing with the routing table to take a table ID as | Henning Brauer |
2006-03-22 | prevent anything outside rote.c from accessing the routing table heads | Henning Brauer |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith |
2005-11-29 | something in the eurobsdcon route-a-thon broke my simple home network | Jolan Luff |
2005-11-27 | don't let anything outside route.c access the routing table heads directly, | Henning Brauer |
2005-07-25 | minor whitespace cleanup | Christopher Pascoe |
2005-03-01 | Unbreak arp_input with carp; add back the call to carp_iamatch() | Ryan Thomas McBride |