summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* | sys/netinet/ip_fw2.c:luigi2002-08-161-47/+116
* | make the strings for tcptimers, tanames and prurequests const to silencealfred2002-08-162-2/+2
* | Code formatting sync to trustedbsd_mac: don't perform an assignmentrwatson2002-08-151-2/+2
* | Rename mac_check_socket_receive() to mac_check_socket_deliver() so thatrwatson2002-08-154-6/+6
* | Reset dupack count in header prediction.hsu2002-08-152-0/+2
* | Kernel support for a dummynet option:luigi2002-08-152-1/+2
* | It's now sufficient to rely on a nested include of _label.h to make surerwatson2002-08-151-1/+0
* | Perform a nested include of _label.h if #ifdef _KERNEL. This willrwatson2002-08-151-0/+4
* | Add mac.h -- raw_ip.c was depending on nested inclusion of mac.h whichrwatson2002-08-151-0/+1
* | remove spurious printfphk2002-08-131-1/+1
* | Assert that the inpcb lock is held when calling tcp_output().jennifer2002-08-121-0/+2
* | One bugfix and one new feature.luigi2002-08-102-21/+98
* | Handle PMTU discovery in syn-ack packets slightly differently;silby2002-08-051-8/+6
* | bugfix: move check for udp_blackhole before the one for icmp_bandlim.luigi2002-08-041-2/+2
* | Fix handling of packets which matched an "ipfw fwd" rule on the input side.luigi2002-08-031-0/+13
* | When preserving the IP header in extra mbuf in the IP forwardingrwatson2002-08-021-0/+7
* | Work to fix LINT build.rwatson2002-08-021-0/+1
* | Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-4/+29
* | Document the undocumented assumption that at least one of the PCBrwatson2002-08-012-0/+4
* | Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-0/+5
* | Introduce support for Mandatory Access Control and extensiblerwatson2002-07-316-0/+73
* | Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-17/+41
* | Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+8
OpenPOWER on IntegriCloud