| Commit message (Expand) | Author | Age | Files | Lines |
* | Further refine the bridge hack in the arp code. Only do the special arp | thompsa | 2006-03-07 | 1 | -2/+2 |
* | Now that the bridge also processes Ethernet frames as itself, two arp replies | thompsa | 2006-01-31 | 1 | -2/+4 |
* | Back out of r1.148, it causes two arp replies to be sent with different mac | thompsa | 2006-01-29 | 1 | -1/+1 |
* | Include the bridge interface itself in the special arp handling. | thompsa | 2006-01-12 | 1 | -1/+1 |
* | Add a knob to suppress logging of attempts to modify | glebius | 2005-12-18 | 1 | -6/+11 |
* | Add descriptions for sysctl -d. | emaste | 2005-12-16 | 1 | -5/+5 |
* | Rework ARP retransmission algorythm so that ARP requests are | glebius | 2005-11-08 | 1 | -30/+27 |
* | When bridging is enabled and an ARP request is recieved on a member interface, | thompsa | 2005-10-04 | 1 | -1/+1 |
* | Remove bridge(4) from the tree. if_bridge(4) is a full functional | mlaier | 2005-09-27 | 1 | -3/+1 |
* | Use monotonic 'time_uptime' instead of 'time_second' as timebase | andre | 2005-09-19 | 1 | -7/+7 |
* | - Do not hold route entry lock, when calling arprequest(). One such | glebius | 2005-09-09 | 1 | -9/+17 |
* | When we have a published ARP entry for some IP address, do reply on | glebius | 2005-08-25 | 1 | -0/+9 |
* | o Fix a race between three threads: output path, | glebius | 2005-08-11 | 1 | -155/+181 |
* | In preparation for fixing races in ARP (and probably in other | glebius | 2005-08-09 | 1 | -0/+1 |
* | Add hooks into the networking layer to support if_bridge. This changes struct | thompsa | 2005-06-05 | 1 | -4/+8 |
* | Embrace with #ifdef DEV_CARP carp-related code. | glebius | 2005-03-13 | 1 | -2/+7 |
* | Make ARP do not complain about wrong interface if correct interface | glebius | 2005-03-09 | 1 | -7/+14 |
* | Add CARP (Common Address Redundancy Protocol), which allows multiple | glebius | 2005-02-22 | 1 | -5/+34 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | More fixing of multiple addresses in the same prefix. This time do not try | mlaier | 2004-12-09 | 1 | -2/+20 |
* | Check that rt_mask(rt) is non-NULL before dereferencing it, in the | bms | 2004-10-26 | 1 | -0/+1 |
* | Modify the thrilling "%D is using my IP address %s!" message so that | rwatson | 2004-10-12 | 1 | -1/+7 |
* | Check flag do_bridge always, even if kernel was compiled without | glebius | 2004-09-09 | 1 | -11/+5 |
* | Add a new driver to support IP over firewire. This driver is intended to | dfr | 2004-06-13 | 1 | -1/+2 |
* | Another small set of changes to reduce diffs with the new arp code. | luigi | 2004-04-25 | 1 | -31/+18 |
* | remove a stale comment on the behaviour of arpresolve | luigi | 2004-04-25 | 1 | -10/+0 |
* | Start the arp timer at init time. | luigi | 2004-04-25 | 1 | -10/+1 |
* | This commit does two things: | luigi | 2004-04-25 | 1 | -7/+28 |
* | Replace Bcopy with 'the real thing' as in the rest of the file. | luigi | 2004-04-18 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | + arpresolve(): remove an unused argument | luigi | 2004-04-04 | 1 | -7/+2 |
* | - Fix indentation lost by 'diff -b'. | mdodd | 2004-03-21 | 1 | -5/+4 |
* | Remove interface type specific code from arprequest(), and in_arpinput(). | mdodd | 2004-03-21 | 1 | -111/+19 |
* | De-register. | mdodd | 2004-03-14 | 1 | -22/+22 |
* | I didn't notice it right away, but check the right length too. | ru | 2003-12-23 | 1 | -1/+1 |
* | Fix a problem introduced in revision 1.84: m_pullup() does not | ru | 2003-12-23 | 1 | -5/+7 |
* | replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREF | sam | 2003-11-08 | 1 | -1/+1 |
* | o add a flags parameter to netisr_register that is used to specify | sam | 2003-11-08 | 1 | -1/+1 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -11/+10 |
* | Overhaul routing table entry cleanup by introducing a new rtexpunge | sam | 2003-10-30 | 1 | -8/+3 |
* | Locking for updates to routing table entries. Each rtentry gets a mutex | sam | 2003-10-04 | 1 | -32/+53 |
* | Shorten 'bad gateway' AF_LINK message. | bms | 2003-10-03 | 1 | -1/+1 |
* | Make arp_rtrequest()'s 'bad gateway' messages slightly more informative, | bms | 2003-10-03 | 1 | -1/+4 |
* | Only delete the route if arplookup() tried to create it. Do not delete | bms | 2003-10-03 | 1 | -8/+13 |
* | By popular demand, added the "static ARP" per-interface option. | ru | 2003-10-01 | 1 | -2/+4 |
* | Fix a logic error in the check to see if arplookup() should free the route. | bms | 2003-09-24 | 1 | -2/+1 |
* | Fix a bug in arplookup(), whereby a hostile party on a locally | bms | 2003-09-23 | 1 | -6/+14 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -42/+31 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Avoid multiply for preemptive arp calculation since it hits every | orion | 2003-02-08 | 1 | -6/+7 |