summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* add /*CONSTCOND*/ to reduce diffs against latest KAME.ume2003-09-252-6/+6
* Fix a logic error in the check to see if arplookup() should free the route.bms2003-09-241-2/+1
* o update PFIL_HOOKS support to current API used by netbsdsam2003-09-233-42/+30
* Fix a bug in arplookup(), whereby a hostile party on a locallybms2003-09-231-6/+14
* Grrr...add the Skinny alias code forgotten in the last commit.marcus2003-09-231-0/+338
* Add Cisco Skinny Station protocol support to libalias, natd, and ppp.marcus2003-09-236-1/+30
* Bandaid locking change: mark static rule mutex recursive so re-entry whensam2003-09-171-1/+2
* shuffle code so we don't "continue" and miss a needed unlock operationsam2003-09-171-4/+2
* Add locking.sam2003-09-171-164/+309
* Minor fixups + add locking.sam2003-09-171-65/+120
* Fix a bunch of off-by-one errors in the range checking code.ru2003-09-112-4/+4
* Fixed -Wpointer-arith warning.ru2003-09-091-1/+1
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-2/+2
* Add locking.sam2003-09-061-135/+237
* lock ip fragment queuessam2003-09-051-0/+18
* o add lockingsam2003-09-051-37/+67
* PR: kern/56343bms2003-09-031-1/+3
* 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
OpenPOWER on IntegriCloud