aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-0768-91/+91
* In certain cases ip_output() can free our route, so checkGleb Smirnoff2004-12-101-1/+2
* style the last changeGleb Smirnoff2004-12-091-2/+2
* MFinet4:Gleb Smirnoff2004-12-091-3/+10
* Reviewed by: SUZUKI Shinsuke <suz@kame.net>George V. Neville-Neil2004-11-291-17/+34
* support TCP-MD5(IPv4) in KAME-IPSEC, too.SUZUKI Shinsuke2004-11-081-0/+6
* Initialize struct pr_userreqs in new/sparse style and fill in commonPoul-Henning Kamp2004-11-082-10/+23
* fixed a bug that incorrect IPsec request level may be returned for proto AHSUZUKI Shinsuke2004-10-281-0/+1
* Be more careful to only index valid IP protocols and be more verbose withAndre Oppermann2004-10-191-2/+11
* Push acquisition of the accept mutex out of sofree() into the callerRobert Watson2004-10-181-0/+1
* fixed too delayed routing cache expiry. (tvtohz() converts a time interval t...SUZUKI Shinsuke2004-10-061-4/+4
* Prevent reentrancy of the IPv6 routing code (leading to crash withBrian Feldman2004-10-031-5/+26
* Disable MTU feedback in IPv6 if the sender writes data that must be fragmented.Doug White2004-10-021-0/+14
* Add an additional struct inpcb * argument to pfil(9) in order to enableMax Laier2004-09-293-3/+3
* Prefer C99's __func__ over GCC's __FUNCTION__.Stefan Farfeleder2004-09-221-1/+1
* Call callout_init() on nd6_slowtimo_ch before setting it going; otherwise,Robert Watson2004-09-051-0/+1
* Unlock rather than lock the ripcbinfo lock at the end of rip6_input().Robert Watson2004-09-021-1/+1
* Mark Netgraph TTY, KAME IPSEC, and IPX/SPX as requiring Giant for correctRobert Watson2004-08-281-0/+2
* Apply error and success logic consistently to the function netisr_queue() andAndre Oppermann2004-08-272-4/+4
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelAndre Oppermann2004-08-274-32/+22
* Remove in6_prefix.[ch] and the contained router renumbering capability.Robert Watson2004-08-237-1327/+0
* When notifying protocol components of an event on an in6pcb, use theRobert Watson2004-08-211-3/+5
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDDavid Malone2004-08-148-46/+1
* When allocating the IPv6 header to stick in front of raw packet beingRobert Watson2004-08-121-1/+5
* Pass pcbinfo structures to in6_pcbnotify() rather than pcbheadRobert Watson2004-08-064-8/+19
* Disallow a particular kind of port theft described by the following scenario:Yaroslav Tykhiy2004-07-281-5/+1
* Commit a first pass at in6pcb and pcbinfo locking for IPv6,Robert Watson2004-07-273-35/+160
* Don't consider TCP connections beyond LISTEN stateYaroslav Tykhiy2004-07-271-19/+10
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This isColin Percival2004-07-261-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+1
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompileMax Laier2004-06-131-0/+6
* Missed directory in previous commit; need to hold SOCK_LOCK(so)Robert Watson2004-06-121-0/+1
* do not check super user privilege in ip6_savecontrol. It isHajimu UMEMOTO2004-06-021-20/+5
* add missing #include <sys/module.h>Poul-Henning Kamp2004-05-301-0/+1
* Fix a bug which I discovered recently while doing IPv6 testing atBill Paul2004-05-141-0/+12
* fix the change of interface in nd6_storelladdr for multicastLuigi Rizzo2004-04-261-5/+5
* This commit does two things:Luigi Rizzo2004-04-251-6/+13
* ifp has the same value as rt->rti_ifp so remove the dependencyLuigi Rizzo2004-04-191-2/+2
* Remove a tail-recursive call in nd6_output.Luigi Rizzo2004-04-191-5/+8
* Replace Bcopy/Bzero with 'the real thing' as in the rest of the file.Luigi Rizzo2004-04-182-8/+8
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-0721-84/+0
* UDP checksum is mandatory in IPv6 (RFC2460 p.28)SUZUKI Shinsuke2004-04-011-2/+4
* Reduce 'td' argument to 'cred' (struct ucred) argument in those functions:Pawel Jakub Dawidek2004-03-275-19/+22
* Remove unused argument.Pawel Jakub Dawidek2004-03-272-2/+2
* Remove unused prototype.Pawel Jakub Dawidek2004-03-271-1/+0
* Validate IPv6 socket options more carefully to avoid a panic.Hajimu UMEMOTO2004-03-261-1/+37
* Move the AH algorithm list from a static local function variable toRobert Watson2004-03-101-37/+38
* move in6_addmulti()/in6_delmulti() into mld6.cHajimu UMEMOTO2004-03-042-90/+93
* missing splx().Hajimu UMEMOTO2004-03-041-1/+3
* - stlye and commentsHajimu UMEMOTO2004-03-031-15/+16