| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge r262763, r262767, r262771, r262806 from head: | Gleb Smirnoff | 2014-03-21 | 1 | -6/+6 |
| * | Merge r261582, r261601, r261610, r261613, r261627, r261640, r261641, r261823, | Gleb Smirnoff | 2014-03-04 | 1 | -13/+2 |
| * | Restructure the mbuf pkthdr to make it fit for upcoming capabilities and | Andre Oppermann | 2013-08-24 | 1 | -2/+2 |
| * | In r227207, to fix the issue with possible NULL inp_socket pointer | Mikolaj Golub | 2013-07-04 | 1 | -7/+4 |
| * | Finally change the mbuf to have its own fib field instead of stealing | Julian Elischer | 2013-05-16 | 1 | -1/+2 |
| * | Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats. | Andrey V. Elsukov | 2013-04-09 | 1 | -11/+11 |
| * | - Use m_getcl() instead of hand allocating. | Gleb Smirnoff | 2013-03-15 | 1 | -24/+12 |
| * | - Use m_getcl() instead of hand allocating. | Gleb Smirnoff | 2013-03-15 | 1 | -7/+4 |
| * | When we have some address to forward (e.g. it was specified with ipfw fwd), | Andrey V. Elsukov | 2012-12-19 | 1 | -7/+9 |
| * | Make dst_sa initialization only when it is actually needed. | Andrey V. Elsukov | 2012-12-19 | 1 | -9/+12 |
| * | The selectroute functions does own account of EHOSTUNREACH errors, | Andrey V. Elsukov | 2012-12-19 | 1 | -8/+0 |
| * | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-05 | 1 | -9/+9 |
| * | Remove the recently added sysctl variable net.pfil.forward. | Andrey V. Elsukov | 2012-11-02 | 1 | -4/+3 |
| * | Remove the IPFIREWALL_FORWARD kernel option and make possible to turn | Andrey V. Elsukov | 2012-10-25 | 1 | -4/+2 |
| * | Remove __P. | Xin LI | 2012-10-22 | 1 | -10/+10 |
| * | In ip6_ctloutput() guard inp_flags modifications with INP_WLOCK. | Mikolaj Golub | 2012-08-19 | 1 | -0/+6 |
| * | In case of IPsec he have to do delayed checksum calculations before | Bjoern A. Zeeb | 2012-07-31 | 1 | -0/+14 |
| * | Improve the should-never-hit printf to ease debugging in case we'd ever hit | Bjoern A. Zeeb | 2012-07-31 | 1 | -2/+3 |
| * | For consistency put the IPsec comment iside the #fidef section. | Bjoern A. Zeeb | 2012-07-29 | 1 | -1/+1 |
| * | When ip_output()/ip6_output() is supplied a struct route *ro argument, | Gleb Smirnoff | 2012-07-04 | 1 | -14/+11 |
| * | Seperate SCTP checksum offloading for IPv4 and IPv6. | Michael Tuexen | 2012-05-30 | 1 | -11/+11 |
| * | It turns out that too many drivers are not only parsing the L2/3/4 | Bjoern A. Zeeb | 2012-05-28 | 1 | -9/+9 |
| * | Correctly get the payload length in host byte order. While we | Bjoern A. Zeeb | 2012-05-26 | 1 | -4/+4 |
| * | MFp4 bz_ipv6_fast: | Bjoern A. Zeeb | 2012-05-25 | 1 | -10/+63 |
| * | In selectroute() add a missing fibnum argument to an in6_rtalloc() | Bjoern A. Zeeb | 2012-02-24 | 1 | -2/+2 |
| * | Add multi-FIB IPv6 support to the core network stack supplementing | Bjoern A. Zeeb | 2012-02-03 | 1 | -8/+12 |
| * | Add SO_SETFIB option support on PF_INET6 sockets and allow inheriting the | Bjoern A. Zeeb | 2012-02-03 | 1 | -0/+6 |
| * | Cache SO_REUSEPORT socket option in inpcb-layer in order to avoid | Mikolaj Golub | 2011-11-06 | 1 | -3/+32 |
| * | Copy ip6po_minmtu and ip6po_prefer_tempaddr in ip6_copypktopts(). This fixes | Hiroki Sato | 2011-09-20 | 1 | -0/+2 |
| * | Add support for IPv6 to ipfw fwd: | Bjoern A. Zeeb | 2011-08-20 | 1 | -2/+34 |
| * | Fix more continuous/contiguous typos (cf. r215955) | Rebecca Cran | 2010-11-27 | 1 | -2/+2 |
| * | IP_BINDANY is not correctly handled in getsockopt() case. | Attilio Rao | 2010-09-24 | 1 | -0/+1 |
| * | try working around panic by validating rt and lle | Kip Macy | 2010-05-12 | 1 | -1/+2 |
| * | Add flowtable support to IPv6 | Kip Macy | 2010-05-09 | 1 | -6/+30 |
| * | The proper fix for the delayed SCTP checksum is to | Randall Stewart | 2010-03-12 | 1 | -1/+1 |
| * | With the recent change of the sctp checksum to support offload, | Randall Stewart | 2010-03-12 | 1 | -0/+19 |
| * | Virtualize the pfil hooks so that different jails may chose different | Julian Elischer | 2009-10-11 | 1 | -2/+2 |
| * | This patch fixes the following issues: | Qing Li | 2009-09-05 | 1 | -6/+9 |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+0 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -6/+0 |
| * | Modify most routines returning 'struct ifaddr *' to return references | Robert Watson | 2009-06-23 | 1 | -0/+1 |
| * | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | Bjoern A. Zeeb | 2009-06-08 | 1 | -1/+0 |
| * | - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistent | Pawel Jakub Dawidek | 2009-06-01 | 1 | -0/+15 |
| * | Implement RFC 5095 more fully. Rather than marking this no-op code as | Warner Losh | 2009-05-09 | 1 | -26/+3 |
| * | Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit: | Bruce M Simpson | 2009-04-29 | 1 | -434/+19 |
| * | Start removing IPv6 Type 0 Routing header code. | Bjoern A. Zeeb | 2009-03-03 | 1 | -31/+15 |
| * | For all files including net/vnet.h directly include opt_route.h and | Bjoern A. Zeeb | 2009-02-27 | 1 | -0/+1 |
| * | Try to remove/assimilate as much of formerly IPv4/6 specific | Bjoern A. Zeeb | 2009-02-08 | 1 | -2/+2 |
| * | Another step assimilating IPv[46] PCB code: | Bjoern A. Zeeb | 2008-12-17 | 1 | -10/+10 |
| * | Use inc_flags instead of the inc_isipv6 alias which so far | Bjoern A. Zeeb | 2008-12-17 | 1 | -1/+1 |