summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Generate lle_event in the IPv6 neighbor discovery code too.np2013-01-262-0/+7
* Avoid NULL dereference in nd6_storelladdr when no mbuf is provided. Itnp2013-01-251-1/+1
* Simplify in6_setscope() function to get better performance.ae2013-01-101-46/+17
* Remove unneeded variable.ae2013-01-091-6/+1
* Add no_prefer_iface option.ume2013-01-092-4/+7
* The in6_setscope() function determines the scope zone id of an addressae2013-01-091-14/+15
* Temporarily revert rev 244678. This is causing loopback problems withpeter2013-01-031-9/+0
* The SIOCSIFFLAGS ioctl handler runs if_up()/if_down() that notifyglebius2012-12-251-0/+9
* When we have some address to forward (e.g. it was specified with ipfw fwd),ae2012-12-191-7/+9
* Make dst_sa initialization only when it is actually needed.ae2012-12-191-9/+12
* The selectroute functions does own account of EHOSTUNREACH errors,ae2012-12-191-8/+0
* 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
OpenPOWER on IntegriCloud