| Commit message (Expand) | Author | Age | Files | Lines |
* | Generate lle_event in the IPv6 neighbor discovery code too. | np | 2013-01-26 | 2 | -0/+7 |
* | Avoid NULL dereference in nd6_storelladdr when no mbuf is provided. It | np | 2013-01-25 | 1 | -1/+1 |
* | Simplify in6_setscope() function to get better performance. | ae | 2013-01-10 | 1 | -46/+17 |
* | Remove unneeded variable. | ae | 2013-01-09 | 1 | -6/+1 |
* | Add no_prefer_iface option. | ume | 2013-01-09 | 2 | -4/+7 |
* | The in6_setscope() function determines the scope zone id of an address | ae | 2013-01-09 | 1 | -14/+15 |
* | Temporarily revert rev 244678. This is causing loopback problems with | peter | 2013-01-03 | 1 | -9/+0 |
* | The SIOCSIFFLAGS ioctl handler runs if_up()/if_down() that notify | glebius | 2012-12-25 | 1 | -0/+9 |
* | When we have some address to forward (e.g. it was specified with ipfw fwd), | ae | 2012-12-19 | 1 | -7/+9 |
* | Make dst_sa initialization only when it is actually needed. | ae | 2012-12-19 | 1 | -9/+12 |
* | The selectroute functions does own account of EHOSTUNREACH errors, | ae | 2012-12-19 | 1 | -8/+0 |
* | Use M_PROTO7 flag for M_IP6_NEXTHOP, because M_PROTO2 was used for | ae | 2012-12-17 | 1 | -1/+1 |
* | In additional to the tailq of IPv6 addresses add the hash table. | ae | 2012-12-15 | 3 | -10/+40 |
* | Fix problem in r238990. The LLE_LINKED flag should be tested prior to | glebius | 2012-12-13 | 1 | -2/+8 |
* | - Move definition of V_deembed_scopeid to scope6_var.h. | hrs | 2012-12-05 | 3 | -0/+16 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 10 | -51/+51 |
* | Remove opt_inet.h, it isn't required here. | ae | 2012-11-20 | 1 | -1/+0 |
* | Check if an extracted zoneid is equal to the non-zero sin6_scope_id only when | hrs | 2012-11-18 | 1 | -6/+8 |
* | Add support for SCTP/UDP/IPV6. | tuexen | 2012-11-17 | 2 | -2/+8 |
* | Reduce the overhead of locking, use IF_AFDATA_RLOCK() when we are doing | ae | 2012-11-16 | 5 | -18/+18 |
* | if_afdata lock was converted from mutex to rwlock a long ago, so we can | ae | 2012-11-14 | 1 | -14/+15 |
* | SCOPE6_LOCK protects V_sid_default, no need to acquire it without | ae | 2012-11-14 | 1 | -9/+0 |
* | zoneid has unsigned type. | ae | 2012-11-14 | 1 | -1/+1 |
* | Use consistent style. | obrien | 2012-11-13 | 1 | -3/+2 |
* | Remove the recently added sysctl variable net.pfil.forward. | ae | 2012-11-02 | 5 | -13/+12 |
* | Whitespace changes due to upstream integration of SCTP changes in the | tuexen | 2012-10-29 | 1 | -14/+8 |
* | Remove the IPFIREWALL_FORWARD kernel option and make possible to turn | ae | 2012-10-25 | 4 | -18/+10 |
* | Remove __P. | delphij | 2012-10-22 | 18 | -285/+285 |
* | Switch the entire IPv4 stack to keep the IP packet header | glebius | 2012-10-22 | 1 | -6/+0 |
* | Eliminate code checking if found IPv6 rte is dynamic. IPv6 redirects | melifaro | 2012-10-22 | 1 | -156/+0 |
* | Mechanically remove the last stray remains of spl* calls from net*/*. | andre | 2012-10-18 | 6 | -70/+10 |
* | Cleanup documentation: cloning route support has been removed in r186119. | melifaro | 2012-10-13 | 1 | -13/+0 |
* | Revert previous commit... | kevlo | 2012-10-10 | 3 | -3/+3 |
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 3 | -3/+3 |
* | ip6_ipsec_output: fix a typo in r241344 | avg | 2012-10-08 | 1 | -1/+1 |
* | After r241245 it appeared that in_delayed_cksum(), which still expects | glebius | 2012-10-08 | 1 | -0/+6 |
* | Merge the projects/pf/head branch, that was worked on for last six months, | glebius | 2012-09-08 | 2 | -6/+0 |
* | In ip6_ctloutput() guard inp_flags modifications with INP_WLOCK. | trociny | 2012-08-19 | 1 | -0/+6 |
* | Fix races between in_lltable_prefix_free(), lla_lookup(), | glebius | 2012-08-02 | 1 | -9/+9 |
* | Some more whitespace cleanup. | glebius | 2012-08-01 | 1 | -3/+3 |
* | In case of IPsec he have to do delayed checksum calculations before | bz | 2012-07-31 | 1 | -0/+14 |
* | Some style(9) and whitespace changes. | glebius | 2012-07-31 | 1 | -43/+40 |
* | Properly apply #ifdef INET and leave a comment that we are (will) apply | bz | 2012-07-31 | 1 | -3/+3 |
* | Improve the should-never-hit printf to ease debugging in case we'd ever hit | bz | 2012-07-31 | 1 | -2/+3 |
* | For consistency put the IPsec comment iside the #fidef section. | bz | 2012-07-29 | 1 | -1/+1 |
* | Fix a comment that we do not have an SA yet but need to acquire one. | bz | 2012-07-29 | 1 | -1/+1 |
* | Changes which improve compilation if neither INET nor INET6 is defined. | tuexen | 2012-07-15 | 1 | -0/+3 |
* | #ifdef INET and INET6 consistently. This also fixes a bug, where | tuexen | 2012-07-15 | 1 | -2/+2 |
* | Remove "prefer_source" address selection option. FreeBSD has had an | hrs | 2012-07-09 | 1 | -1/+1 |
* | Implement handling of "atomic fragements" as outlined in | bz | 2012-07-08 | 1 | -0/+13 |