| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | As mentioned in the commit message of r237571 (copied from a prototype | bz | 2012-07-08 | 1 | -1/+3 |
* | When ip_output()/ip6_output() is supplied a struct route *ro argument, | glebius | 2012-07-04 | 2 | -20/+17 |
* | Remove route caching from IP multicast routing code. There is no | glebius | 2012-07-02 | 2 | -15/+16 |
* | Move common code parts to sctp_common_input_processing(). | tuexen | 2012-07-02 | 1 | -146/+28 |
* | Kick the current-state report timer when a V1 group report would | bms | 2012-06-28 | 1 | -0/+1 |
* | Fix a typo in MLD query exponent processing. | bms | 2012-06-28 | 1 | -1/+1 |
* | In MLDv2 general query processing, do not enforce the strict check | bms | 2012-06-28 | 1 | -7/+1 |
* | Pass the src and dst address of a received packet explicitly around. | tuexen | 2012-06-28 | 1 | -9/+37 |
* | Fix a LOR acquiring the if_afdata lock while holding an rtentry lock. | delphij | 2012-06-25 | 1 | -18/+16 |
* | Unify sctp_input() and sctp6_input(). | tuexen | 2012-06-25 | 1 | -105/+79 |
* | Whitespace cleanup. | tuexen | 2012-06-25 | 1 | -3/+3 |
* | Pass the packet length explicitly around. | tuexen | 2012-06-24 | 1 | -1/+1 |
* | Do packet logging in a consistent way. | tuexen | 2012-06-24 | 1 | -3/+5 |
* | Just add a comment to further investigate when being closer to that code | bz | 2012-06-22 | 1 | -0/+1 |
* | Pass flowid explicitly through the stack instead of taking it from | tuexen | 2012-06-14 | 1 | -7/+22 |
* | Deliver IPV6_TCLASS, IPV6_HOPLIMIT and IPV6_PKTINFO cmsgs (if | tuexen | 2012-06-12 | 1 | -25/+65 |
* | Plug two interface address refcount leaks in early error return cases | bz | 2012-06-05 | 1 | -1/+6 |
* | Plug reference leak. | emax | 2012-06-03 | 1 | -10/+14 |
* | Seperate SCTP checksum offloading for IPv4 and IPv6. | tuexen | 2012-05-30 | 2 | -15/+15 |