aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Clean up warning.Jonathan Lemon2001-02-151-1/+0
* Add definitions for IPPROTO numbers 55-57.Jeroen Ruigrok van der Werven2001-02-141-1/+3
* Introduce a new feature in IPFW: Check of the source or destinationPoul-Henning Kamp2001-02-132-1/+16
* Clean up RST ratelimiting. Previously, ratelimiting occured before testsBosko Milekic2001-02-115-78/+109
* Sync with the bridge/dummynet/ipfw code already tested in stable.Luigi Rizzo2001-02-104-59/+52
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-1/+1
* Fix bad patch from a few days ago. It broke some bridging.Julian Elischer2001-02-051-9/+10
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-045-14/+7
* fix duplicate rcsidDarren Reed2001-02-041-1/+0
* fix conflictsDarren Reed2001-02-0414-114/+254
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-0414-79/+77
* Use <sys/queue.h> macro API.Poul-Henning Kamp2001-02-041-11/+8
* Make the code act the same in the case of BRIDGE being defined, but notJulian Elischer2001-02-031-16/+26
* When turning off TCP_NOPUSH, call tcp_output to immediately flushJonathan Lemon2001-02-021-4/+14
* MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately)Luigi Rizzo2001-02-026-54/+77
* Add a few ``const''s to silence some -Wwrite-strings warningsBrian Somers2001-01-291-7/+9
* Ignore leading witespace in the string given to PacketAliasProxyRule().Brian Somers2001-01-291-0/+1
* Make sure we do not follow an invalid pointer in ipfw_reportLuigi Rizzo2001-01-271-1/+2
* Minor cleanups after yesterday's patch.Luigi Rizzo2001-01-262-8/+5
* Bring dummynet in line with the code that now works in -STABLE.Luigi Rizzo2001-01-262-128/+163
* Pass up errors returned by dummynet. The same should be done withLuigi Rizzo2001-01-251-3/+3
* Correct a comment.Garrett Wollman2001-01-242-2/+2
* When attempting to bind to an ephemeral port, if no such port isWes Peters2001-01-231-2/+2
* Change critical section protection for dummynet from splnet() toLuigi Rizzo2001-01-221-15/+45
* First step towards an MP-safe zone allocator:Dag-Erling Smørgrav2001-01-211-2/+2
* Document data structures and operation on dummynet so next timeLuigi Rizzo2001-01-171-41/+116
* Some dummynet patches that I forgot to commit last summer.Luigi Rizzo2001-01-162-34/+75
* Prototype inet_ntoa_r and thereby silence a warning from GCC. The functionBosko Milekic2001-01-121-0/+1
* o Minor style(9)ism to make consistent with -STABLERobert Watson2001-01-091-1/+1
* o IPFW incorrectly handled filtering in the presence of previouslyRobert Watson2001-01-093-8/+18
* provide a sysctl 'net.link.ether.inet.log_arp_wrong_iface' to allow oneAlfred Perlstein2001-01-061-0/+7
* Fix incorrect logic wouldn't disconnect incomming connections that had beenAlfred Perlstein2001-01-031-1/+1
* include tcp header files to get the prototype for tcp_seq_vs_sessAssar Westerlund2000-12-271-0/+2
* Update the "icmp_admin_prohib_like_rst" code to check the tcp-window andPoul-Henning Kamp2000-12-246-22/+144
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-212-2/+2
* Use getmicrotime() instead of microtime() when timestamping ICMP packets,Bill Fumerola2000-12-161-1/+1
* We currently does not react to ICMP administratively prohibitedPoul-Henning Kamp2000-12-164-0/+66
* Change the following:Bosko Milekic2000-12-155-11/+43
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-087-30/+20
* Staticize some malloc M_ instances.Poul-Henning Kamp2000-12-081-1/+1
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-254-26/+17
* Revert the last commit to the callout interface, and add a flag toJonathan Lemon2000-11-252-10/+10
* Fixup (hopefully) bridging + ipfw + dummynet together...Bosko Milekic2000-11-231-5/+5
* mdoc(7) police: use the new feature of the An macro.Ruslan Ermilov2000-11-221-24/+14
* While I'm here, get rid of (now useless) MCLISREFERENCED and use MEXT_IS_REFBosko Milekic2000-11-111-6/+2
* Fixed the security breach I introduced in rev 1.145.Ruslan Ermilov2000-11-071-3/+3
* tp->snd_recover is part of the New Reno recovery algorithm, and shouldJonathan Lemon2000-11-042-2/+12
* Fixed the bug I have introduced in icmp_error() in revision 1.44.Ruslan Ermilov2000-11-021-1/+1
* Wrong checksum may have been computed for certain UDP packets.Ruslan Ermilov2000-11-011-1/+1