summaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* MFC 1.42: correct space check.Hajimu UMEMOTO2005-03-211-1/+1
* MFC Common Address Redundancy Protocol implementation.Gleb Smirnoff2005-03-216-5/+82
* MFC 1.60: ignores ICMPv6 code field in case of ICMPv6 Packet-Too-BigSUZUKI Shinsuke2005-03-081-2/+0
* MFC 1.58, 1.59:Hajimu UMEMOTO2005-03-011-6/+8
* MFC 1.87: initialized the last arg to ip6_process_hopopts(),Hajimu UMEMOTO2005-03-011-3/+3
* Merge icmp6.c:1.56-1.57 from HEAD to RELENG_5:Robert Watson2005-02-211-5/+14
* Merge raw_ip6.c:1.49 from HEAD to RELENG_5:Robert Watson2005-02-121-6/+0
* MFC: /*- and related license changesWarner Losh2005-01-3168-91/+91
* MFC 1.55: we don't need to make fake sockaddr_in6 to compare subjectHajimu UMEMOTO2005-01-281-13/+2
* MFC:Gleb Smirnoff2004-12-111-3/+11
* MFC: support TCP-MD5(IPv4) in KAME-IPSEC, too.SUZUKI Shinsuke2004-12-011-0/+6
* Merge kern_descrip.c:1.246, uipc_socket.c:1.214, uipc_usrreq.c:1.141,Robert Watson2004-10-201-0/+1
* MFC r1.46: Do not recurse the routing code.Brian Feldman2004-10-111-5/+26
* MFC: Disable MTU feedback on fragmented IPv6 packets.Scott Long2004-10-101-0/+14
* MFC pfil API change:Max Laier2004-10-033-3/+3
* MFC: Make PFIL_HOOKS a permanent part of the kernel and remove the associatedAndre Oppermann2004-09-224-32/+22
* MFC: Apply error and success logic consistently to the function netisr_queue()Andre Oppermann2004-09-152-4/+4
* Merge nd6.c:1.45 to RELENG_5:Robert Watson2004-09-071-0/+1
* Merge sys/netgraph/ng_tty.c:1.30, sys/netinet6/ipsec.c:1.37,Robert Watson2004-09-031-0/+2
* Merge raw_ip6.c:1.46 to RELENG_5:Robert Watson2004-09-021-1/+1
* Merge removal of in6_prefix to RELENG_5 from HEAD:Robert Watson2004-08-277-1327/+0
* MT5 in6_pcb.c:1.60:Robert Watson2004-08-221-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