summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Reject rules which try to mix ports with incompatible protocols.alex1996-06-291-1/+11
* Allow fragment checking to work with specific protocols.alex1996-06-251-16/+26
* Use IPFIREWALL_MODULE instead of ACTUALLY_LKM_NOT_KERNEL to indicatebde1996-06-231-4/+4
* Set the rmx.rmx_expire to 0 when creating fake ethernet addresses for thepeter1996-06-211-1/+3
* Use the route that's guaranteed to exist when picking a source addressfenner1996-06-201-2/+2
* Remove one last rip_output from inetsw (gpalmer missed it in rev 1.30)fenner1996-06-201-2/+2
* Put the 'debug' messages of the type:nate1996-06-201-1/+3
* Fix chain numbering bug when the highest line number installed >= 65435alex1996-06-171-16/+27
* Better selection of initial retransmit timeout when no cachedwollman1996-06-143-13/+10
* Don't try to include opt_ipfw.h in LKMsgpalmer1996-06-131-1/+3
* Keep ether_type in network order for BPF to be consistent with otherdg1996-06-131-3/+3
* Convert ipfw to use opt_ipfw.hgpalmer1996-06-122-2/+7
* Clean up -Wunused warnings.gpalmer1996-06-121-3/+1
* Big sweep over ipfw, picking up where Poul left off:alex1996-06-092-83/+133
* Changed some memcpy()'s back to bcopy()'s.bde1996-06-085-13/+13
* Instrument UDP PCB hashing to see how often the hash lookup is effectivewollman1996-06-052-2/+4
* Correct formula for TCP RTO calculation. Also try to do a better job inwollman1996-06-053-11/+7
* Fix a bug in the handling of the "persist" state which, under certainjdp1996-06-031-7/+12
* Correct spelling error in commentgpalmer1996-06-021-2/+2
* More closely preserve the original operation of rresvport() when usingpeter1996-05-311-2/+3
* Conditionalize calls to IPFW code on COMPAT_IPFW. This is done slightlywollman1996-05-222-2/+20
* Fix an embarresing error on my part that made the IP_PORTRANGE optionspeter1996-05-211-1/+2
* Make it possible to return more than one piece of control informationwollman1996-05-091-2/+34
* Remove useless entries from the inetsw structure initiliser whichgpalmer1996-05-081-8/+8
* Clean up various compiler warnings. Most (if not all) were benigngpalmer1996-05-082-4/+14
* Several locations in sys/netinet/ip_fw.c are lacking or incorrectlyphk1996-05-061-14/+18
* Add three new route flags to help determine what sort of addresswollman1996-05-062-9/+43
* Back out my stupid braino; I was thinking strlen and not sizeof.fenner1996-05-023-6/+6
* Size temp var correctly; buf[4*sizeof "123"] is not long enoughfenner1996-05-023-6/+6
* inet_ntoa buffer was evaluated twice in log_in_vain, fix it.ache1996-04-273-9/+21
* Delete #ifdef notdef blocks containing old method of srtt calculation.wollman1996-04-263-114/+3
* Delete #if 0 block containing remnants of pre-MTU discovery rmx_mtuwollman1996-04-261-17/+1
* Delete #if 0 block containing unused definitions for ARPANET/DDN IMPwollman1996-04-261-47/+1
* Fixed in-line IP header checksumming. It was performed on the wrong headerbde1996-04-211-2/+2
* Three speed-ups in the output path (two small, one substantial):wollman1996-04-181-39/+51
* Define a few macros useful in the _IP_VHL case.wollman1996-04-181-1/+8
* Fix a warning by not referencing ip_output() as a pr_output() member.wollman1996-04-181-2/+2
* Always call ip_output() with a valid route pointer. For igmp, also get thewollman1996-04-182-17/+24
* Two fixes from Rich Stevens:dg1996-04-152-7/+10
* Eliminated sloppy common-style declarations. Now there are no duplicatedbde1996-04-132-4/+12
* Fix a bogon I introduced with my last change.phk1996-04-121-2/+2
* Logging UDP and TCP connection attempts should not be enabled by default.pst1996-04-093-6/+6
* Added proper splnet protection while modifying the interface address list.dg1996-04-071-2/+17
* Add a sysctl (net.inet.tcp.always_keepalive: 0) that when set will forcephk1996-04-041-2/+7
* Log TCP syn packets for ports we don't listen on.phk1996-04-043-5/+37
* Always pass a route structure when calling ip_output().wollman1996-04-031-2/+6
* Add feature for tcp "established".phk1996-04-035-54/+43
* Fix two cases where ia->ia_ifp could be NULL.phk1996-04-021-2/+4
* In tcp_respond(), check that ro->ro_rt is non-null before RTFREEingwollman1996-03-272-4/+4
* Make rip_input() take the header lengthfenner1996-03-266-29/+20
OpenPOWER on IntegriCloud