aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Add some more comments to the sl_compress_tcp() function.Archie Cobbs1999-11-151-2/+9
* YUCK!Julian Elischer1999-11-151-2/+2
* Fix screwup on synthesising incoming ethernet header in Netgraph mode.Julian Elischer1999-11-141-2/+3
* Set the queue length.Poul-Henning Kamp1999-11-121-0/+1
* Oops forgot to put the source MAC address on outgoing packets!Julian Elischer1999-11-111-1/+3
* KAME related header files additions and merges.Yoshinobu Inoue1999-11-056-7/+59
* Fix bug in BIOCGETIF ioctl() where it would return a bogus interfaceArchie Cobbs1999-11-031-24/+8
* Use typedefs for node methods.Julian Elischer1999-11-011-9/+7
* When getting a RCN event in state ACK_RCVD, RFC 1661 demands that weJoerg Wunsch1999-10-291-1/+1
* Add a comment before sl_compress_tcp() regarding mbuf assumptions.Archie Cobbs1999-10-291-0/+4
* Re-allocate cblocks after changing the slip unit number.Ruslan Ermilov1999-10-281-0/+3
* Minor hack in the netgraph interface to ethernets.Julian Elischer1999-10-261-11/+60
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-213-0/+353
* Implement pseudo_AF_HDRCMPLT, which controls the state of the 'headerMike Smith1999-10-155-9/+53
* Zap #include "tun.h" (for NTUN) - which isn't used anymore.Peter Wemm1999-09-271-2/+0
* Minor tidy up of PPP_FILTER and NBPF stuff. Don't generate bpf.h in thePeter Wemm1999-09-261-7/+1
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-252-10/+0
* This patch clears the way for removing a number of tty relatedPoul-Henning Kamp1999-09-251-1/+1
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-258-83/+13
* Don't call if_up() here, just set IFF_UP.Ruslan Ermilov1999-09-141-1/+1
* Add comments, fix typos.Ruslan Ermilov1999-09-141-2/+8
* Fix kernel compile with BRIDGE, but without DUMMYNETNick Sayer1999-09-111-0/+3
* For every "promiscuous mode enabled" message printed for an interface,Sheldon Hearn1999-08-301-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2856-56/+56
* Hopefully make IFMEDIA_DEBUG compile. if_xname[] is a NetBSD addition,Peter Wemm1999-08-181-3/+3
* Give if_tun the "almost clone" makeover.Poul-Henning Kamp1999-08-151-67/+59
* Give BPF the "almost-clone" update. If you need more of them, makePoul-Henning Kamp1999-08-151-78/+31
* Back out redundant check, and remove the MAXMTU comparison as it'sBrian Somers1999-08-061-7/+4
* Back out redundant checksBrian Somers1999-08-062-12/+5
* Define IF_MAXMTU and IF_MINMTU and don't allow MTUs withBrian Somers1999-08-065-15/+31
* Don't complain if 0 bytes are written to the tun device, simplyBrian Somers1999-07-261-1/+4
* fix a problem w/ zero byte writes to the tunnel device. It would bypassJohn-Mark Gurney1999-07-231-1/+1
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-069-55/+55
* Fixed English errors, spelling errors and formatting errors in rev.1.51Bruce Evans1999-07-051-7/+9
* Quick fix for breakage of bounds checking in rev.1.12. Only oneBruce Evans1999-07-041-2/+2
* Fix a printf int/long problem on the AlphaPeter Wemm1999-07-011-2/+3
* Fix two easy warnings when using BRIDGE without IPFIREWALL.Peter Wemm1999-07-011-2/+3
* Increase the size of the route reference count from 15 bits to 31 bits.Mike Smith1999-06-301-3/+2
* Never return the root node itself from rn_match(); return NULL instead.Pierre Beyssac1999-06-251-2/+5
* Add a new interface ioctl, to return "aux status".Poul-Henning Kamp1999-06-194-4/+34
* typo in previous commitPoul-Henning Kamp1999-06-061-2/+2
* Introduce IFF_SMART bit.Poul-Henning Kamp1999-06-062-6/+10
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-312-7/+3
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-302-8/+41
* In tunclose():Brian Somers1999-05-271-11/+15
* PR: kern/10570Pierre Beyssac1999-05-161-2/+2
* clean up en atm driverKenjiro Cho1999-05-082-329/+8
* Fix some disordering I introduced with the jail code.Poul-Henning Kamp1999-05-081-2/+3
* I got tired of seeing all the cdevsw[major(foo)] all over the place.Poul-Henning Kamp1999-05-081-2/+2
* Add sufficient braces to keep egcs happy about potentially ambiguousPeter Wemm1999-05-063-12/+16