summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed the bug that prevented communication with FTP servers behindru2001-09-211-3/+4
* o Rename u_cansee() to cr_cansee(), making the name more comprehensiblerwatson2001-09-203-5/+5
* A bunch of minor changes to the code (see below) for readability, code sizeluigi2001-09-202-310/+339
* Fixed comment: ipip_input -> mroute_encapcheck.sumikawa2001-09-201-1/+1
* Removed ipip_input(). No codes calls it anymore due to ip_encap.c'ssumikawa2001-09-181-4/+0
* KSE Milestone 2julian2001-09-1213-95/+95
* Remove some un-needed code that was accidentally included injulian2001-09-071-15/+0
* Patches from KAME to remove usage of Varargs in existingjulian2001-09-072-13/+4
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-063-4/+4
OpenPOWER on IntegriCloud