summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* - Make ip_rtaddr() global, and use it to look up the correct sourceru2001-11-304-42/+35
* ipfw_modevent(): Don't use an unnatural block to define a variabledd2001-11-271-3/+0
* Remove debugging printfs that weren't conditional on any debuggingdd2001-11-271-2/+0
* In icmp_reflect(): If the packet was not addressed to us and wasdd2001-11-271-2/+15
* Add include of net/route.h, as structures moved around due to therwatson2001-11-271-0/+1
* Clear a new syncache entry first, followed by filling in values. Thistanimura2001-11-271-4/+4
* When servicing an internal FTP server, punch ipfirewall(4) holesru2001-11-271-5/+2
* Restore the ability to use IP_FW_ADD with setsockopt(2) that gotru2001-11-261-0/+1
* Fixed a buffer overrun. In my kernel configuration, tcp_syncache happensbde2001-11-231-1/+1
* Introduce a syncache, which enables FreeBSD to withstand a SYN floodjlemon2001-11-2210-1066/+1909
* Move initialization of snd_recover into tcp_sendseqinit().jlemon2001-11-213-3/+1
* Give struct socket structures a ref counting interface similar todillon2001-11-171-1/+1
* o Replace reference to 'struct proc' with 'struct thread' in 'structrwatson2001-11-085-15/+17
* - Fixes non-zero'd out sin_zero field problem so that the paddingarr2001-11-061-0/+1
* 3.5 years ago Wollman wrote:phk2001-11-052-240/+0
* MFS: sync the ipfw/dummynet/bridge code with the one recently mergedluigi2001-11-047-126/+157
* s/FREE/free/luigi2001-11-041-1/+1
* cmott@scientech.com -> cm@linktel.netbrian2001-11-039-10/+10
* Fix a (long standing?) bug in ip_output(): if ip_insertoptions() iswpaul2001-10-301-1/+1
* Make sure the netmask always has an address family. This fixes Linuxdes2001-10-301-3/+4
* When dropping a packet because there is no room in the queue (which itselfjlemon2001-10-301-0/+1
* A few more style changes picked up whilst working on an MFC to -stable.joe2001-10-291-2/+2
* Fix some whitespace, and a comment that I missed in the last commit.joe2001-10-291-3/+4
* Clean up the style of this header file.joe2001-10-291-186/+190
* fix int argument used in printf w/ %ld (cast to long)dillon2001-10-291-2/+3
* Don't use the ip_timestamp structure to access timestamp options, as thejlemon2001-10-251-29/+22
* If we are bridging, fall back to using any inet address in the system,jlemon2001-10-251-4/+9
* Relocate the KASSERT for a null recvif to a location where it willjlemon2001-10-251-1/+1
* restore the data of the ip header when extended udp header and data checksumume2001-10-221-0/+3
* Only examine inet addresses of the interface. This was broken in r1.83,jlemon2001-10-201-2/+4
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.ru2001-10-174-13/+11
* bring in ARP support for variable length link level addressesfjoe2001-10-142-101/+157
* - Combine kern.ps_showallprocs and kern.ipc.showallsockets intorwatson2001-10-094-11/+11
* Add a flag TF_LASTIDLE, that forces a previously idle connectionjayanth2001-10-052-1/+9
* Only allow users to see their own socket connections ifps2001-10-055-8/+23
* Make it so dummynet and bridge can be loaded as modules.ps2001-10-056-119/+102
* in_ifinit apparently can be used to rewrite an ip address; recalculatejlemon2001-10-011-1/+5
* Fix a problem with unnumbered rules introduced in latest commit.luigi2001-10-011-3/+3
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-3/+3
* Add __FBSDID's to libaliasdillon2001-09-3010-21/+32
* Nuke unused (and incorrect) #define of INADDR_HMASK.jlemon2001-09-291-1/+0
* Make the INADDR_TO_IFP macro use the IP address hash lookup instead ofjlemon2001-09-291-1/+1
* Add a hash table that contains the list of internet addresses, and usejlemon2001-09-296-63/+113
* Centralize satosin(), sintosa() and ifatoia() macros in <netinet/in.h>jlemon2001-09-295-11/+6
* Two main changes here:luigi2001-09-276-252/+333
* Remove unused (and duplicate) struct ip_opts which is never used,luigi2001-09-271-12/+0
* Include sys/proc.h for the definition of securelevel_ge().brooks2001-09-261-0/+1
* o Modify IPFW and DUMMYNET administrative setsockopt() calls to userwatson2001-09-262-5/+13
* Make faith loadable, unloadable, and clonable.brooks2001-09-254-28/+4
* Fix a null pointer dereference introduced in the last commit, plusluigi2001-09-241-6/+4
OpenPOWER on IntegriCloud