aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Fixes for various nits found by the Coverity tool.George V. Neville-Neil2005-05-154-5/+8
* Add IPv6 support to IPFW and Dummynet.Brooks Davis2005-04-181-0/+26
* Remove dead code which would never execute.George V. Neville-Neil2005-04-141-18/+18
* check for malloc failure (also move malloc up to simplify error recovery)Sam Leffler2005-03-291-2/+7
* ifma_protospec is a pointer. Use NULL when assigning or compating it.Gleb Smirnoff2005-03-201-2/+2
* correct bounds checkSam Leffler2005-03-161-1/+1
* refer opencrypto/cast.h directly.Hajimu UMEMOTO2005-03-111-1/+9
* reported from VANHULLEBUS Yvan [remote kernel crash may result]Hajimu UMEMOTO2005-03-091-1/+1
* ignores ICMPv6 code field in case of ICMPv6 Packet-Too-Big (as specified in R...SUZUKI Shinsuke2005-03-021-2/+0
* icmp6_notify_error uses IP6_EXTHDR_CHECK, which in turn callsHajimu UMEMOTO2005-02-271-4/+6
* fix typo.Hajimu UMEMOTO2005-02-271-2/+2
* initialized the last arg to ip6_process_hopopts(), because the recentHajimu UMEMOTO2005-02-271-3/+3
* remove dead codeSam Leffler2005-02-251-3/+3
* eliminate dead codeSam Leffler2005-02-231-6/+6
* Add CARP (Common Address Redundancy Protocol), which allows multipleGleb Smirnoff2005-02-226-5/+82
* Add missed merge of ripcbinfo extern. Given how widely usedRobert Watson2005-02-091-0/+1
* Lock raw IP socket pcb list and PCBs when processing input viaRobert Watson2005-02-081-5/+13
* Remove a comment from the raw IPv6 output function regardingRobert Watson2005-02-061-6/+0
* we don't need to make fake sockaddr_in6 to compare subject address.Hajimu UMEMOTO2005-01-211-13/+2
* /* -> /*- 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