summaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Merged with -current: improved PCB hash algorithm.David Greenman1997-03-036-17/+20
* Bring in comment fix from -current.Bill Fenner1997-03-021-11/+10
* YAMFC (rev 1.11, fixes PR#2686)Joerg Wunsch1997-02-221-3/+3
* Daring greatly, since everyone else seems to defer to him in these matters,Garrett Wollman1997-02-211-318/+14
* Mega-merge from -current: bring in the FDDI driver update.Joerg Wunsch1997-02-081-3/+7
* Roll ip_sum mods into 2.2:Brian Somers1997-02-061-4/+5
* Fix my misplaced patch from yesterday... *blush*Joerg Wunsch1997-02-032-4/+4
* YAMFC (revisions 1.4, 1.56, and 1.48, respectively)Joerg Wunsch1997-02-023-5/+6
* merge improvements from -currentAdam David1997-01-292-4/+8
* YAMFCPoul-Henning Kamp1996-11-241-3/+3
* YAMFCPoul-Henning Kamp1996-11-161-5/+6
* YAMFCPoul-Henning Kamp1996-11-121-1/+2
* Merge from -currentPoul-Henning Kamp1996-11-118-113/+127
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1996-11-022-2762/+0
* Fix braino on my part. When we have three different port ranges (default,Peter Wemm1996-10-302-3/+8
* Don't allow reassembly to create packets bigger than IP_MAXPACKET, and countBill Fenner1996-10-255-8/+32
* Give ip_len and ip_off more natural, unsigned types.Garrett Wollman1996-10-232-6/+6
* Changed args to the nat functions.Søren Schmidt1996-10-223-6/+6
* Reword two comments.Alexander Langer1996-10-191-3/+3
* Forward-declared `struct route' for the KERNEL case so that <net/route.h>Bruce Evans1996-10-151-5/+7
* Removed nested include if <sys/socket.h> from <net/if.h> andBruce Evans1996-10-122-2/+4
* Log the interface name which received the packet.Alexander Langer1996-10-121-8/+9
* Fix two bugs I accidently put into the syn code at the last minutePaul Traina1996-10-112-10/+18
* All three files: make COMPAT_IPFW==0 case work again.Garrett Wollman1996-10-073-30/+46
* Improved in_pcblookuphash() to support wildcarding, and changed relaventDavid Greenman1996-10-076-67/+60
* Increase robustness of FreeBSD against high-rate connection attemptPaul Traina1996-10-072-26/+46
* I don't understand, I committed this fix (move a counter and fixed a typo)Paul Traina1996-09-212-8/+6
* Syntax error: so_incom -> so_incompAndrey A. Chernov1996-09-212-4/+4
* If the incomplete listen queue for a given socket is full,Paul Traina1996-09-202-10/+36
* Handle ICMP codes defined in RFC1812 more appropriatelyPaul Traina1996-09-201-1/+7
* Move TCPCTL_KEEPINIT to end of MIB list (sigh)Paul Traina1996-09-131-4/+4
* Make the misnamed tcp initial keepalive timer value (which is really thePaul Traina1996-09-136-14/+21
* Receipt of two SYN's are sufficient to set the t_timer[TCPT_KEEP]Paul Traina1996-09-132-12/+24
* Set subnetsarelocal to false. In a classless world, the other caseGarrett Wollman1996-09-091-2/+2
* Dequeue mbuf before freeing it. Fixes mbuf leak and a potential crash whenDavid Greenman1996-09-081-2/+5
* Fix the visibility of the sysctl variables.Alexander Langer1996-08-311-5/+5
* Oops, send the operation type, not the name to the NAT code...Søren Schmidt1996-08-271-2/+2
* Mark sockets where the kernel chose the port# for.Poul-Henning Kamp1996-08-232-2/+5
* Add hooks for an IP NAT module, much like the firewall stuff...Søren Schmidt1996-08-215-23/+60
* Add #define's for RFC1716/RFC1812 new ICMP UNREACHABLE types.Bill Fenner1996-08-201-1/+4
* Completely rewrite handling of protocol field for firewalls, things arePaul Traina1996-08-132-98/+45
* Add two more portrange sysctls, which control the area of the belowPeter Wemm1996-08-122-17/+52
* Megacommit to straigthen out ETHER_ mess.Poul-Henning Kamp1996-08-061-31/+17
* Filter by IP protocol.Alexander Langer1996-08-051-21/+36
* Eliminate some more references to separate ip_v and ip_hl fields.Garrett Wollman1996-07-245-16/+28
* Removed extraneous return.Alexander Langer1996-07-201-2/+1
* Switch back to logging accepted packets with the text "Allow" insteadAlexander Langer1996-07-141-2/+2
* Fixed two bugs in previous commit: be sure to include tcp_debug.h whenDavid Greenman1996-07-122-3/+6
* Fix braino in rev 1.30 fix; m_copy() the mbuf that has the headerBill Fenner1996-07-121-2/+2
* Don't use NULL in non-pointer contexts.Bruce Evans1996-07-121-2/+2