summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Dequeue mbuf before freeing it. Fixes mbuf leak and a potential crash whendg1996-09-081-2/+5
* Fix the visibility of the sysctl variables.alex1996-08-311-5/+5
* Oops, send the operation type, not the name to the NAT code...sos1996-08-271-2/+2
* Mark sockets where the kernel chose the port# for.phk1996-08-232-2/+5
* Add hooks for an IP NAT module, much like the firewall stuff...sos1996-08-215-23/+60
* Add #define's for RFC1716/RFC1812 new ICMP UNREACHABLE types.fenner1996-08-201-1/+4
* Completely rewrite handling of protocol field for firewalls, things arepst1996-08-132-98/+45
* Add two more portrange sysctls, which control the area of the belowpeter1996-08-122-17/+52
* Megacommit to straigthen out ETHER_ mess.phk1996-08-061-31/+17
* Filter by IP protocol.alex1996-08-051-21/+36
* Eliminate some more references to separate ip_v and ip_hl fields.wollman1996-07-245-16/+28
* Removed extraneous return.alex1996-07-201-2/+1
* Switch back to logging accepted packets with the text "Allow" insteadalex1996-07-141-2/+2
* Fixed two bugs in previous commit: be sure to include tcp_debug.h whendg1996-07-122-3/+6
* Fix braino in rev 1.30 fix; m_copy() the mbuf that has the headerfenner1996-07-121-2/+2
* Don't use NULL in non-pointer contexts.bde1996-07-121-2/+2
* Modify the kernel to use the new pr_usrreqs interface rather than the oldwollman1996-07-114-11/+450
* Adding changes to ipfw and the kernel to support ip packet diversion..julian1996-07-108-57/+584
* Functionality for IPFIREWALL_VERBOSE logging:nate1996-07-091-1/+7
* 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
OpenPOWER on IntegriCloud