| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r279588: | Andrey V. Elsukov | 2015-03-12 | 1 | -13/+16 |
| * | MFC r264582: | Andrey V. Elsukov | 2014-04-24 | 1 | -3/+0 |
| * | Merge r261582, r261601, r261610, r261613, r261627, r261640, r261641, r261823, | Gleb Smirnoff | 2014-03-04 | 1 | -24/+0 |
| * | MFC r261835: | Andrey V. Elsukov | 2014-02-20 | 1 | -1/+12 |
| * | Unregister inet/inet6 pfil hooks on vnet destroy. | Mikolaj Golub | 2013-09-13 | 1 | -0/+4 |
| * | Implement the ip, tcp, and udp DTrace providers. The probe definitions use | Mark Johnston | 2013-08-25 | 1 | -0/+5 |
| * | Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters. | Andrey V. Elsukov | 2013-07-09 | 1 | -1/+5 |
| * | Use IP6S_M2MMAX macro. | Andrey V. Elsukov | 2013-04-16 | 1 | -3/+1 |
| * | Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats. | Andrey V. Elsukov | 2013-04-09 | 1 | -39/+40 |
| * | - Use m_getcl() instead of hand allocating. | Gleb Smirnoff | 2013-03-15 | 1 | -16/+6 |
| * | Use m_getcl() instead of hand made allocation. | Gleb Smirnoff | 2013-03-15 | 1 | -10/+5 |
| * | In additional to the tailq of IPv6 addresses add the hash table. | Andrey V. Elsukov | 2012-12-15 | 1 | -0/+5 |
| * | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-05 | 1 | -4/+4 |
| * | Reduce the overhead of locking, use IF_AFDATA_RLOCK() when we are doing | Andrey V. Elsukov | 2012-11-16 | 1 | -2/+2 |
| * | Remove the recently added sysctl variable net.pfil.forward. | Andrey V. Elsukov | 2012-11-02 | 1 | -3/+2 |
| * | Remove the IPFIREWALL_FORWARD kernel option and make possible to turn | Andrey V. Elsukov | 2012-10-25 | 1 | -2/+2 |
| * | Deliver IPV6_TCLASS, IPV6_HOPLIMIT and IPV6_PKTINFO cmsgs (if | Michael Tuexen | 2012-06-12 | 1 | -25/+65 |
| * | Plug reference leak. | Maksim Yevmenkin | 2012-06-03 | 1 | -10/+14 |
| * | MFp4 bz_ipv6_fast: | Bjoern A. Zeeb | 2012-05-25 | 1 | -63/+80 |
| * | MFp4 bz_ipv6_fast: | Bjoern A. Zeeb | 2012-05-25 | 1 | -3/+6 |
| * | Allow to configure net.inet6.ip6.{accept_rtadv,no_radr} by the loader tunables | Hiroki Sato | 2012-03-02 | 1 | -0/+2 |
| * | Add multi-FIB IPv6 support to the core network stack supplementing | Bjoern A. Zeeb | 2012-02-03 | 1 | -1/+1 |
| * | Convert all users of IF_ADDR_LOCK to use new locking macros that specify | John Baldwin | 2012-01-05 | 1 | -2/+2 |
| * | Add support for IPv6 to ipfw fwd: | Bjoern A. Zeeb | 2011-08-20 | 1 | -0/+31 |
| * | Add the missing call to ip6_ipsec_filtertunnel() to be able to control | Bjoern A. Zeeb | 2011-06-08 | 1 | -0/+7 |
| * | Fix more continuous/contiguous typos (cf. r215955) | Rebecca Cran | 2010-11-27 | 1 | -2/+2 |
| * | MFp4 CH=183052 183053 183258: | Bjoern A. Zeeb | 2010-09-02 | 1 | -0/+58 |
| * | Since r186119 IP6 input counters for octets and packets were not | Bjoern A. Zeeb | 2010-07-21 | 1 | -3/+47 |
| * | allocate ipv6 flows from the ipv6 flow zone | Kip Macy | 2010-05-16 | 1 | -1/+1 |
| * | do a proper fix | Kip Macy | 2010-05-13 | 1 | -1/+1 |
| * | fix compile error on some builds by doing the equivalent of | Kip Macy | 2010-05-13 | 1 | -1/+1 |
| * | boot time size the flowtable | Kip Macy | 2010-05-10 | 1 | -3/+15 |
| * | Add flowtable support to IPv6 | Kip Macy | 2010-05-09 | 1 | -0/+13 |
| * | MFP4: @176978-176982, 176984, 176990-176994, 177441 | Bjoern A. Zeeb | 2010-04-29 | 1 | -95/+12 |
| * | Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in order | Edward Tomasz Napierala | 2010-01-08 | 1 | -1/+1 |
| * | Virtualize the pfil hooks so that different jails may chose different | Julian Elischer | 2009-10-11 | 1 | -10/+11 |
| * | Improve flexibility of receiving Router Advertisement and | Hiroki Sato | 2009-09-12 | 1 | -2/+2 |
| * | When multiple interfaces exist in the system, with each interface having | Qing Li | 2009-08-26 | 1 | -2/+25 |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+0 |
| * | Garbage collect vnet module registrations that have neither constructors | Robert Watson | 2009-07-20 | 1 | -20/+0 |
| * | Remove unused VNET_SET() and related macros; only VNET_GET() is | Robert Watson | 2009-07-16 | 1 | -10/+10 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -32/+24 |
| * | Add address list locking for in6_ifaddrhead/ia_link: as with locking | Robert Watson | 2009-06-25 | 1 | -0/+3 |
| * | Convert netinet6 to using queue(9) rather than hand-crafted linked lists | Robert Watson | 2009-06-24 | 1 | -1/+3 |
| * | Modify most routines returning 'struct ifaddr *' to return references | Robert Watson | 2009-06-23 | 1 | -3/+12 |
| * | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | Bjoern A. Zeeb | 2009-06-08 | 1 | -1/+0 |
| * | Introduce an infrastructure for dismantling vnet instances. | Marko Zec | 2009-06-08 | 1 | -0/+11 |
| * | V_loif is not an array but a pure pointer, so treat it as such. | Marko Zec | 2009-06-01 | 1 | -1/+1 |
| * | Reimplement the netisr framework in order to support parallel netisr | Robert Watson | 2009-06-01 | 1 | -6/+8 |
| * | Merge final round of MLD changes from p4: | Bruce M Simpson | 2009-05-27 | 1 | -2/+14 |