summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Implement MBUF_STRESS_TEST mark II.silby2003-09-011-18/+2
* add lockingsam2003-09-012-74/+123
* remove warning about use of old divert sockets; this was markedsam2003-09-011-9/+0
* add lockingsam2003-09-011-125/+117
* Remove redundant initialization of rti; SLIST_FOREACH does that forrwatson2003-08-281-1/+0
* M_PREPEND() with an argument of M_TRYWAIT can fail, meaning therwatson2003-08-261-0/+2
* Remove redundant bzero.hsu2003-08-241-1/+0
* Introduce two new MAC Framework and MAC policy entry points:rwatson2003-08-213-6/+9
* Before digging into IGMP locking, do a whitespace and prototype cleanup:rwatson2003-08-201-73/+60
* Move from a custom-crafted singly-linked list to the SLIST_* macrosrwatson2003-08-202-27/+23
* Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent onbms2003-08-206-2/+25
* Change instances of callout_init that specify MPSAFE behaviour tosam2003-08-191-1/+1
* * Bug fix in bw_meter_process(): the periodically processed binshsu2003-08-191-10/+33
* add missing unlock when in_pcballoc returns an errorsam2003-08-191-1/+3
* style.Makefile(5)obrien2003-08-181-1/+1
* Stage 3 of dynamic root support. Make all the libraries needed to rungordon2003-08-171-0/+1
* The syncache has made use of TCPDEBUG problematic, because the SYNharti2003-08-131-0/+41
* The tcp_trace call needs the length of the header. Unfortunately theharti2003-08-131-1/+5
* A number of patches in the last years have created new return pathsharti2003-08-132-0/+42
* Change the code that enables/disables the ATM channel to use theharti2003-08-121-67/+48
* New PIM header files.hsu2003-08-072-0/+197
* 1. Basic PIM kernel supporthsu2003-08-077-169/+1704
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-1/+1
* Ups. I forgot this one in the SIOCATMENA/SIOCATMDIS removal commit.harti2003-08-061-17/+134
* * makes mfc[MFCTBLSIZ] and vif[MAXVIFS] tables accessible viahsu2003-08-051-9/+24
* When adding a channel for INET failed at the device level (ioctl) theharti2003-08-051-2/+4
* Make this file to conform more to style(9) before really touching it.harti2003-08-051-39/+19
* o Fix a typo in previous commit.maxim2003-07-311-1/+1
* o Do not overwrite saved interrupt priority level by alloc_hash(),maxim2003-07-251-6/+8
* add IPSEC_FILTERGIF suport for FAST_IPSECsam2003-07-221-0/+7
* Minor fix to the MBUF_STRESS_TEST code so that it keepssilby2003-07-191-1/+1
* Add a comment above rip_ctloutput() documenting that the privilegerwatson2003-07-181-0/+10
* Drop Giant around syncache timer processing.hsu2003-07-171-1/+1
* Allow set 31 to be used for rules other than 65535.luigi2003-07-152-23/+28
* Unify the "send high" and "recover" variables as specified in thehsu2003-07-155-63/+83
* Implement comments embedded into ipfw2 instructions.luigi2003-07-121-1/+1
* Merge the handlers of O_IP_SRC_MASK and O_IP_DST_MASK opcodes, andluigi2003-07-081-17/+13
* Implement the 'ipsec' option to match packets coming out of an ipsec tunnel.luigi2003-07-041-0/+16
* Correct some comments, add opcode O_IPSEC to match packetsluigi2003-07-041-12/+17
* Remove a stale comment, fix indentation.luigi2003-06-281-8/+5
* whitespace fixluigi2003-06-281-1/+1
* remove unused file (ipfw2 is the default in RELENG_5 and above; the oldluigi2003-06-241-2259/+0
* Fix typo in a (commented out) debugging string.luigi2003-06-231-1/+1
* Remove whitespace at end of line.luigi2003-06-231-4/+4
* Add support for multiple values and ranges for the "iplen", "ipttl",luigi2003-06-221-12/+29
* Map icmp time exceeded responses to EHOSTUNREACH rather than 0 (no error);silby2003-06-171-1/+1
* In the PKT_ALIAS_PROXY_ONLY mode, make sure to preserve theru2003-06-131-0/+4
* Removed a couple of .Xo/.Xc that are leftovers of the "ninth-argumentru2003-06-131-9/+3
* Clarify that original address and port when doing transparent proxyingru2003-06-131-5/+5
* Added myself to the AUTHORS section.ru2003-06-131-0/+2
OpenPOWER on IntegriCloud