summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Add IPv6 support to IPFW and Dummynet.brooks2005-04-181-0/+26
* Remove dead code which would never execute.gnn2005-04-141-18/+18
* check for malloc failure (also move malloc up to simplify error recovery)sam2005-03-291-2/+7
* ifma_protospec is a pointer. Use NULL when assigning or compating it.glebius2005-03-201-2/+2
* correct bounds checksam2005-03-161-1/+1
* refer opencrypto/cast.h directly.ume2005-03-111-1/+9
* reported from VANHULLEBUS Yvan [remote kernel crash may result]ume2005-03-091-1/+1
* ignores ICMPv6 code field in case of ICMPv6 Packet-Too-Big (as specified in R...suz2005-03-021-2/+0
* icmp6_notify_error uses IP6_EXTHDR_CHECK, which in turn callsume2005-02-271-4/+6
* fix typo.ume2005-02-271-2/+2
* initialized the last arg to ip6_process_hopopts(), because the recentume2005-02-271-3/+3
* remove dead codesam2005-02-251-3/+3
* eliminate dead codesam2005-02-231-6/+6
* Add CARP (Common Address Redundancy Protocol), which allows multipleglebius2005-02-226-5/+82
* Add missed merge of ripcbinfo extern. Given how widely usedrwatson2005-02-091-0/+1
* Lock raw IP socket pcb list and PCBs when processing input viarwatson2005-02-081-5/+13
* Remove a comment from the raw IPv6 output function regardingrwatson2005-02-061-6/+0
* we don't need to make fake sockaddr_in6 to compare subject address.ume2005-01-211-13/+2
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-0768-91/+91
* In certain cases ip_output() can free our route, so checkglebius2004-12-101-1/+2
* style the last changeglebius2004-12-091-2/+2
* MFinet4:glebius2004-12-091-3/+10
* Reviewed by: SUZUKI Shinsuke <suz@kame.net>gnn2004-11-291-17/+34
* support TCP-MD5(IPv4) in KAME-IPSEC, too.suz2004-11-081-0/+6
* Initialize struct pr_userreqs in new/sparse style and fill in commonphk2004-11-082-10/+23
* fixed a bug that incorrect IPsec request level may be returned for proto AHsuz2004-10-281-0/+1
* Be more careful to only index valid IP protocols and be more verbose withandre2004-10-191-2/+11
* Push acquisition of the accept mutex out of sofree() into the callerrwatson2004-10-181-0/+1
* fixed too delayed routing cache expiry. (tvtohz() converts a time interval t...suz2004-10-061-4/+4
* Prevent reentrancy of the IPv6 routing code (leading to crash withgreen2004-10-031-5/+26
* Disable MTU feedback in IPv6 if the sender writes data that must be fragmented.dwhite2004-10-021-0/+14
* Add an additional struct inpcb * argument to pfil(9) in order to enablemlaier2004-09-293-3/+3
* Prefer C99's __func__ over GCC's __FUNCTION__.stefanf2004-09-221-1/+1
* Call callout_init() on nd6_slowtimo_ch before setting it going; otherwise,rwatson2004-09-051-0/+1
* Unlock rather than lock the ripcbinfo lock at the end of rip6_input().rwatson2004-09-021-1/+1
* Mark Netgraph TTY, KAME IPSEC, and IPX/SPX as requiring Giant for correctrwatson2004-08-281-0/+2
* Apply error and success logic consistently to the function netisr_queue() andandre2004-08-272-4/+4
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelandre2004-08-274-32/+22
* Remove in6_prefix.[ch] and the contained router renumbering capability.rwatson2004-08-237-1327/+0
* When notifying protocol components of an event on an in6pcb, use therwatson2004-08-211-3/+5
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDdwmalone2004-08-148-46/+1
* When allocating the IPv6 header to stick in front of raw packet beingrwatson2004-08-121-1/+5
* Pass pcbinfo structures to in6_pcbnotify() rather than pcbheadrwatson2004-08-064-8/+19
* Disallow a particular kind of port theft described by the following scenario:yar2004-07-281-5/+1
* Commit a first pass at in6pcb and pcbinfo locking for IPv6,rwatson2004-07-273-35/+160
* Don't consider TCP connections beyond LISTEN stateyar2004-07-271-19/+10
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-261-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+1
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompilemlaier2004-06-131-0/+6
* Missed directory in previous commit; need to hold SOCK_LOCK(so)rwatson2004-06-121-0/+1
OpenPOWER on IntegriCloud