| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for offloading IP/TCP/UDP checksums to NIC hardware which | jlemon | 2000-03-27 | 2 | -2/+3 |
* | Remove duplicate word | charnier | 2000-03-26 | 1 | -1/+1 |
* | o Replace most magic numbers related to token ring with #defines | lile | 2000-03-19 | 2 | -66/+96 |
* | The advent of if_detach, allowing interface removal at runtime, makes it | rwatson | 2000-03-19 | 2 | -0/+65 |
* | Introduce a new bd_seesent flag to the BPF descriptor, indicating whether or | rwatson | 2000-03-18 | 3 | -0/+22 |
* | IPv6 6to4 support. | shin | 2000-03-11 | 1 | -2/+17 |
* | The "sdl_family" field in a "struct sockaddr_dl" will be equal | archie | 2000-03-01 | 1 | -1/+1 |
* | This fixes a problem where the SIOCGIFCONF ioctl goes wrong. This | guido | 2000-02-28 | 1 | -1/+9 |
* | Wrap if_up() by splnet. | shin | 2000-02-27 | 1 | -1/+7 |
* | Fix possible SLIOCSUNIT panic | ache | 2000-02-20 | 1 | -0/+1 |
* | Track if_i{bytes,packets,errors}. | mdodd | 2000-02-16 | 1 | -0/+4 |
* | Clean up some loose ends in the network code, including the X.25 and ISO | peter | 2000-02-13 | 7 | -390/+7 |
* | Update bridging code to the one already in -stable (this was | luigi | 2000-02-08 | 2 | -189/+370 |
* | m_pullup() frees the supplied mbuf on failure; we don't need to try | mdodd | 2000-02-07 | 1 | -5/+3 |
* | Make sure that the entire header is in the first mbuf before we | mdodd | 2000-02-03 | 1 | -2/+14 |
* | Add workaround for fxp issue at interface initialization with IPv6. | shin | 2000-02-01 | 1 | -0/+4 |
* | Remove #if NGIF > 0 and #if NFAITH > 0 as config already checks this. | peter | 2000-01-29 | 2 | -5/+0 |
* | Remove some #if NFOO > 0 that are always true because of config rules. | peter | 2000-01-29 | 6 | -18/+2 |
* | Fix this so LINT compiles. There is no way this could have worked if | peter | 2000-01-29 | 1 | -5/+5 |
* | Remove unused includes | brian | 2000-01-29 | 1 | -7/+0 |
* | Count AF_INET6 attachement to routing socket. | shin | 2000-01-28 | 1 | -0/+6 |
* | Redo the intrq.c idea as | brian | 2000-01-27 | 3 | -131/+68 |
* | Move the *intrq variables into net/intrq.c and unconditionally | brian | 2000-01-24 | 3 | -21/+168 |
* | Notify user processes about interface's MTU change. | ru | 2000-01-24 | 1 | -1/+3 |
* | Allow if_ef driver to be compiled into kernel. | bp | 2000-01-23 | 1 | -0/+1 |
* | Implement TUN[GS]IFHEAD ioctls. Passing a non-zero int to TUNSIFHEAD | brian | 2000-01-23 | 3 | -39/+140 |
* | Add a new TUNSIFPID ioctl to update the tun_pid (recorded in | brian | 2000-01-21 | 2 | -0/+4 |
* | |The hard limit for the BPF buffer size is 32KB, which appears too low | phk | 2000-01-15 | 2 | -3/+6 |
* | Clear ro->ro_rt just after RTFREE(). | shin | 2000-01-15 | 1 | -0/+1 |
* | cosmetic change: sort function prototypes | shin | 2000-01-15 | 1 | -27/+27 |
* | -K&R fix for some prototype declaration | shin | 2000-01-15 | 1 | -4/+4 |
* | Attempt to fix a problem with receiving packets on USB ethernet interfaces. | wpaul | 2000-01-10 | 1 | -0/+1 |
* | Remove BROADCAST flag from faith interface, | shin | 2000-01-09 | 1 | -2/+2 |
* | Prevent kernel panic at ifconfig up after Note PC resume. | shin | 1999-12-30 | 1 | -3/+22 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 23 | -58/+54 |
* | Make cloning mask sockaddr (genmask) possible. | ru | 1999-12-28 | 1 | -1/+2 |
* | IPSEC support in the kernel. | shin | 1999-12-22 | 2 | -2/+4 |
* | M_PREPEND-related cleanups (unregisterifying struct mbuf *s). | green | 1999-12-19 | 3 | -9/+6 |
* | Fix a broken macro usage. It had no semicolon. | green | 1999-12-18 | 1 | -1/+1 |
* | Two more fixes to if_detach. These are generic to all interfaces and | imp | 1999-12-17 | 1 | -2/+63 |
* | Bring up an if_ef driver which allows support for four ethernet | bp | 1999-12-13 | 2 | -1/+612 |
* | Allow ifunit() routine to understand names like ed0f2. Also | bp | 1999-12-13 | 1 | -31/+26 |
* | The current code incorrectly assumes that all vlans | jkh | 1999-12-13 | 2 | -5/+4 |
* | sys/net/if_vlan.c fails to maintain the IFF_RUNNING flag on the | jkh | 1999-12-13 | 1 | -2/+3 |
* | Add some gross ad-hock hacks to increase stability of if_detach: | imp | 1999-12-10 | 1 | -2/+17 |
* | Fix a route table leak in rtalloc() and rtalloc_ign(). It is | jdp | 1999-12-09 | 1 | -5/+12 |
* | rtcalloc() is removed because it turned out not to be necessary for FreeBSD. | shin | 1999-12-09 | 2 | -11/+0 |
* | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | shin | 1999-12-07 | 10 | -11/+620 |
* | Make the stub routines have the same prototypes as the real bpf | julian | 1999-12-03 | 1 | -1/+1 |
* | Add 'const' to the bpf_filter() and bpf_validate() prototypes. | archie | 1999-12-02 | 2 | -7/+5 |