summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Remove now unneded KEY_FREESP() for case when ipsec[46]_process_packet()ae2015-04-271-3/+1
* Fix possible use after free due to security policy deletion.ae2015-04-272-9/+8
* Fix r281649: don't call in6_clearscope() twice.glebius2015-04-171-1/+1
* Provide functions to determine presence of a given addressglebius2015-04-172-0/+31
* Fix a possible refcount leak in regen_tmpaddr().markj2015-04-131-4/+3
* Fix the IPV6_MULTICAST_IF sockopt handling. RFC 3493 says when theae2015-04-101-5/+9
* Fix the check for maximum mbuf's size needed to send ND6 NA and NS.ae2015-04-091-15/+6
* Evaluate packet size after the firewall had its chancekp2015-04-071-33/+34
* Mitigate Local Denial of Service with IPv6 Router Advertisementsdelphij2015-04-071-2/+10
* o Make net.inet6.ip6.mif6table return special API structure, that doesn'tglebius2015-04-062-3/+42
* Remove duplicate codekp2015-04-061-15/+2
* Preserve IPv6 fragment IDs accross reassembly and refragmentationkp2015-04-012-4/+6
* Move ip6_sprintf() declaration from in6_var.h to in6.h. This is a simpleglebius2015-03-242-1/+1
* To avoid a possible race, release the reference to ifa after returnae2015-03-191-1/+1
* tcp6_ctlinput() doesn't pass MTU value to in6_pcbnotify().ae2015-03-061-1/+1
* - Implement loopback probing state in enhanced DAD algorithm.hrs2015-03-053-10/+52
* Fix deadlock in IPv6 PCB code.ae2015-03-044-36/+25
* Create nd6_ns_output_fib() function with extra argument fibnum. Use itae2015-03-031-8/+21
* Nonce has to be non-NULL for DAD even if net.inet6.ip6.dad_enhanced=0.hrs2015-03-031-5/+3
* Implement Enhanced DAD algorithm for IPv6 described inhrs2015-03-023-44/+116
* Now that all users of _WANT_IFADDR are fixed, remove this crutch andglebius2015-02-191-2/+2
* - Rename 'struct mld_ifinfo' into 'struct mld_ifsoftc', since it reallyglebius2015-02-193-74/+96
* Widen _KERNEL ifdef to hide more kernel network stack structures from userland.glebius2015-02-191-3/+0
* Use new struct mbufq instead of struct ifqueue to manage packet queues inglebius2015-02-194-60/+48
* Factor out ip6_fragment() function, to be used in IPv6 stack and pf(4).glebius2015-02-162-48/+64
* Move ip6_deletefraghdr() to frag6.c.glebius2015-02-162-24/+24
* Factor out ip6_deletefraghdr() function, to be shared between IPv6glebius2015-02-163-19/+33
* This fixes a bug in the way that the LLE timers for nd6rrs2015-02-092-4/+22
* Print IPv6 address in log message instead of address of pointer.ae2015-02-051-1/+2
* Refactor / restructure the RSS code into generic, IPv4 and IPv6 specificadrian2015-01-185-3/+155
* Do not go one layer down to check ifqueue length. First, not all driversglebius2015-01-121-14/+0
* Minimize the usage of SCTP_BUF_IS_EXTENDED.tuexen2015-01-101-7/+1
* * Deal with ARCNET L2 multicast mapping for IPv6 the same way as in IPv4:melifaro2015-01-091-13/+0
* Add forgotten definition for nd6_output_ifp().melifaro2015-01-081-0/+2
* * Use newly-created nd6_grab_holdchain() function to retrieve llemelifaro2015-01-083-207/+101
* To ease changes to underlying mbuf structure and the mbuf allocator, reducerwatson2015-01-053-5/+5
* Migrate the RSS IPv6 hash code to use pointers to the v6 addressesadrian2014-12-312-3/+3
* Extern declarations in C files loses compile-time checking thatae2014-12-252-9/+0
* Remove in_gif.h and in6_gif.h files. They only contain functionae2014-12-232-48/+9
* Plug a memory leak in an error code path.tuexen2014-12-171-1/+4
* Do not count security policy violation twice.ae2014-12-112-3/+0
* Use ipsec6_in_reject() to simplify ip6_ipsec_fwd() and ip6_ipsec_input().ae2014-12-112-49/+20
* Remove flag/flags argument from the following functions:ae2014-12-114-12/+8
* Move ip_ipsec_fwd() from ip_input() into ip_forward().ae2014-12-111-24/+11
* Remove PACKET_TAG_IPSEC_IN_DONE mbuf tag lookup and usage of itsae2014-12-111-21/+5
* Remove check for presence of PACKET_TAG_IPSEC_PENDING_TDB andae2014-12-111-47/+16
* Revert r275695: nd6_dad_find() was already correct.markj2014-12-111-3/+2
* Fix a bug in r266857: nd6_dad_find() must return NULL if it doesn't findmarkj2014-12-111-2/+3
* Add refcounting to IPv6 DAD objects and simplify the DAD code to fix amarkj2014-12-083-90/+64
* This is the SCTP specific companion oftuexen2014-12-041-9/+4
OpenPOWER on IntegriCloud