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