summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a broken macro usage. It had no semicolon.green1999-12-181-1/+1
* Two more fixes to if_detach. These are generic to all interfaces andimp1999-12-171-2/+63
* Bring up an if_ef driver which allows support for four ethernetbp1999-12-132-1/+612
* Allow ifunit() routine to understand names like ed0f2. Alsobp1999-12-131-31/+26
* The current code incorrectly assumes that all vlansjkh1999-12-132-5/+4
* sys/net/if_vlan.c fails to maintain the IFF_RUNNING flag on thejkh1999-12-131-2/+3
* Add some gross ad-hock hacks to increase stability of if_detach:imp1999-12-101-2/+17
* Fix a route table leak in rtalloc() and rtalloc_ign(). It isjdp1999-12-091-5/+12
* rtcalloc() is removed because it turned out not to be necessary for FreeBSD.shin1999-12-092-11/+0
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-0710-11/+620
* Make the stub routines have the same prototypes as the real bpfjulian1999-12-031-1/+1
* Add 'const' to the bpf_filter() and bpf_validate() prototypes.archie1999-12-022-7/+5
* Add two new generic control messages, NGM_ASCII2BINARY andarchie1999-11-301-1/+2
* Expand the field width for subtypes. We had already overflowed itjulian1999-11-241-3/+5
* Only emit the ``wrong ifa'' message if the matching interfacebrian1999-11-231-3/+5
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-229-67/+946
* Add some more comments to the sl_compress_tcp() function.archie1999-11-151-2/+9
* YUCK!julian1999-11-151-2/+2
* Fix screwup on synthesising incoming ethernet header in Netgraph mode.julian1999-11-141-2/+3
* Set the queue length.phk1999-11-121-0/+1
* Oops forgot to put the source MAC address on outgoing packets!julian1999-11-111-1/+3
* KAME related header files additions and merges.shin1999-11-056-7/+59
* Fix bug in BIOCGETIF ioctl() where it would return a bogus interfacearchie1999-11-031-24/+8
* Use typedefs for node methods.julian1999-11-011-9/+7
* When getting a RCN event in state ACK_RCVD, RFC 1661 demands that wejoerg1999-10-291-1/+1
* Add a comment before sl_compress_tcp() regarding mbuf assumptions.archie1999-10-291-0/+4
* Re-allocate cblocks after changing the slip unit number.ru1999-10-281-0/+3
* Minor hack in the netgraph interface to ethernets.julian1999-10-261-11/+60
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-213-0/+353
* Implement pseudo_AF_HDRCMPLT, which controls the state of the 'headermsmith1999-10-155-9/+53
* Zap #include "tun.h" (for NTUN) - which isn't used anymore.peter1999-09-271-2/+0
* Minor tidy up of PPP_FILTER and NBPF stuff. Don't generate bpf.h in thepeter1999-09-261-7/+1
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-252-10/+0
* This patch clears the way for removing a number of tty relatedphk1999-09-251-1/+1
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-258-83/+13
* Don't call if_up() here, just set IFF_UP.ru1999-09-141-1/+1
* Add comments, fix typos.ru1999-09-141-2/+8
* Fix kernel compile with BRIDGE, but without DUMMYNETnsayer1999-09-111-0/+3
* For every "promiscuous mode enabled" message printed for an interface,sheldonh1999-08-301-0/+2
* $Id$ -> $FreeBSD$peter1999-08-2856-56/+56
* Hopefully make IFMEDIA_DEBUG compile. if_xname[] is a NetBSD addition,peter1999-08-181-3/+3
* Give if_tun the "almost clone" makeover.phk1999-08-151-68/+60
* Give BPF the "almost-clone" update. If you need more of them, makephk1999-08-151-78/+31
* Back out redundant check, and remove the MAXMTU comparison as it'sbrian1999-08-061-7/+4
* Back out redundant checksbrian1999-08-062-12/+5
* Define IF_MAXMTU and IF_MINMTU and don't allow MTUs withbrian1999-08-065-15/+31
* Don't complain if 0 bytes are written to the tun device, simplybrian1999-07-261-1/+4
* fix a problem w/ zero byte writes to the tunnel device. It would bypassjmg1999-07-231-1/+1
* Rename bpfilter to bpf.des1999-07-069-55/+55
* Fixed English errors, spelling errors and formatting errors in rev.1.51bde1999-07-051-7/+9
OpenPOWER on IntegriCloud