| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge r280955 | kp | 2015-06-18 | 1 | -3/+4 |
* | Merge r278842 | kp | 2015-06-18 | 1 | -48/+63 |
* | MFC r282578: | ae | 2015-05-14 | 1 | -9/+5 |
* | MFC r279588: | ae | 2015-03-12 | 1 | -12/+5 |
* | MFC r266800 by vanhu: | ae | 2014-11-05 | 1 | -171/+7 |
* | Merge r262763, r262767, r262771, r262806 from head: | glebius | 2014-03-21 | 1 | -6/+6 |
* | Merge r261582, r261601, r261610, r261613, r261627, r261640, r261641, r261823, | glebius | 2014-03-04 | 1 | -13/+2 |
* | Restructure the mbuf pkthdr to make it fit for upcoming capabilities and | andre | 2013-08-24 | 1 | -2/+2 |
* | In r227207, to fix the issue with possible NULL inp_socket pointer | trociny | 2013-07-04 | 1 | -7/+4 |
* | Finally change the mbuf to have its own fib field instead of stealing | julian | 2013-05-16 | 1 | -1/+2 |
* | Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats. | ae | 2013-04-09 | 1 | -11/+11 |
* | - Use m_getcl() instead of hand allocating. | glebius | 2013-03-15 | 1 | -24/+12 |
* | - Use m_getcl() instead of hand allocating. | glebius | 2013-03-15 | 1 | -7/+4 |
* | 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 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -9/+9 |
* | Remove the recently added sysctl variable net.pfil.forward. | ae | 2012-11-02 | 1 | -4/+3 |
* | Remove the IPFIREWALL_FORWARD kernel option and make possible to turn | ae | 2012-10-25 | 1 | -4/+2 |
* | Remove __P. | delphij | 2012-10-22 | 1 | -10/+10 |
* | In ip6_ctloutput() guard inp_flags modifications with INP_WLOCK. | trociny | 2012-08-19 | 1 | -0/+6 |
* | In case of IPsec he have to do delayed checksum calculations before | bz | 2012-07-31 | 1 | -0/+14 |
* | 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 |
* | When ip_output()/ip6_output() is supplied a struct route *ro argument, | glebius | 2012-07-04 | 1 | -14/+11 |
* | Seperate SCTP checksum offloading for IPv4 and IPv6. | tuexen | 2012-05-30 | 1 | -11/+11 |
* | It turns out that too many drivers are not only parsing the L2/3/4 | bz | 2012-05-28 | 1 | -9/+9 |
* | Correctly get the payload length in host byte order. While we | bz | 2012-05-26 | 1 | -4/+4 |
* | MFp4 bz_ipv6_fast: | bz | 2012-05-25 | 1 | -10/+63 |
* | In selectroute() add a missing fibnum argument to an in6_rtalloc() | bz | 2012-02-24 | 1 | -2/+2 |
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/: | bz | 2012-02-17 | 1 | -8/+18 |
* | Cache SO_REUSEPORT socket option in inpcb-layer in order to avoid | trociny | 2011-11-06 | 1 | -3/+32 |
* | Copy ip6po_minmtu and ip6po_prefer_tempaddr in ip6_copypktopts(). This fixes | hrs | 2011-09-20 | 1 | -0/+2 |
* | Add support for IPv6 to ipfw fwd: | bz | 2011-08-20 | 1 | -2/+34 |
* | Fix more continuous/contiguous typos (cf. r215955) | brucec | 2010-11-27 | 1 | -2/+2 |
* | IP_BINDANY is not correctly handled in getsockopt() case. | attilio | 2010-09-24 | 1 | -0/+1 |
* | try working around panic by validating rt and lle | kmacy | 2010-05-12 | 1 | -1/+2 |
* | Add flowtable support to IPv6 | kmacy | 2010-05-09 | 1 | -6/+30 |
* | The proper fix for the delayed SCTP checksum is to | rrs | 2010-03-12 | 1 | -1/+1 |
* | With the recent change of the sctp checksum to support offload, | rrs | 2010-03-12 | 1 | -0/+19 |
* | Virtualize the pfil hooks so that different jails may chose different | julian | 2009-10-11 | 1 | -2/+2 |
* | This patch fixes the following issues: | qingli | 2009-09-05 | 1 | -6/+9 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -6/+0 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -0/+1 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -1/+0 |
* | - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistent | pjd | 2009-06-01 | 1 | -0/+15 |
* | Implement RFC 5095 more fully. Rather than marking this no-op code as | imp | 2009-05-09 | 1 | -26/+3 |
* | Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit: | bms | 2009-04-29 | 1 | -434/+19 |
* | Start removing IPv6 Type 0 Routing header code. | bz | 2009-03-03 | 1 | -31/+15 |