summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Get rid of checking for ip sec history. It is true that packets are notguido2002-10-161-5/+0
* correct PCB locking in broadcast/multicast case that was exposed by changesam2002-10-161-1/+1
* Tie new "Fast IPsec" code into the build. This involves the usualsam2002-10-1614-92/+438
* Replace aux mbufs with packet tags:sam2002-10-1619-106/+51
* Increase the max dummynet hash size from 1024 to 65536. Default is stillseanc2002-10-122-2/+8
* turn off debugging by default if bandwidth delay product limiting isdillon2002-10-102-2/+2
* Update various comments mainly related to retransmit/FIN that Idillon2002-10-101-6/+36
* Fix IPOPT_TS processing: do not overwrite IP address by timestamp.maxim2002-10-101-0/+2
* Since bpf is no longer an optional component, remove associated ifdef's.sobomax2002-10-021-7/+2
* Include <sys/cdefs.h> so the visibility conditionals are available.mike2002-10-021-0/+2
* Use visibility conditionals. Only TCP_NODELAY ends up being definedmike2002-10-021-1/+6
* Guido found another bug. There is a situation withdillon2002-09-302-0/+2
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
* Zap now-unused SHLIB_MINORpeter2002-09-281-1/+0
* Slightly rearrange a code in rev. 1.164:maxim2002-09-231-4/+8
* s/__attribute__((__packed__))/__packed/galfred2002-09-232-26/+26
* Fix issue where shutdown(socket, SHUT_RD) was effectivelysilby2002-09-222-6/+20
* Use m_fixhdr() rather than roll our own.phk2002-09-181-6/+2
* Guido reported an interesting bug where an FTP connection between adillon2002-09-172-10/+46
* Remove __RCSID().sobomax2002-09-171-3/+0
* Explicitly clear M_FRAG flag on a mbuf with the last fragment to unbreakmaxim2002-09-171-1/+2
* In rare cases when there is no room for ip options ip_insertoptions()maxim2002-09-171-1/+3
* Tempary fix for inet6. The final fix is to change in6_pcbnotify to take pcbin...jennifer2002-09-171-0/+2
* Remove superfluous break.sobomax2002-09-101-1/+0
* Since from now on encap_input() also catches IPPROTO_MOBILE and IPPROTO_GREsobomax2002-09-091-1/+1
* Reduce namespace pollution by staticizing everything, which doesn't need tosobomax2002-09-061-4/+4
* Add a new gre(4) driver, which could be used to create GRE (RFC1701)sobomax2002-09-063-0/+415
* Fixed namespace pollution in uma changes:bde2002-09-051-2/+3
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead of dependingbde2002-09-051-8/+6
* Add in_hosteq() and in_nullhost() macros to make life of developerssobomax2002-09-041-0/+3
* some ipfilter files that accidently got imported heredarrenr2002-08-293-696/+0
* This commit was generated by cvs2svn to compensate for changes in r102514,darrenr2002-08-283-0/+696
|\
| * Import IPfilter 3.4.29. Main purpose is to address ftp proxy problems.darrenr2002-08-283-0/+696
| * Update IP Filter kernel sourcedarrenr2001-02-0414-119/+259
| * Import IP filter 3.4.13darrenr2000-10-298-48/+58
| * Import IP Filter 3.4.12 into kernel source treedarrenr2000-10-2614-192/+613
| * Import IP Filter 3.4.9 bits into the kerneldarrenr2000-08-1310-102/+367
| * import ipfilter 3.4.8darrenr2000-07-1913-112/+226
| * Import IP Filter 3.4.4 into the kerneldarrenr2000-05-2420-2519/+6875
| * This commit was manufactured by cvs2svn to create branch 'DARRENR'.cvs2svn1999-12-063-0/+612
* | Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-253-3/+3
* | Lock the sysctl(8) knobs that turn ip{,6}fw(8) firewalling andcjc2002-08-251-3/+6
* | Correct bug in t_bw_rtttime rollover, #undef USERTTdillon2002-08-242-2/+10
* | Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-221-2/+2
* | o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-3/+3
* | Create new functions in_sockaddr(), in6_sockaddr(), andtruckman2002-08-213-46/+72
* | Enclose IPv6 addresses in brackets when they are displayed printable with ajmallett2002-08-192-6/+14
* | Raise limit for port lists to 30 entries/ranges.luigi2002-08-191-6/+4
* | Implement TCP bandwidth delay product window limiting, similar to (butdillon2002-08-177-0/+338
* | Cosmetic-only changes for readability.hsu2002-08-172-652/+556
OpenPOWER on IntegriCloud