summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* postpone the sending of IGMP LEAVE msg to after deleting theluigi1999-04-241-2/+8
* Work around an egcs optimizer bug (i386). This should fix the active ftpluoqi1999-04-211-2/+4
* s/IPFIREWALL_MODULE/KLD_MODULE/peter1999-04-201-2/+2
* Tidy up some stray / unused stuff in the IPFW package and friends.peter1999-04-208-105/+13
* Zap LKM option and support. Farewell old friend.peter1999-04-191-0/+2
* Convert the dummynet lkm code to be kld aware (this isn't actually usedpeter1999-04-171-26/+27
* Oops, forgot this part of lkm code that's been replaced with kld.peter1999-04-171-50/+3
* Better handling for ARP/source routing on Token Ringeivind1999-04-151-8/+16
* Staticize.eivind1999-04-111-2/+2
* Two cosmetic changes, one a typo and the other, a clarification.julian1999-04-072-7/+15
* Merge from RELENG_2_2, per luigi. Fixes the ntoh?() issue for thensayer1999-03-301-18/+22
* Use the correct length from the mbuf header instead of the one fromluigi1999-03-261-9/+9
OpenPOWER on IntegriCloud