| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Change the network interface cloning API so the destroy function returns | brooks | 2002-03-04 | 1 | -2/+1 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -2/+2 |
* | Fix a warning by pulling prototype for arp_ifinit() into scope. | peter | 2002-02-26 | 1 | -1/+4 |
* | When the local link address is changed, send out gratuitous ARPs | luigi | 2002-02-18 | 1 | -0/+11 |
* | Introduce an interface announcement message for the routing | ru | 2002-01-18 | 1 | -0/+6 |
* | Add a SIOCGIFINDEX ioctl, which returns the index of a named interface. | jlemon | 2001-10-17 | 1 | -0/+4 |
* | Cleanup ifunit(), so it uses the dev_named() function to map an interface | jlemon | 2001-10-17 | 1 | -29/+11 |
* | Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2. | ru | 2001-10-17 | 1 | -4/+4 |
* | Revision 1.13 corresponded to CSRG revision 8.4. | ru | 2001-10-17 | 1 | -1/+1 |
* | if_index is the highest interface index in the system, not the next | fenner | 2001-10-17 | 1 | -3/+3 |
* | bring in ARP support for variable length link level addresses | fjoe | 2001-10-14 | 1 | -0/+1 |
* | Fix the ``WARNING: Driver mistake: repeat make_dev'', caused by using | jlemon | 2001-10-11 | 1 | -2/+3 |
* | Move device nodes into a /dev/net/ directory, to avoid conflict with | jlemon | 2001-10-11 | 1 | -8/+61 |
* | Add ability to attach knotes to network devices. | jlemon | 2001-09-29 | 1 | -1/+73 |
* | Introduce network device nodes. Network devices will now automatically | jlemon | 2001-09-29 | 1 | -63/+157 |
* | Add two fields to the ifnet structure indicating what extra capabilities | jlemon | 2001-09-18 | 1 | -0/+14 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -12/+12 |
* | Fix another shortcircuit return() statement that I missed. | jlemon | 2001-09-07 | 1 | -1/+1 |
* | Fix sense of comparison in space test. Also eliminate a compile | jlemon | 2001-09-07 | 1 | -8/+8 |
* | Wrap array accesses in macros, which also happen to be lvalues: | jlemon | 2001-09-06 | 1 | -40/+49 |
* | Cosmetic cleanups and rearrangement for code to come. There should be | jlemon | 2001-09-06 | 1 | -63/+68 |
* | Add kernel infrastructure for network device cloning. | brooks | 2001-07-02 | 1 | -2/+195 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -6/+15 |
* | Better handling of ioctl(SIOCSIFFLAGS) failing in ifpromisc(): | fenner | 2001-04-27 | 1 | -7/+9 |
* | Change the type of the VLAN interface from IFT_PROPVIRTUAL, | yar | 2001-04-04 | 1 | -1/+1 |
* | If ifpromisc() fails the SIOCSIFFLAGS ioctl, put ifp->if_flags | brian | 2001-04-02 | 1 | -0/+4 |
* | Use mtx_initiaalized() rather than violating the internals of the mutex | jhb | 2001-03-28 | 1 | -2/+1 |
* | Don't bypass notifying a corresponding interface | yar | 2001-03-27 | 1 | -0/+6 |
* | o Move per-process jail pointer (p->pr_prison) to inside of the subject | rwatson | 2001-02-21 | 1 | -1/+3 |
* | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | phk | 2001-02-06 | 1 | -10/+10 |
* | Another round of the <sys/queue.h> FOREACH transmogriffer. | phk | 2001-02-04 | 1 | -18/+9 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -6/+6 |
* | Use <sys/queue.h> macro api rather than fondle its implementation detals. | phk | 2001-02-03 | 1 | -28/+28 |
* | Revert mutex initialization check to look at mtx_description. | jasone | 2001-01-30 | 1 | -1/+1 |
* | Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutex | jasone | 2001-01-21 | 1 | -1/+2 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -6/+3 |
* | Lock down the network interface queues. The queue mutex must be obtained | jlemon | 2000-11-25 | 1 | -1/+10 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | make sure we have root priv on SIOCSIFPHY*. from thorpej@netbsd | itojun | 2000-10-04 | 1 | -0/+5 |
* | Export the functionality of SIOCSIFLLADDR with if_setlladdr() | archie | 2000-08-15 | 1 | -25/+50 |
* | improve route/nd cache cleanup on interface removal. | itojun | 2000-07-16 | 1 | -12/+10 |
* | Previous commit didn't work; this time really fix it. | archie | 2000-06-30 | 1 | -14/+0 |
* | Fix kernel build breakage when 'device ether' was not included. | archie | 2000-06-29 | 1 | -1/+3 |
* | Make the ng_ether(4) node type dynamically loadable like the rest. | archie | 2000-06-26 | 1 | -0/+12 |
* | Implement SIOCSIFLLADDR, which allows you to change the link-level | wpaul | 2000-06-16 | 1 | -0/+30 |
* | IOCGIFCONF once and for all. Sometimes the ifc_len variable | guido | 2000-04-21 | 1 | -5/+2 |
* | This fixes a problem where the SIOCGIFCONF ioctl goes wrong. This | guido | 2000-02-28 | 1 | -1/+9 |
* | Add workaround for fxp issue at interface initialization with IPv6. | shin | 2000-02-01 | 1 | -0/+4 |
* | Notify user processes about interface's MTU change. | ru | 2000-01-24 | 1 | -1/+3 |
* | Prevent kernel panic at ifconfig up after Note PC resume. | shin | 1999-12-30 | 1 | -3/+22 |