aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modify the kernel to use the new pr_usrreqs interface rather than the oldGarrett Wollman1996-07-114-11/+450
* Adding changes to ipfw and the kernel to support ip packet diversion..Julian Elischer1996-07-108-57/+584
* Functionality for IPFIREWALL_VERBOSE logging:Nate Williams1996-07-091-1/+7
* Reject rules which try to mix ports with incompatible protocols.Alexander Langer1996-06-291-1/+11
* Allow fragment checking to work with specific protocols.Alexander Langer1996-06-251-16/+26
* Use IPFIREWALL_MODULE instead of ACTUALLY_LKM_NOT_KERNEL to indicateBruce Evans1996-06-231-4/+4
* Set the rmx.rmx_expire to 0 when creating fake ethernet addresses for thePeter Wemm1996-06-211-1/+3
* Use the route that's guaranteed to exist when picking a source addressBill Fenner1996-06-201-2/+2
* Remove one last rip_output from inetsw (gpalmer missed it in rev 1.30)Bill Fenner1996-06-201-2/+2
* Put the 'debug' messages of the type:Nate Williams1996-06-201-1/+3
* Fix chain numbering bug when the highest line number installed >= 65435Alexander Langer1996-06-171-16/+27
* Better selection of initial retransmit timeout when no cachedGarrett Wollman1996-06-143-13/+10
* Don't try to include opt_ipfw.h in LKMsGary Palmer1996-06-131-1/+3
* Keep ether_type in network order for BPF to be consistent with otherDavid Greenman1996-06-131-3/+3
* Convert ipfw to use opt_ipfw.hGary Palmer1996-06-122-2/+7
* Clean up -Wunused warnings.Gary Palmer1996-06-121-3/+1
* Big sweep over ipfw, picking up where Poul left off:Alexander Langer1996-06-092-83/+133
* Changed some memcpy()'s back to bcopy()'s.Bruce Evans1996-06-085-13/+13
* Instrument UDP PCB hashing to see how often the hash lookup is effectiveGarrett Wollman1996-06-052-2/+4
* Correct formula for TCP RTO calculation. Also try to do a better job inGarrett Wollman1996-06-053-11/+7
* Fix a bug in the handling of the "persist" state which, under certainJohn Polstra1996-06-031-7/+12
* Correct spelling error in commentGary Palmer1996-06-021-2/+2
* More closely preserve the original operation of rresvport() when usingPeter Wemm1996-05-311-2/+3
* Conditionalize calls to IPFW code on COMPAT_IPFW. This is done slightlyGarrett Wollman1996-05-222-2/+20
* Fix an embarresing error on my part that made the IP_PORTRANGE optionsPeter Wemm1996-05-211-1/+2
* Make it possible to return more than one piece of control informationGarrett Wollman1996-05-091-2/+34
* Remove useless entries from the inetsw structure initiliser whichGary Palmer1996-05-081-8/+8
* Clean up various compiler warnings. Most (if not all) were benignGary Palmer1996-05-082-4/+14
* Several locations in sys/netinet/ip_fw.c are lacking or incorrectlyPoul-Henning Kamp1996-05-061-14/+18
* Add three new route flags to help determine what sort of addressGarrett Wollman1996-05-062-9/+43