| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | o Replace most magic numbers related to token ring with #defines | lile | 2000-03-19 | 1 | -30/+31 |
* | The function arpintr() incorrectly checks m->m_len to detect incomplete | rwatson | 2000-03-11 | 1 | -13/+36 |
* | Clean up some loose ends in the network code, including the X.25 and ISO | peter | 2000-02-13 | 1 | -3/+1 |
* | Append missing newline to log() message for permanent ARP modification | sheldonh | 1999-10-18 | 1 | -1/+1 |
* | Re-arrange the arp code so that fddi arps work properly. | lile | 1999-09-16 | 1 | -29/+46 |
* | It is much easier to arp if you don't truncate your arp-reply's. | lile | 1999-08-28 | 1 | -11/+12 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Add sufficient braces to keep egcs happy about potentially ambiguous | peter | 1999-05-06 | 1 | -2/+3 |
* | Better handling for ARP/source routing on Token Ring | eivind | 1999-04-15 | 1 | -8/+16 |
* | Submitted by: Larry Lile | julian | 1999-03-10 | 1 | -16/+79 |
* | arprequest() allocates an mbuf with m_gethdr() but does not initialize | wpaul | 1999-03-04 | 1 | -1/+2 |
* | World, I'd like you to meet the first FreeBSD token Ring driver. | julian | 1999-02-20 | 1 | -3/+8 |
* | * Change sysctl from using linker_set to construct its tree using SLISTs. | dfr | 1999-02-16 | 1 | -1/+3 |
* | Fix bug in last commit (la was used uninitialized if no route was passed in). | fenner | 1999-01-19 | 1 | -2/+2 |
* | If arpresolve() gets passed a route with a null llinfo, call | fenner | 1999-01-18 | 1 | -2/+2 |
* | Remove check from where arp replies are coming from -- when doing bridging, | luigi | 1999-01-10 | 1 | -1/+3 |
* | Last bits (i think) of dummynet for -current. | luigi | 1998-12-14 | 1 | -1/+11 |
* | Prevent modification of permanent ARP entries (PR kern/7649) | fenner | 1998-09-17 | 1 | -4/+21 |
* | Go through the loopback code with a broom.. | julian | 1998-06-12 | 1 | -10/+10 |