| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop packets to multicast address whose scop field contains the | ae | 2014-02-13 | 1 | -1/+12 |
* | o Revamp API between flowtable and netinet, netinet6. | glebius | 2014-02-07 | 1 | -24/+0 |
* | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | attilio | 2013-11-25 | 1 | -1/+0 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | - Utilize counter(9) to accumulate statistics on interface addresses. Add | glebius | 2013-10-15 | 1 | -4/+6 |
* | Remove useless check of ia6 against NULL, right after dereferencing it. | glebius | 2013-10-15 | 1 | -2/+2 |
* | Unregister inet/inet6 pfil hooks on vnet destroy. | trociny | 2013-09-13 | 1 | -0/+4 |
* | Implement the ip, tcp, and udp DTrace providers. The probe definitions use | markj | 2013-08-25 | 1 | -0/+5 |
* | Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters. | ae | 2013-07-09 | 1 | -1/+5 |
* | Use IP6S_M2MMAX macro. | ae | 2013-04-16 | 1 | -3/+1 |
* | Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats. | ae | 2013-04-09 | 1 | -39/+40 |
* | - Use m_getcl() instead of hand allocating. | glebius | 2013-03-15 | 1 | -16/+6 |
* | Use m_getcl() instead of hand made allocation. | glebius | 2013-03-15 | 1 | -10/+5 |
* | In additional to the tailq of IPv6 addresses add the hash table. | ae | 2012-12-15 | 1 | -0/+5 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -4/+4 |
* | Reduce the overhead of locking, use IF_AFDATA_RLOCK() when we are doing | ae | 2012-11-16 | 1 | -2/+2 |
* | Remove the recently added sysctl variable net.pfil.forward. | ae | 2012-11-02 | 1 | -3/+2 |
* | Remove the IPFIREWALL_FORWARD kernel option and make possible to turn | ae | 2012-10-25 | 1 | -2/+2 |
* | Deliver IPV6_TCLASS, IPV6_HOPLIMIT and IPV6_PKTINFO cmsgs (if | tuexen | 2012-06-12 | 1 | -25/+65 |
* | Plug reference leak. | emax | 2012-06-03 | 1 | -10/+14 |
* | MFp4 bz_ipv6_fast: | bz | 2012-05-25 | 1 | -63/+80 |
* | MFp4 bz_ipv6_fast: | bz | 2012-05-25 | 1 | -3/+6 |
* | Allow to configure net.inet6.ip6.{accept_rtadv,no_radr} by the loader tunables | hrs | 2012-03-02 | 1 | -0/+2 |
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/: | bz | 2012-02-17 | 1 | -1/+1 |
* | Convert all users of IF_ADDR_LOCK to use new locking macros that specify | jhb | 2012-01-05 | 1 | -2/+2 |
* | Add support for IPv6 to ipfw fwd: | bz | 2011-08-20 | 1 | -0/+31 |
* | Add the missing call to ip6_ipsec_filtertunnel() to be able to control | bz | 2011-06-08 | 1 | -0/+7 |
* | Fix more continuous/contiguous typos (cf. r215955) | brucec | 2010-11-27 | 1 | -2/+2 |
* | MFp4 CH=183052 183053 183258: | bz | 2010-09-02 | 1 | -0/+58 |
* | Since r186119 IP6 input counters for octets and packets were not | bz | 2010-07-21 | 1 | -3/+47 |
* | allocate ipv6 flows from the ipv6 flow zone | kmacy | 2010-05-16 | 1 | -1/+1 |
* | do a proper fix | kmacy | 2010-05-13 | 1 | -1/+1 |
* | fix compile error on some builds by doing the equivalent of | kmacy | 2010-05-13 | 1 | -1/+1 |
* | boot time size the flowtable | kmacy | 2010-05-10 | 1 | -3/+15 |
* | Add flowtable support to IPv6 | kmacy | 2010-05-09 | 1 | -0/+13 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | bz | 2010-04-29 | 1 | -95/+12 |
* | Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in order | trasz | 2010-01-08 | 1 | -1/+1 |
* | Virtualize the pfil hooks so that different jails may chose different | julian | 2009-10-11 | 1 | -10/+11 |
* | Improve flexibility of receiving Router Advertisement and | hrs | 2009-09-12 | 1 | -2/+2 |
* | When multiple interfaces exist in the system, with each interface having | qingli | 2009-08-26 | 1 | -2/+25 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Garbage collect vnet module registrations that have neither constructors | rwatson | 2009-07-20 | 1 | -20/+0 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -10/+10 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -34/+26 |
* | Add address list locking for in6_ifaddrhead/ia_link: as with locking | rwatson | 2009-06-25 | 1 | -0/+3 |
* | Convert netinet6 to using queue(9) rather than hand-crafted linked lists | rwatson | 2009-06-24 | 1 | -1/+3 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -3/+12 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -1/+0 |
* | Introduce an infrastructure for dismantling vnet instances. | zec | 2009-06-08 | 1 | -0/+11 |
* | V_loif is not an array but a pure pointer, so treat it as such. | zec | 2009-06-01 | 1 | -1/+1 |