summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Fix bad patch from a few days ago. It broke some bridging.julian2001-02-051-9/+10
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-045-14/+7
* fix duplicate rcsiddarrenr2001-02-041-1/+0
* fix conflictsdarrenr2001-02-0414-114/+254
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-0414-79/+77
* Use <sys/queue.h> macro API.phk2001-02-041-11/+8
* Make the code act the same in the case of BRIDGE being defined, but notjulian2001-02-031-16/+26
* When turning off TCP_NOPUSH, call tcp_output to immediately flushjlemon2001-02-021-4/+14
* MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately)luigi2001-02-026-54/+77
* Add a few ``const''s to silence some -Wwrite-strings warningsbrian2001-01-291-7/+9
* Ignore leading witespace in the string given to PacketAliasProxyRule().brian2001-01-291-0/+1
* Make sure we do not follow an invalid pointer in ipfw_reportluigi2001-01-271-1/+2
* Minor cleanups after yesterday's patch.luigi2001-01-262-8/+5
* Bring dummynet in line with the code that now works in -STABLE.luigi2001-01-262-129/+164
* Pass up errors returned by dummynet. The same should be done withluigi2001-01-251-3/+3
* Correct a comment.wollman2001-01-242-2/+2
* When attempting to bind to an ephemeral port, if no such port iswes2001-01-231-2/+2
* Change critical section protection for dummynet from splnet() toluigi2001-01-221-15/+45
* First step towards an MP-safe zone allocator:des2001-01-211-2/+2
* Document data structures and operation on dummynet so next timeluigi2001-01-171-42/+117
* Some dummynet patches that I forgot to commit last summer.luigi2001-01-162-34/+75
* Prototype inet_ntoa_r and thereby silence a warning from GCC. The functionbmilekic2001-01-121-0/+1
* o Minor style(9)ism to make consistent with -STABLErwatson2001-01-091-1/+1
* o IPFW incorrectly handled filtering in the presence of previouslyrwatson2001-01-093-8/+18
* provide a sysctl 'net.link.ether.inet.log_arp_wrong_iface' to allow onealfred2001-01-061-0/+7
* Fix incorrect logic wouldn't disconnect incomming connections that had beenalfred2001-01-031-1/+1
* include tcp header files to get the prototype for tcp_seq_vs_sessassar2000-12-271-0/+2
* Update the "icmp_admin_prohib_like_rst" code to check the tcp-window andphk2000-12-246-22/+144
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-212-2/+2
* Use getmicrotime() instead of microtime() when timestamping ICMP packets,billf2000-12-161-1/+1
* We currently does not react to ICMP administratively prohibitedphk2000-12-164-0/+66
* Change the following:bmilekic2000-12-155-11/+43
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-087-30/+20
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-254-26/+17
* Revert the last commit to the callout interface, and add a flag tojlemon2000-11-252-10/+10
* Fixup (hopefully) bridging + ipfw + dummynet together...bmilekic2000-11-231-5/+5
* mdoc(7) police: use the new feature of the An macro.ru2000-11-221-24/+14
* While I'm here, get rid of (now useless) MCLISREFERENCED and use MEXT_IS_REFbmilekic2000-11-111-6/+2
* Fixed the security breach I introduced in rev 1.145.ru2000-11-071-3/+3
* tp->snd_recover is part of the New Reno recovery algorithm, and shouldjlemon2000-11-042-2/+12
* Fixed the bug I have introduced in icmp_error() in revision 1.44.ru2000-11-021-1/+1
* Wrong checksum may have been computed for certain UDP packets.ru2000-11-011-1/+1
* Wrong checksum used for certain reassembled IP packets before diverting.ru2000-11-011-1/+4
* It's no longer true that "nobody uses ia beyond here"; it's nowjoe2000-11-011-1/+1
* Do not waste a time saving a copy of IP header if we are certainlyru2000-10-311-1/+2
* Added boolean argument to link searching functions, indicatingru2000-10-307-107/+42
* A significant rewrite of PPTP aliasing code.ru2000-10-304-151/+265
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-294-4/+0
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-292-2/+0
OpenPOWER on IntegriCloud