summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Make arp_rtrequest() static since nobody needs to referene it any more.wollman1994-12-222-4/+3
* Move ARP interface initialization into if_ether.c:arp_ifinit().wollman1994-12-223-12/+15
* Avoid a serious race by blocking netisrs while walking the route tree.wollman1994-12-211-6/+6
* Correct sysctl info so that net.inet.ip.rtexpire is actually accessible.wollman1994-12-211-2/+2
* Fix PR 59: don't allow TCP connections withmulticast addresses at eitherwollman1994-12-151-1/+22
* Make rtq_reallyold user-configurable via sysctl.wollman1994-12-142-2/+9
* Call rtalloc_ign() so that protocol cloning will not occur at the IP layer.wollman1994-12-132-6/+17
* Update calls to rtalloc1(). Also merge rt_prflags with rt_flags.wollman1994-12-132-16/+27
* Add clear one accounting entry control.ugen1994-12-133-114/+172
* Late patch for delete control..ugen1994-12-121-18/+17
* Add match by interface from which packet arrived (via)ugen1994-12-125-78/+128
* Advanced route cache management is now an official part of IP support.wollman1994-12-111-7/+1
* Delete old, confusing comment.wollman1994-12-021-9/+1
* Add a check to make sure that we don't fiddle with the NFS routing tableswollman1994-12-021-10/+3
* Add latest version of ``advanced route metric management'' :-)wollman1994-12-011-18/+71
* Added: ICMP reply,TCP SYN check,logging..ugen1994-11-282-222/+224
* Ugen J.S.Antsilevich's latest, happiest, IP firewall code.jkh1994-11-165-263/+518
* Ugen makes it in with 10 seconds to spare with a one-char diff. Somejkh1994-11-081-1/+1
* Almost 12th hour (the 11th hour was almost an hour ago :-) patchesjkh1994-11-083-155/+158
* 2 11th-hour fixes from Ugen (not Uben, sorry!) J.S.Antsilevich.jkh1994-11-072-58/+104
* Fix off-by-one error reported to NetBSD by Karl Fox inwollman1994-11-031-2/+2
* Completely replace JTW's idea with my (incompletely implemented) originalwollman1994-11-031-148/+23
* This is the file that actually implements the smarter behavior.wollman1994-11-021-0/+283
* Add code to be a bit smarter about IP routes, conditioned on the optionwollman1994-11-021-2/+11
* Clean up ARP error messages: format IP addresses, explain arplookup()wollman1994-11-021-13/+44
* Latest changes from Uben.jkh1994-10-312-40/+193
* Detect old-style multicast routers and interoperate properlypst1994-10-311-1/+8
* IP Firewall code from Daniel Boulet and J.S.Antsilevichjkh1994-10-284-3/+636
* Patch for proper multicast support on point-to-point links.swallace1994-10-251-3/+5
* Bug fixes from John Brezak.wollman1994-10-211-3/+3
* Fix some endianness and packet header bugs found in BSDi's port of this code.wollman1994-10-131-14/+27
* As suggested by Sally Floyd, don't add the ``small fraction of the windowwollman1994-10-132-10/+6
* Fix a bug which caused panics when attempting to change just the flags ofwollman1994-10-112-5/+16
* Cosmetics. Silence gcc -Wall.phk1994-10-101-2/+2
* Cosmetics: silences gcc -Wall.phk1994-10-083-7/+8
* GCC cleanup.phk1994-10-0211-48/+55
* Implement full proxy ARP, gated on option ARP_PROXYALL. This allowswollman1994-10-011-7/+44
* Made the kernel compile even without "ether".phk1994-09-161-1/+4
* Made TCPDEBUG truely optional. Based on changes I made in FreeBSD 1.1.5.dg1994-09-155-129/+159
* Add code to make multicast routing be an LKM.wollman1994-09-141-14/+111
* Shuffle some functions and variables around to make it possible forwollman1994-09-148-45/+63
* Disable IPMULTICAST_VIF socket option when MROUTING is not defined,wollman1994-09-091-2/+3
* Initial get-the-easy-case-working upgrade of the multicast codewollman1994-09-0612-935/+2392
* Obey RFC 793, section 3.4:wollman1994-08-263-5/+6
* Made idempotent.paul1994-08-2121-21/+122
* Fix up some sloppy coding practices:wollman1994-08-189-28/+24
* Added $Id$dg1994-08-0241-0/+41
* fixed bug where large amounts of unidirectional UDP traffic would filldg1994-08-011-0/+10
* Fixed bug with Nagel Congestion Avoidance where a tcp connection woulddg1994-08-012-2/+38
* Increased tcp_send/recvspace to 16k, and added TCP_SMALLSPACE ifdefdg1994-05-291-2/+12
OpenPOWER on IntegriCloud