summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* Cast pointers to [u]intptr_t instead of casting them to [u_]long. Don'tbde1999-08-241-4/+4
* Aallow ppp to work with Nortel Networks Extranet Switchbrian1999-08-221-0/+6
* Typo: 102 => 192 (PR: docs/13310 - Maxim Sobolev <sobomax@altavista.net>)hoek1999-08-221-2/+2
* To christen the brand new security category for syslog, we get IPFWgreen1999-08-211-58/+86
* Fix breakage if blackhole=1 and tiflags & TH_SYN, pluscsgr1999-08-193-16/+26
* Slight tweak to tcp.blackhole to add optional behaviour tocsgr1999-08-182-18/+52
* Fix a printf() formatter to match its variable.billf1999-08-171-2/+2
* Add net.inet.tcp.blackhole and net.inet.udp.blackholecsgr1999-08-173-6/+25
* Various man page cleanup:mpp1999-08-151-17/+12
* Implement probabilistic rule match in ipfw. Each rule can be associatedluigi1999-08-112-9/+38
* Add spl() protection to remove that the timer is invoked multipleluigi1999-08-111-3/+5
* Add net.inet.icmp.log_redirect and net.inet.icmp.drop_redirect, fordes1999-08-101-3/+28
* Make ipfw's logging more dynamic. Now, log will use the default limitgreen1999-08-014-12/+87
* 8 -> NBBygreen1999-07-281-3/+3
* Correct a really gross comment format.green1999-07-281-5/+7
* fix comment re: RST received in TIME_WAIT to match the code.jmb1999-07-182-6/+6
* Correct a mistake in so_cred changes. In practice, I don't think that itgreen1999-07-121-2/+2
* Two new sysctls: net.inet.tcp.getcred and net.inet.udp.getcred. These takegreen1999-07-113-3/+99
* Use the new tunable macros for the net.inet.tcp.tcbhashsize tunable.msmith1999-07-052-6/+4
* In in_pcbconnect(), check the return value from in_pcbbind() andpb1999-06-251-3/+6
* Don't get caught in an infinite recursion when PKT_ALIAS_REVERSEbrian1999-06-222-5/+18
* This is the much-awaited cleaned up version of IPFW [ug]id support.green1999-06-194-14/+110
* Add RCS strings to kernel ipfilter files.green1999-06-193-0/+5
* This should fix ipfilter for everyone it was broken for. CDEV_MAJOR is _not_green1999-06-191-1/+1
* Reviewed by: the cast of thousandsgreen1999-06-171-3/+5
* Close a race window where a tcp socket is closed while tcp_pcblist istegge1999-06-162-4/+14
* Don't accept divert/tee/pipe rules without corresponding option.ru1999-06-111-3/+11
* Plug a mbuf leak in tcp_usr_send(). pru_send() routines are expectedpeter1999-06-041-7/+28
* Simplify cdevsw registration.phk1999-05-311-3/+1
* This commit should be a extensive NO-OP:phk1999-05-301-6/+21
* Added net.inet.tcp.path_mtu_discovery variable which when set to 0dg1999-05-271-8/+9
* Made net.inet.ip.intr_queue_maxlen writeable.dg1999-05-271-2/+2
* close pr 10889:luigi1999-05-241-1/+4
* brucifybrian1999-05-231-2/+2
* Make incoming packets work as keepalives, too. This should fix problemseivind1999-05-201-0/+1
* "fix" warning. This still needs to be kld-ified some day (or removed).peter1999-05-111-1/+4
* Pre-declare struct proc to avoid 'inside param list' warnings.peter1999-05-081-1/+2
* Fix two warnings; and note a problem where a pointer is stored in anpeter1999-05-061-4/+4
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-064-10/+14
* Free the dummynet descriptor in ip_dummynet, not in the calledluigi1999-05-044-12/+10
* Add missing ``.''.brian1999-05-041-1/+1
* forgot passing the right pointer to dst to dummynet_io().luigi1999-05-041-2/+2
* assorted dummynet cleanup:luigi1999-05-042-27/+38
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-0312-76/+85
* This Implements the mumbled about "Jail" feature.phk1999-04-287-15/+45
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-1/+1
* Suser() simplification:phk1999-04-274-10/+10
* Make one pass through the firewall the default.luigi1999-04-261-2/+2
* so_linger is in seconds, not in 1/HZache1999-04-241-2/+2
* Use pointer arithmetic as appropriate.dt1999-04-241-2/+2
OpenPOWER on IntegriCloud