summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
...
* always copy ip6_pktopt. remove needcopy and needfreeume2005-07-214-75/+67
* simplified udp6_output() and rip6_output(): do not overrideume2005-07-212-24/+21
* be consistent on naming advanced API functions; use ip6_XXXpktopt(s).ume2005-07-215-20/+19
* NULL is not zero.ume2005-07-211-1/+1
* do not hardcode if_mtu values in here, except for IFT_{ARC,FDDI} -ume2005-07-201-15/+0
* update comments:ume2005-07-204-16/+16
* Check the alignment of the IP header before passing the packet up to thethompsa2005-07-021-0/+6
* fix IP(v4) over IPv6 tunneling most likely broken with ifnet changes.ume2005-06-201-1/+8
* Fix IPv6 neighbor discovery by using IF_LLADDR to get the mac addressbrooks2005-06-121-1/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-6/+6
* Use IFF_LOCKGIANT/IFF_UNLOCKGIANT around calls to the interfaceiedowse2005-06-021-4/+8
* Lock udbinfo and inp before calling in6_pcbdetach() from udp6_abort().rwatson2005-06-011-1/+6
* Fixes for various nits found by the Coverity tool.gnn2005-05-154-5/+8
* 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
OpenPOWER on IntegriCloud