| Commit message (Expand) | Author | Age | Files | Lines |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-07-31 | 1 | -0/+5 |
| * | Solve the 'unregistered netisr 18' information notice with a sledgehammer. | Peter Wemm | 2002-06-20 | 1 | -4/+7 |
| * | Reset token-ring source routing control field on receipt of ethernet frame | Kelly Yancey | 2002-05-15 | 1 | -0/+1 |
| * | Move ISO88025 source routing information into sockaddr_dl's sdl_data | Kelly Yancey | 2002-05-07 | 1 | -8/+7 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -1/+1 |
| * | Send periodic ARP requests when ARP entries for hosts we are sending | Orion Hodson | 2002-03-20 | 1 | -0/+15 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -9/+9 |
| * | Minor style fix. | Jonathan Lemon | 2001-12-13 | 1 | -2/+2 |
| * | Fixed remotely exploitable DoS in arpresolve(). | Ruslan Ermilov | 2001-12-05 | 1 | -1/+3 |
| * | If we are bridging, fall back to using any inet address in the system, | Jonathan Lemon | 2001-10-25 | 1 | -4/+9 |
| * | Only examine inet addresses of the interface. This was broken in r1.83, | Jonathan Lemon | 2001-10-20 | 1 | -2/+4 |
| * | Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2. | Ruslan Ermilov | 2001-10-17 | 1 | -3/+3 |
| * | bring in ARP support for variable length link level addresses | Max Khon | 2001-10-14 | 1 | -99/+155 |
| * | Add a hash table that contains the list of internet addresses, and use | Jonathan Lemon | 2001-09-29 | 1 | -17/+24 |
| * | Fix sysctl comment field, s/the the/then the | Alfred Perlstein | 2001-09-04 | 1 | -1/+1 |
| * | Allow disabling of "arp moved" messages. | Alfred Perlstein | 2001-09-03 | 1 | -6/+12 |
| * | Do not perform arp send/resolve on an interface marked NOARP. | Jonathan Lemon | 2001-06-15 | 1 | -1/+9 |
| * | Add a missing m_pullup() before a mtod() in in_arpinput(). | Yaroslav Tykhiy | 2001-03-27 | 1 | -0/+6 |
| * | Sync with the bridge/dummynet/ipfw code already tested in stable. | Luigi Rizzo | 2001-02-10 | 1 | -9/+4 |
| * | Fix bad patch from a few days ago. It broke some bridging. | Julian Elischer | 2001-02-05 | 1 | -9/+10 |
| * | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp | 2001-02-04 | 1 | -3/+3 |
| * | Make the code act the same in the case of BRIDGE being defined, but not | Julian Elischer | 2001-02-03 | 1 | -16/+26 |
| * | provide a sysctl 'net.link.ether.inet.log_arp_wrong_iface' to allow one | Alfred Perlstein | 2001-01-06 | 1 | -0/+7 |
| * | Lock down the network interface queues. The queue mutex must be obtained | Jonathan Lemon | 2000-11-25 | 1 | -1/+12 |
| * | Extra sanity check when arp proxyall is enabled. Don't send an arp | David Malone | 2000-07-13 | 1 | -0/+26 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -2/+2 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -2/+2 |
| * | PR: kern/17872 | Wes Peters | 2000-04-11 | 1 | -10/+3 |
| * | Peter Johnson found another log() call without a trailing newline. | Joerg Wunsch | 2000-03-29 | 1 | -1/+1 |
| * | Added two missing newlines in calls to log(9). | Joerg Wunsch | 2000-03-28 | 1 | -2/+2 |
| * | Fix parens in m_pullup() line in arp handling code. The code was | Matthew Dillon | 2000-03-23 | 1 | -1/+1 |
| * | o Replace most magic numbers related to token ring with #defines | Larry Lile | 2000-03-19 | 1 | -30/+31 |
| * | The function arpintr() incorrectly checks m->m_len to detect incomplete | Robert Watson | 2000-03-11 | 1 | -13/+36 |
| * | Clean up some loose ends in the network code, including the X.25 and ISO | Peter Wemm | 2000-02-13 | 1 | -3/+1 |
| * | Append missing newline to log() message for permanent ARP modification | Sheldon Hearn | 1999-10-18 | 1 | -1/+1 |
| * | Re-arrange the arp code so that fddi arps work properly. | Larry Lile | 1999-09-16 | 1 | -29/+46 |
| * | It is much easier to arp if you don't truncate your arp-reply's. | Larry Lile | 1999-08-28 | 1 | -11/+12 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Add sufficient braces to keep egcs happy about potentially ambiguous | Peter Wemm | 1999-05-06 | 1 | -2/+3 |
| * | Better handling for ARP/source routing on Token Ring | Eivind Eklund | 1999-04-15 | 1 | -8/+16 |
| * | Submitted by: Larry Lile | Julian Elischer | 1999-03-10 | 1 | -16/+79 |
| * | arprequest() allocates an mbuf with m_gethdr() but does not initialize | Bill Paul | 1999-03-04 | 1 | -1/+2 |
| * | World, I'd like you to meet the first FreeBSD token Ring driver. | Julian Elischer | 1999-02-20 | 1 | -3/+8 |
| * | * Change sysctl from using linker_set to construct its tree using SLISTs. | Doug Rabson | 1999-02-16 | 1 | -1/+3 |
| * | Fix bug in last commit (la was used uninitialized if no route was passed in). | Bill Fenner | 1999-01-19 | 1 | -2/+2 |
| * | If arpresolve() gets passed a route with a null llinfo, call | Bill Fenner | 1999-01-18 | 1 | -2/+2 |
| * | Remove check from where arp replies are coming from -- when doing bridging, | Luigi Rizzo | 1999-01-10 | 1 | -1/+3 |
| * | Last bits (i think) of dummynet for -current. | Luigi Rizzo | 1998-12-14 | 1 | -1/+11 |
| * | Prevent modification of permanent ARP entries (PR kern/7649) | Bill Fenner | 1998-09-17 | 1 | -4/+21 |
| * | Go through the loopback code with a broom.. | Julian Elischer | 1998-06-12 | 1 | -10/+10 |