summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Use M_PROTO7 flag for M_IP6_NEXTHOP, because M_PROTO2 was used forae2012-12-171-1/+1
* In additional to the tailq of IPv6 addresses add the hash table.ae2012-12-153-10/+40
* Fix problem in r238990. The LLE_LINKED flag should be tested prior toglebius2012-12-131-2/+8
* - Move definition of V_deembed_scopeid to scope6_var.h.hrs2012-12-053-0/+16
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-0510-51/+51
* Remove opt_inet.h, it isn't required here.ae2012-11-201-1/+0
* Check if an extracted zoneid is equal to the non-zero sin6_scope_id only whenhrs2012-11-181-6/+8
* Add support for SCTP/UDP/IPV6.tuexen2012-11-172-2/+8
* Reduce the overhead of locking, use IF_AFDATA_RLOCK() when we are doingae2012-11-165-18/+18
* if_afdata lock was converted from mutex to rwlock a long ago, so we canae2012-11-141-14/+15
* SCOPE6_LOCK protects V_sid_default, no need to acquire it withoutae2012-11-141-9/+0
* zoneid has unsigned type.ae2012-11-141-1/+1
* Use consistent style.obrien2012-11-131-3/+2
* Remove the recently added sysctl variable net.pfil.forward.ae2012-11-025-13/+12
* Whitespace changes due to upstream integration of SCTP changes in thetuexen2012-10-291-14/+8
* Remove the IPFIREWALL_FORWARD kernel option and make possible to turnae2012-10-254-18/+10
* Remove __P.delphij2012-10-2218-285/+285
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-6/+0
* Eliminate code checking if found IPv6 rte is dynamic. IPv6 redirectsmelifaro2012-10-221-156/+0
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-186-70/+10
* Cleanup documentation: cloning route support has been removed in r186119.melifaro2012-10-131-13/+0
* Revert previous commit...kevlo2012-10-103-3/+3
* Prefer NULL over 0 for pointerskevlo2012-10-093-3/+3
* ip6_ipsec_output: fix a typo in r241344avg2012-10-081-1/+1
* After r241245 it appeared that in_delayed_cksum(), which still expectsglebius2012-10-081-0/+6
* Merge the projects/pf/head branch, that was worked on for last six months,glebius2012-09-082-6/+0
* In ip6_ctloutput() guard inp_flags modifications with INP_WLOCK.trociny2012-08-191-0/+6
* Fix races between in_lltable_prefix_free(), lla_lookup(),glebius2012-08-021-9/+9
* Some more whitespace cleanup.glebius2012-08-011-3/+3
* In case of IPsec he have to do delayed checksum calculations beforebz2012-07-311-0/+14
* Some style(9) and whitespace changes.glebius2012-07-311-43/+40
* Properly apply #ifdef INET and leave a comment that we are (will) applybz2012-07-311-3/+3
* Improve the should-never-hit printf to ease debugging in case we'd ever hitbz2012-07-311-2/+3
* For consistency put the IPsec comment iside the #fidef section.bz2012-07-291-1/+1
* Fix a comment that we do not have an SA yet but need to acquire one.bz2012-07-291-1/+1
* Changes which improve compilation if neither INET nor INET6 is defined.tuexen2012-07-151-0/+3
* #ifdef INET and INET6 consistently. This also fixes a bug, wheretuexen2012-07-151-2/+2
* Remove "prefer_source" address selection option. FreeBSD has had anhrs2012-07-091-1/+1
* Implement handling of "atomic fragements" as outlined inbz2012-07-081-0/+13
* As mentioned in the commit message of r237571 (copied from a prototypebz2012-07-081-1/+3
* When ip_output()/ip6_output() is supplied a struct route *ro argument,glebius2012-07-042-20/+17
* Remove route caching from IP multicast routing code. There is noglebius2012-07-022-15/+16
* Move common code parts to sctp_common_input_processing().tuexen2012-07-021-146/+28
* Kick the current-state report timer when a V1 group report wouldbms2012-06-281-0/+1
* Fix a typo in MLD query exponent processing.bms2012-06-281-1/+1
* In MLDv2 general query processing, do not enforce the strict checkbms2012-06-281-7/+1
* Pass the src and dst address of a received packet explicitly around.tuexen2012-06-281-9/+37
* Fix a LOR acquiring the if_afdata lock while holding an rtentry lock.delphij2012-06-251-18/+16
* Unify sctp_input() and sctp6_input().tuexen2012-06-251-105/+79
* Whitespace cleanup.tuexen2012-06-251-3/+3
OpenPOWER on IntegriCloud