| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Only examine inet addresses of the interface. This was broken in r1.83, | jlemon | 2001-10-20 | 1 | -2/+4 |
* | Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2. | ru | 2001-10-17 | 1 | -3/+3 |
* | bring in ARP support for variable length link level addresses | fjoe | 2001-10-14 | 1 | -99/+155 |
* | Add a hash table that contains the list of internet addresses, and use | jlemon | 2001-09-29 | 1 | -17/+24 |
* | Fix sysctl comment field, s/the the/then the | alfred | 2001-09-04 | 1 | -1/+1 |
* | Allow disabling of "arp moved" messages. | alfred | 2001-09-03 | 1 | -6/+12 |
* | Do not perform arp send/resolve on an interface marked NOARP. | jlemon | 2001-06-15 | 1 | -1/+9 |
* | Add a missing m_pullup() before a mtod() in in_arpinput(). | yar | 2001-03-27 | 1 | -0/+6 |
* | Sync with the bridge/dummynet/ipfw code already tested in stable. | luigi | 2001-02-10 | 1 | -9/+4 |
* | Fix bad patch from a few days ago. It broke some bridging. | julian | 2001-02-05 | 1 | -9/+10 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -3/+3 |
* | Make the code act the same in the case of BRIDGE being defined, but not | julian | 2001-02-03 | 1 | -16/+26 |
* | provide a sysctl 'net.link.ether.inet.log_arp_wrong_iface' to allow one | alfred | 2001-01-06 | 1 | -0/+7 |
* | Lock down the network interface queues. The queue mutex must be obtained | jlemon | 2000-11-25 | 1 | -1/+12 |
* | Extra sanity check when arp proxyall is enabled. Don't send an arp | dwmalone | 2000-07-13 | 1 | -0/+26 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -2/+2 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -2/+2 |
* | PR: kern/17872 | wes | 2000-04-11 | 1 | -10/+3 |
* | Peter Johnson found another log() call without a trailing newline. | joerg | 2000-03-29 | 1 | -1/+1 |
* | Added two missing newlines in calls to log(9). | joerg | 2000-03-28 | 1 | -2/+2 |
* | Fix parens in m_pullup() line in arp handling code. The code was | dillon | 2000-03-23 | 1 | -1/+1 |