summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Switch to using a struct xucred instead of a struct xucred when notgreen2001-02-183-12/+40
* Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotifyphk2001-02-184-39/+120
* remove unused data structure definition, and corresponding macro into*()luigi2001-02-181-10/+0
* Clean up warning.jlemon2001-02-151-1/+0
* Add definitions for IPPROTO numbers 55-57.asmodai2001-02-141-1/+3
* Introduce a new feature in IPFW: Check of the source or destinationphk2001-02-132-1/+16
* Clean up RST ratelimiting. Previously, ratelimiting occured before testsbmilekic2001-02-115-78/+109
* Sync with the bridge/dummynet/ipfw code already tested in stable.luigi2001-02-104-59/+52
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-1/+1
* 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
OpenPOWER on IntegriCloud