summaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* MFC ucred structure leak fix.release/5.2.1Pawel Jakub Dawidek2004-02-231-0/+2
* MFC 1.136: do not deref freed pointerHajimu UMEMOTO2004-01-271-2/+2
* MFC: Limiters and sanity checks for TCP MSS resource exhaustion attacks.Andre Oppermann2004-01-091-0/+24
* MFC rev 1.20: Reduce TCP_MINMSS default to 216.Andre Oppermann2004-01-091-4/+3
* MFC: Limiters and sanity checks for TCP MSS resource exhaustion attacks.Andre Oppermann2004-01-095-4/+92
* MFC rev 1.173: If path mtu discovery is enabled set the DF bit in allAndre Oppermann2004-01-091-0/+4
* MFC rev 1.204: Do not set the ip_id to zero when DF is set on packet.Andre Oppermann2004-01-091-12/+6
* MFC 1.97: fix double mutex initialization when statically configuredSam Leffler2003-12-231-11/+27
* MFC rev. 1.52: IN_MULTICAST wants an address in host byte order.Maxim Konovalov2003-12-231-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_2'.cvs2svn2003-12-0718-15031/+0
* Do not panic when flushing dummynet firewall rulesMaksim Yevmenkin2003-12-061-1/+1
* Swap destination and source arguments of two bcopy() calls.Andre Oppermann2003-12-021-2/+2
* Include opt_ipsec.h so IPSEC/FAST_IPSEC is defined and the appropriateSam Leffler2003-12-021-0/+1
* Fix an optimization where I made an ifdef'd out section to broad.Andre Oppermann2003-11-281-4/+4
* Fix verify_rev_path() function. The author of this function tried toAndre Oppermann2003-11-271-13/+7
* Make sure all uses of stack allocated struct route's are properlyAndre Oppermann2003-11-264-8/+7
* Split the "inp" mutex class into separate classes for each of divert,Sam Leffler2003-11-266-9/+11
* Restructure a too broad ifdef which was disabling the setting of theAndre Oppermann2003-11-252-4/+8
* Correct a problem where ipfw-generated packets were being returnedSam Leffler2003-11-241-5/+9
* Use MPSAFE callouts only when debug.mpsafenet is 1. Both timer routinesSam Leffler2003-11-232-2/+2
* bzero() the the sockaddr used for the destination address forThomas Moestl2003-11-231-0/+1
* Introduce tcp_hostcache and remove the tcp specific metrics fromAndre Oppermann2003-11-2020-1027/+1569
* Remove RTF_PRCLONING from routing table and adjust users of itAndre Oppermann2003-11-206-22/+13
* Fix an arguments order in check_uidgid() call.Maxim Konovalov2003-11-201-2/+2
* Introduce a MAC label reference in 'struct inpcb', which cachesRobert Watson2003-11-188-18/+54
* In rip_abort(), unlock the inpcb if we didn't detach it, or we mayOlivier Houchard2003-11-171-0/+2
* Fix a few cases where MT_TAG-type "fake mbufs" are created on the stack, butBrian Feldman2003-11-172-0/+3
* Make two casts correct for all types of 64bit platforms.Andre Oppermann2003-11-161-2/+2
* Correct a cast to make it compile on 64bit platforms (noticed by tinderbox)Andre Oppermann2003-11-151-6/+6
* Make ipstealth global as we need it in ip_fastforward too.Andre Oppermann2003-11-152-1/+4
* Remove the global one-level rtcache variable and associatedAndre Oppermann2003-11-146-241/+102
* Introduce ip_fastforward and remove ip_flow.Andre Oppermann2003-11-146-452/+837
* add missing inpcb lock before call to tcp_twclose (which reclaims the inpcb)Sam Leffler2003-11-131-0/+1
* o reorder some locking asserts to reflect the order of the locksSam Leffler2003-11-131-3/+4
* Move global variables for icmp_input() to its stack. With SMP orAndre Oppermann2003-11-131-10/+18
* Do not fragment a packet with hardware assistance if it has the DFAndre Oppermann2003-11-121-1/+2
* Add a new sysctl knob, net.inet.udp.strict_mcast_mship, to the udp_input path.Bruce M Simpson2003-11-121-0/+28
* dropwithreset is not needed in this case as tcp_drop() is already notifyingAndre Oppermann2003-11-122-2/+2
* Modify the MAC Framework so that instead of embedding a (struct label)Robert Watson2003-11-121-5/+1
* correct typosSam Leffler2003-11-111-2/+2
* o add missing inpcb locking in tcp_respondSam Leffler2003-11-111-37/+46
* use Giant-less callouts when debug_mpsafenet is non-zeroSam Leffler2003-11-101-1/+2
* In in_pcbconnect_setup(), don't use the cached inp->inp_route unlessIan Dowse2003-11-101-4/+4
* Mark TCP syncache timer as not Giant-free ready yet.Jeffrey Hsu2003-11-101-1/+1
* replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREFSam Leffler2003-11-085-7/+5
* divert socket fixups:Sam Leffler2003-11-083-15/+74
* assert optional inpcb is passed in lockedSam Leffler2003-11-081-0/+2
* add locking assertionsSam Leffler2003-11-081-4/+29
* assert inpcb is locked in udp_outputSam Leffler2003-11-081-0/+1
* o correct locking problem: the inpcb must be held across tcp_respondSam Leffler2003-11-084-36/+46