| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | MFS 1.64.2.22: Re-enable non pre-emptive ARP requests. | orion | 2003-02-04 | 1 | -14/+15 |
* | Avoid lock order reversal by expanding the scope of the | hsu | 2003-01-28 | 1 | -15/+5 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | SMP locking for ARP. | hsu | 2003-01-17 | 1 | -6/+21 |
* | Clear the target hardware address field when generating an ARP request. | tmm | 2003-01-10 | 1 | -0/+1 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-31 | 1 | -0/+5 |
* | Solve the 'unregistered netisr 18' information notice with a sledgehammer. | peter | 2002-06-20 | 1 | -4/+7 |
* | Reset token-ring source routing control field on receipt of ethernet frame | kbyanc | 2002-05-15 | 1 | -0/+1 |
* | Move ISO88025 source routing information into sockaddr_dl's sdl_data | kbyanc | 2002-05-07 | 1 | -8/+7 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |
* | Send periodic ARP requests when ARP entries for hosts we are sending | orion | 2002-03-20 | 1 | -0/+15 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -9/+9 |
* | Minor style fix. | jlemon | 2001-12-13 | 1 | -2/+2 |
* | Fixed remotely exploitable DoS in arpresolve(). | ru | 2001-12-05 | 1 | -1/+3 |
* | If we are bridging, fall back to using any inet address in the system, | jlemon | 2001-10-25 | 1 | -4/+9 |