summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_var.h
Commit message (Expand)AuthorAgeFilesLines
* The pr_destroy field does not allow us to run the teardown code in abz2016-06-011-3/+0
* New way to manage reference counting of mbuf external storage.glebius2016-03-011-1/+1
* Split in6_selectsrc() into in6_selectsrc_addr() and in6_selectsrc_socket().melifaro2016-01-101-3/+4
* Remove 'struct route_int6' argument from in6_selectsrc() andmelifaro2016-01-031-1/+1
* [netinet6]: Create a new IPv6 netisr which expects the frames to have been ve...adrian2015-11-061-0/+9
* Implement RSS hashing/re-hashing for IPv6 ingress packets.adrian2015-08-291-3/+3
* Simplify ip[6] simploop:melifaro2015-08-081-1/+1
* Preserve IPv6 fragment IDs accross reassembly and refragmentationkp2015-04-011-1/+2
* Fix deadlock in IPv6 PCB code.ae2015-03-041-2/+1
* Factor out ip6_fragment() function, to be used in IPv6 stack and pf(4).glebius2015-02-161-0/+1
* Factor out ip6_deletefraghdr() function, to be shared between IPv6glebius2015-02-161-0/+1
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-091-2/+0
* Remove ip6_getdstifaddr() and all functions to work with auxiliary data.ae2014-11-081-36/+0
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we havekevlo2014-08-081-1/+1
* Fixed IPv4-in-IPv6 and IPv6-in-IPv4 IPsec tunnels.vanhu2014-05-281-0/+1
* Since both netinet/ and netinet6/ call into netipsec/ and netpfil/,glebius2014-03-121-7/+0
* Move the global M_SKIP_FIREWALL mbuf flags to a protocol layer specificandre2013-08-191-1/+6
* Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters.ae2013-07-091-4/+6
* Prepare network statistics structures for migration to PCPU counters.ae2013-07-091-38/+38
* Fix build after r249543.tijl2013-04-161-1/+1
* Replace hardcoded numbers.ae2013-04-161-8/+12
* Use M_PROTO7 flag for M_IP6_NEXTHOP, because M_PROTO2 was used forae2012-12-171-1/+1
* Remove the recently added sysctl variable net.pfil.forward.ae2012-11-021-0/+2
* Remove __P.delphij2012-10-221-51/+51
* MFp4 bz_ipv6_fast:bz2012-05-251-2/+2
* In selectroute() add a missing fibnum argument to an in6_rtalloc()bz2012-02-241-1/+1
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-0/+3
* Add $ipv6_cpe_wanif to enable functionality required for IPv6 CPEhrs2011-09-131-0/+3
* - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1.hrs2011-06-061-0/+5
* Fix more continuous/contiguous typos (cf. r215955)brucec2010-11-271-1/+1
* MFp4 CH=183052 183053 183258:bz2010-09-021-0/+3
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-29/+24
* Virtualize the pfil hooks so that different jails may chose differentjulian2009-10-111-1/+2
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-25/+25
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-31/+61
* Make callers to in6_selectsrc() and in6_pcbladdr() pass in memorybz2009-06-231-2/+2
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-081-0/+3
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:bms2009-04-291-6/+18
* Remove the single global unlocked route cache ip6_forward_rtbz2009-02-011-3/+0
* Remove 4 entirely unsued ip6 variables.bz2009-01-301-3/+0
* This main goals of this project are:qingli2008-12-151-1/+1
* Second round of putting global variables, which were virtualizedbz2008-12-131-4/+5
* Put a global variables, which were virtualized but formerlybz2008-12-111-7/+6
* Add a MAC label, MAC Framework, and MAC policy entry points for IPv6rwatson2008-10-261-0/+1
* Fix a regression introduced in r179289 splitting up ip6_savecontrol()bz2008-08-161-1/+2
* Change the parameters to in6_selectsrc():bz2008-07-081-3/+3
* Factor out the v4-only vs. the v6-only inp_flags processing inbz2008-05-241-0/+1
* Replace the last susers calls in netinet6/ with privilege checks.bz2008-01-241-1/+1
* Clean up VCS Ids.obrien2007-12-101-3/+3
* Space cleanupdelphij2007-07-051-1/+1
OpenPOWER on IntegriCloud