| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove global list of all llinfo_arp entries and use a callout per | Gleb Smirnoff | 2007-03-22 | 1 | -50/+23 |
| * | Comply with RFC 3927, by forcing ARP replies which contain a source | Bruce M Simpson | 2007-02-02 | 1 | -1/+13 |
| * | o Increment requests counter right before send out an ARP query actually. | Maxim Konovalov | 2007-01-14 | 1 | -1/+2 |
| * | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+2 |
| * | Save space on stack moving token ring stuff to its own hack block. | Gleb Smirnoff | 2006-10-04 | 1 | -2/+3 |
| * | Style rev. 1.152. | Gleb Smirnoff | 2006-10-04 | 1 | -2/+2 |
| * | now that we don't automagicly increase the MTU of host routes, when we copy | John-Mark Gurney | 2006-09-23 | 1 | -1/+3 |
| * | There is a consensus that ifaddr.ifa_addr should never be NULL, | Yaroslav Tykhiy | 2006-06-29 | 1 | -1/+1 |
| * | Enable proxy ARP answers on any of the bridged interfaces if proxy record | Andrew Thompson | 2006-06-09 | 1 | -3/+6 |
| * | Further refine the bridge hack in the arp code. Only do the special arp | Andrew Thompson | 2006-03-07 | 1 | -2/+2 |
| * | Now that the bridge also processes Ethernet frames as itself, two arp replies | Andrew Thompson | 2006-01-31 | 1 | -2/+4 |
| * | Back out of r1.148, it causes two arp replies to be sent with different mac | Andrew Thompson | 2006-01-29 | 1 | -1/+1 |
| * | Include the bridge interface itself in the special arp handling. | Andrew Thompson | 2006-01-12 | 1 | -1/+1 |
| * | Add a knob to suppress logging of attempts to modify | Gleb Smirnoff | 2005-12-18 | 1 | -6/+11 |
| * | Add descriptions for sysctl -d. | Ed Maste | 2005-12-16 | 1 | -5/+5 |
| * | Rework ARP retransmission algorythm so that ARP requests are | Gleb Smirnoff | 2005-11-08 | 1 | -30/+27 |
| * | When bridging is enabled and an ARP request is recieved on a member interface, | Andrew Thompson | 2005-10-04 | 1 | -1/+1 |
| * | Remove bridge(4) from the tree. if_bridge(4) is a full functional | Max Laier | 2005-09-27 | 1 | -3/+1 |
| * | Use monotonic 'time_uptime' instead of 'time_second' as timebase | Andre Oppermann | 2005-09-19 | 1 | -7/+7 |
| * | - Do not hold route entry lock, when calling arprequest(). One such | Gleb Smirnoff | 2005-09-09 | 1 | -9/+17 |
| * | When we have a published ARP entry for some IP address, do reply on | Gleb Smirnoff | 2005-08-25 | 1 | -0/+9 |
| * | o Fix a race between three threads: output path, | Gleb Smirnoff | 2005-08-11 | 1 | -155/+181 |
| * | In preparation for fixing races in ARP (and probably in other | Gleb Smirnoff | 2005-08-09 | 1 | -0/+1 |
| * | Add hooks into the networking layer to support if_bridge. This changes struct | Andrew Thompson | 2005-06-05 | 1 | -4/+8 |
| * | Embrace with #ifdef DEV_CARP carp-related code. | Gleb Smirnoff | 2005-03-13 | 1 | -2/+7 |
| * | Make ARP do not complain about wrong interface if correct interface | Gleb Smirnoff | 2005-03-09 | 1 | -7/+14 |
| * | Add CARP (Common Address Redundancy Protocol), which allows multiple | Gleb Smirnoff | 2005-02-22 | 1 | -5/+34 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | More fixing of multiple addresses in the same prefix. This time do not try | Max Laier | 2004-12-09 | 1 | -2/+20 |
| * | Check that rt_mask(rt) is non-NULL before dereferencing it, in the | Bruce M Simpson | 2004-10-26 | 1 | -0/+1 |
| * | Modify the thrilling "%D is using my IP address %s!" message so that | Robert Watson | 2004-10-12 | 1 | -1/+7 |
| * | Check flag do_bridge always, even if kernel was compiled without | Gleb Smirnoff | 2004-09-09 | 1 | -11/+5 |
| * | Add a new driver to support IP over firewire. This driver is intended to | Doug Rabson | 2004-06-13 | 1 | -1/+2 |
| * | Another small set of changes to reduce diffs with the new arp code. | Luigi Rizzo | 2004-04-25 | 1 | -31/+18 |
| * | remove a stale comment on the behaviour of arpresolve | Luigi Rizzo | 2004-04-25 | 1 | -10/+0 |
| * | Start the arp timer at init time. | Luigi Rizzo | 2004-04-25 | 1 | -10/+1 |
| * | This commit does two things: | Luigi Rizzo | 2004-04-25 | 1 | -7/+28 |
| * | Replace Bcopy with 'the real thing' as in the rest of the file. | Luigi Rizzo | 2004-04-18 | 1 | -1/+1 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | + arpresolve(): remove an unused argument | Luigi Rizzo | 2004-04-04 | 1 | -7/+2 |
| * | - Fix indentation lost by 'diff -b'. | Matthew N. Dodd | 2004-03-21 | 1 | -5/+4 |
| * | Remove interface type specific code from arprequest(), and in_arpinput(). | Matthew N. Dodd | 2004-03-21 | 1 | -111/+19 |
| * | De-register. | Matthew N. Dodd | 2004-03-14 | 1 | -22/+22 |
| * | I didn't notice it right away, but check the right length too. | Ruslan Ermilov | 2003-12-23 | 1 | -1/+1 |
| * | Fix a problem introduced in revision 1.84: m_pullup() does not | Ruslan Ermilov | 2003-12-23 | 1 | -5/+7 |
| * | replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREF | Sam Leffler | 2003-11-08 | 1 | -1/+1 |
| * | o add a flags parameter to netisr_register that is used to specify | Sam Leffler | 2003-11-08 | 1 | -1/+1 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -11/+10 |
| * | Overhaul routing table entry cleanup by introducing a new rtexpunge | Sam Leffler | 2003-10-30 | 1 | -8/+3 |
| * | Locking for updates to routing table entries. Each rtentry gets a mutex | Sam Leffler | 2003-10-04 | 1 | -32/+53 |