| Age | Commit message (Expand) | Author |
| 2000-11-20 | Use DMA from mbuf instead of copy in transmit. | onoe |
| 2000-11-19 | Allow changing of settings via ioctl only for the superuser. | martin |
| 2000-11-17 | Supports hardware 802.1q VLAN tagging, per discussion on tech-net. The tag is | bouyer |
| 2000-11-15 | Per discussion with Jason, change flags filter to | bouyer |
| 2000-11-15 | Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach(). | thorpej |
| 2000-11-14 | Add support for link fragmentation and reassemble for IEEE-1394. | onoe |
| 2000-11-12 | In vlan_config(), filter flags inherited from parent interface to | bouyer |
| 2000-11-11 | Restructure the PFIL_HOOKS mechanism a bit: | thorpej |
| 2000-11-11 | Pull in <sys/time.h>, since we use timevals here. | thorpej |
| 2000-11-10 | Don't require the size of sockaddr to be rounded up if it was the last one | enami |
| 2000-11-10 | Don't return uninitialized value. | enami |
| 2000-11-10 | Don't unlink and deallocate ether_multi here. ether_ifdetach will do it. | enami |
| 2000-11-10 | Define struct member correctly. This fixes a panic due to overwrite of stack. | enami |
| 2000-11-09 | Implement promiscuous mode. | thorpej |
| 2000-11-06 | avoid namespace pollution by radix.h. the #ifndef _KERNEL portion was to | itojun |
| 2000-11-05 | First Prototype implementation of network interface part for IEEE1394 (if_fw). | onoe |
| 2000-11-02 | Fix bug w/previous. | eeh |
| 2000-11-02 | Fix sparc64 LP64 issues. | eeh |
| 2000-11-02 | sync with struct tty change (does it look correct?) | itojun |
| 2000-11-02 | Set the default line discipline to t_linesw, rather than just NULL it. | itohy |
| 2000-11-02 | Adapt to the new line discipline scheme. | itohy |
| 2000-10-26 | Add new numbers from IANA: 0x83 - 0xbd | onoe |
| 2000-10-26 | Fix typo (thinko?), which didn't allow MRU to be set below the default | wiz |
| 2000-10-19 | prevent stack overwrite due to bzero() arg mistake. from msaitoh. | itojun |
| 2000-10-15 | When discarding oversized frame, say how long it was. | matt |
| 2000-10-15 | suppress warning on nd6_storelladdr failure. the failure could happen | itojun |
| 2000-10-15 | Don't try to handle SIOCSIFADDR/SIOCADDMULTI/SIOCDELMULTI if a vlan/vlanif | bouyer |
| 2000-10-11 | Implement ether_ioctl(), ioctl operations common to all Ethernet | thorpej |
| 2000-10-11 | Change the if_reset vector to if_init, and add an if_stop. if_stop | thorpej |
| 2000-10-10 | fix comment (s/IPv6/IP/) | itojun |
| 2000-10-10 | Remove defunct bpfdetach()/ether_ifdetach() calls. | ad |
| 2000-10-08 | fix operator precedence (& and &&). do not transmit too much message | itojun |
| 2000-10-07 | validate args to SIOC[SG]IFPHY* better. | itojun |
| 2000-10-07 | repair SIOCGIFP{DST,SRC}ADDR. | itojun |
| 2000-10-06 | unique #include opt_inet.h | onoe |
| 2000-10-04 | ifp->if_ioctl may be NULL, so check it for SIOCSIFPHY*. | itojun |
| 2000-10-04 | Make sure we're super-user for SIOCSIFPHYADDR, SIOCDIFPHYADDR, | thorpej |
| 2000-10-04 | Free mbuf when dropping VLAN frame due to no configured vlan interface. | enami |
| 2000-10-04 | Cosmetic changes. | enami |
| 2000-10-04 | Remove redundant assignment. | enami |
| 2000-10-04 | need opt_inet.h for #ifdef INET | itojun |
| 2000-10-03 | Pop one off the TODO list. | thorpej |
| 2000-10-03 | When an Ethernet interface detaches, unconfigure any VLANs associated | thorpej |
| 2000-10-03 | Improve the VLAN support, in particular, handling of MTU: | thorpej |
| 2000-10-03 | typo | itojun |
| 2000-10-03 | forgot to update maximum number of algorithms | itojun |
| 2000-10-03 | add official # for AES (12), and make it equal to rijndael. | itojun |
| 2000-10-03 | get rid of RC5 algorithm # completely (#if 0'ed for a long time) | itojun |
| 2000-10-02 | htons -> ntohs. From Alan Barrett <apb@cequrux.com>. | ad |
| 2000-10-02 | fix compilation without INET. fix confusion between ipsecstat and ipsec6stat. | itojun |