aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Fix a logic error in the check to see if arplookup() should free the route.Bruce M Simpson2003-09-241-1/+1
* Fix a bug in arplookup(), whereby a hostile party on a locallyBruce M Simpson2003-09-231-6/+14
* MFSJesper Skriver2001-08-051-1/+33
* MFS: ipfw `me' fix.Ruslan Ermilov2001-07-181-20/+10
* MFC: Better TCP initial sequence number randomness from OpenBSD.Kris Kennaway2001-04-186-5/+89
* fix security hole created by fragment cacheDarren Reed2001-04-075-10/+36
* MFCJesper Skriver2001-03-292-2/+3
* MFC: (1.79) Add a missing m_pullup() before an mtod() in in_arpinput().Yaroslav Tykhiy2001-03-291-0/+6
* MFC: Replace dyn_fin_lifetime with dyn_ack_lifetime for half-closed state.Hidetoshi Shimokawa2001-03-281-1/+1
* By doing "ipf -P -f -", a user can cause the box to panic if they haveJordan K. Hubbard2001-03-201-4/+8
* MFC: r1.56; Unbreak LINTJonathan Lemon2001-03-131-5/+17
* MFC: rev 1.82: Correctly cleanup in case of failure to bind a pcb.Poul-Henning Kamp2001-03-121-11/+10
* MFC: 1.122->1.223 Set up `ia' properly for dummynet packets to avoidIan Dowse2001-03-111-4/+8
* MFC: let protocol layer decide how to handle accept() on a disconnected socket.Jonathan Lemon2001-03-091-0/+8
* MFC: r1.161; fix for byte swapped RST sequence number.Jonathan Lemon2001-03-091-1/+1
* MFC: Fix mbuf free-list corruption problem in icmp_error(). ForIan Dowse2001-03-082-8/+20
* in the spirit r1.160, fix code dealing with fragmented packets and tcpoptionsBill Fumerola2001-03-061-0/+1
* MFC: 1.158 - 1.161Don Lewis2001-03-051-11/+58
* MFC:David E. O'Brien2001-03-055-10/+0
* MFC: Call rtfree() not only if initial two conditions fail, butBosko Milekic2001-03-051-13/+7
* MFC: Keep stats on interface address traffic for ipv4 and ipv6 packets.Josef Karthauser2001-03-042-4/+20
* MFC: rwatson moved jails to struct ucred in -current, but not in -stable,Poul-Henning Kamp2001-03-041-1/+1
* MFC: fix jails.Poul-Henning Kamp2001-03-041-0/+3
* MFC: r1.157; net.inet.ip.check_interface sysctlJonathan Lemon2001-03-021-1/+5
* MFC: r1.156; verify incoming packet is arriving on correct interface.Jonathan Lemon2001-03-011-14/+18
* MFC: r1.40; use a slightly more aggressive timeout for initial TCP connectionJonathan Lemon2001-03-011-1/+7
* MFC: another component of TCP newreno I overlooked in last commit.Jonathan Lemon2001-03-011-0/+5
* MFC: TCP New Reno algorithmJonathan Lemon2001-03-014-7/+89
* MFC: r1.93; drop TCP connection on conversion of soft error to hard error.Jonathan Lemon2001-03-011-3/+7
* MFC: r1.80; relocate do_tcpdrain sysctl.Jonathan Lemon2001-03-011-2/+2
* MFC: new handling of ICMP packetsJonathan Lemon2001-03-017-129/+98
* MFC various trivial/textual changes.Poul-Henning Kamp2001-02-274-18/+23
* MFC:Poul-Henning Kamp2001-02-271-27/+40
* MFC: r1.124, delayed ack fix.Jonathan Lemon2001-02-251-5/+11
* MFC: Clean up RST ratelimiting (1.51 in HEAD).Bosko Milekic2001-02-244-38/+85
* MFC:Jesper Skriver2001-02-244-28/+75
* Reintroduce the check for log_arp_wrong_iface, deleted byLuigi Rizzo2001-02-211-1/+2
* MFC: clean up warningJonathan Lemon2001-02-211-1/+0
* MFC: ipfw "me" functionality.Poul-Henning Kamp2001-02-201-0/+1
* MFC: The ipfw src/dst "me" keyword support.Poul-Henning Kamp2001-02-202-1/+15
* MFC: remove unused data structure definitionLuigi Rizzo2001-02-181-10/+0
* osreldate.h --> sys/param.hGregory Sutter2001-02-181-1/+1
* remove include for <sys/osreldate.h> when compiling kernelDarren Reed2001-02-171-2/+0
* merge changes from 3.4.8 to 3.4.16Darren Reed2001-02-1719-320/+1153
* Convert to the use of <sys/queue.h> macros.Luigi Rizzo2001-02-093-48/+46
* Another sweep at the bridge/ipfw/dummynet code, thanks to the bugLuigi Rizzo2001-02-075-32/+19
* MFC: 1.76->1.77 fix bad patchJulian Elischer2001-02-051-9/+10
* MFC: 1.74->1.75Julian Elischer2001-02-041-16/+26
* A recent commit (1.131.2.13) removed the security fix associated withRobert Watson2001-02-041-1/+3
* Assorted bridge+ipfw+dummynet fixes. The general goal of this setLuigi Rizzo2001-02-015-50/+62